public interface IHLLMetadata
| Modifier and Type | Method and Description |
|---|---|
boolean |
explicitAuto() |
boolean |
explicitOff() |
HLLType |
HLLType() |
int |
log2ExplicitCutoff() |
int |
registerCountLog2() |
int |
registerWidth() |
int |
schemaVersion() |
boolean |
sparseEnabled() |
int schemaVersion()
null.HLLType HLLType()
null.int registerCountLog2()
int registerWidth()
int log2ExplicitCutoff()
boolean explicitOff()
true if the HLLType.EXPLICIT representation
has been disabled. false otherwise.boolean explicitAuto()
true if the HLLType.EXPLICIT representation
cutoff cardinality is set to be automatically chosen,
false otherwise.boolean sparseEnabled()
true if the HLLType.SPARSE representation
is enabled.Copyright © 2014. All rights reserved.