Uses of Class
org.apache.druid.segment.nested.NestedDataColumnSupplier
-
Packages that use NestedDataColumnSupplier Package Description org.apache.druid.segment.nested -
-
Uses of NestedDataColumnSupplier in org.apache.druid.segment.nested
Methods in org.apache.druid.segment.nested that return NestedDataColumnSupplier Modifier and Type Method Description static NestedDataColumnSupplierNestedDataColumnSupplier. read(ColumnType logicalType, boolean hasNulls, ByteBuffer bb, ColumnBuilder columnBuilder, ColumnConfig columnConfig, BitmapSerdeFactory bitmapSerdeFactory, ByteOrder byteOrder, NestedDataColumnSupplier parent)Methods in org.apache.druid.segment.nested with parameters of type NestedDataColumnSupplier Modifier and Type Method Description static NestedDataColumnSupplierNestedDataColumnSupplier. read(ColumnType logicalType, boolean hasNulls, ByteBuffer bb, ColumnBuilder columnBuilder, ColumnConfig columnConfig, BitmapSerdeFactory bitmapSerdeFactory, ByteOrder byteOrder, NestedDataColumnSupplier parent)
-