public interface ColumnCapabilities
| Modifier and Type | Interface and Description |
|---|---|
static class |
ColumnCapabilities.Capable |
| Modifier and Type | Method and Description |
|---|---|
ColumnCapabilities.Capable |
areDictionaryValuesSorted() |
ColumnCapabilities.Capable |
areDictionaryValuesUnique() |
ValueType |
getType() |
boolean |
hasBitmapIndexes() |
ColumnCapabilities.Capable |
hasMultipleValues() |
boolean |
hasSpatialIndexes() |
boolean |
isDictionaryEncoded() |
boolean |
isFilterable() |
boolean |
isRunLengthEncoded() |
ValueType getType()
boolean isDictionaryEncoded()
ColumnCapabilities.Capable areDictionaryValuesSorted()
ColumnCapabilities.Capable areDictionaryValuesUnique()
boolean isRunLengthEncoded()
boolean hasBitmapIndexes()
boolean hasSpatialIndexes()
ColumnCapabilities.Capable hasMultipleValues()
boolean isFilterable()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.