Uses of Interface
org.apache.druid.segment.column.NumericColumn
-
Packages that use NumericColumn Package Description org.apache.druid.segment.column org.apache.druid.segment.serde -
-
Uses of NumericColumn in org.apache.druid.segment.column
Classes in org.apache.druid.segment.column that implement NumericColumn Modifier and Type Class Description classDoublesColumnclassFloatsColumnclassLongsColumnMethod parameters in org.apache.druid.segment.column with type arguments of type NumericColumn Modifier and Type Method Description ColumnBuilderColumnBuilder. setNumericColumnSupplier(com.google.common.base.Supplier<? extends NumericColumn> columnSupplier) -
Uses of NumericColumn in org.apache.druid.segment.serde
Methods in org.apache.druid.segment.serde that return NumericColumn Modifier and Type Method Description NumericColumnDoubleNumericColumnSupplier. get()NumericColumnFloatNumericColumnSupplier. get()NumericColumnLongNumericColumnSupplier. get()
-