public interface ColumnCapabilities
Modifier and Type | Method and Description |
---|---|
ValueType |
getType() |
boolean |
hasBitmapIndexes() |
boolean |
hasMultipleValues() |
boolean |
hasSpatialIndexes() |
boolean |
isDictionaryEncoded() |
boolean |
isRunLengthEncoded() |
ColumnCapabilitiesImpl |
merge(ColumnCapabilities other) |
ValueType getType()
boolean isDictionaryEncoded()
boolean isRunLengthEncoded()
boolean hasBitmapIndexes()
boolean hasSpatialIndexes()
boolean hasMultipleValues()
ColumnCapabilitiesImpl merge(ColumnCapabilities other)
Copyright © 2011–2015. All rights reserved.