C# 클래스 Demo.Library.Algorithms.Cardinality.CardinalityEstimatorState

Represents state of a CardinalityEstimator for serialization, CardinalityEstimatorSerializer
파일 보기 프로젝트 열기: volak/DDD.Enterprise.Example 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BitsPerIndex int
CountAdditions ulong
DirectCount HashSet
HashFunctionId HashFunctionId
IsSparse bool
LookupDense byte[]
LookupSparse byte>.IDictionary

프로퍼티 상세

BitsPerIndex 공개적으로 프로퍼티

public int BitsPerIndex
리턴 int

CountAdditions 공개적으로 프로퍼티

public ulong CountAdditions
리턴 ulong

DirectCount 공개적으로 프로퍼티

public HashSet DirectCount
리턴 HashSet

HashFunctionId 공개적으로 프로퍼티

public HashFunctionId HashFunctionId
리턴 HashFunctionId

IsSparse 공개적으로 프로퍼티

public bool IsSparse
리턴 bool

LookupDense 공개적으로 프로퍼티

public byte[] LookupDense
리턴 byte[]

LookupSparse 공개적으로 프로퍼티

public IDictionary LookupSparse
리턴 byte>.IDictionary