Uses of Class
org.apache.iotdb.tsfile.read.common.block.column.ColumnEncoding
-
Packages that use ColumnEncoding Package Description org.apache.iotdb.tsfile.read.common.block.column -
-
Uses of ColumnEncoding in org.apache.iotdb.tsfile.read.common.block.column
Methods in org.apache.iotdb.tsfile.read.common.block.column that return ColumnEncoding Modifier and Type Method Description static ColumnEncodingColumnEncoding. deserializeFrom(ByteBuffer buffer)ColumnEncodingColumn. getEncoding()Get the encoding for this column.static ColumnEncodingColumnEncoding. valueOf(String name)Returns the enum constant of this type with the specified name.static ColumnEncoding[]ColumnEncoding. values()Returns an array containing the constants of this enum type, in the order they are declared.
-