Uses of Class
org.apache.druid.segment.nested.NestedDataColumnSupplierV4
-
Packages that use NestedDataColumnSupplierV4 Package Description org.apache.druid.segment.nested -
-
Uses of NestedDataColumnSupplierV4 in org.apache.druid.segment.nested
Methods in org.apache.druid.segment.nested that return NestedDataColumnSupplierV4 Modifier and Type Method Description static NestedDataColumnSupplierV4NestedDataColumnSupplierV4. read(ByteBuffer bb, ColumnBuilder columnBuilder, ColumnConfig columnConfig, com.fasterxml.jackson.databind.ObjectMapper jsonMapper)static NestedDataColumnSupplierV4NestedDataColumnSupplierV4. read(ByteBuffer bb, ColumnBuilder columnBuilder, ColumnConfig columnConfig, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, TypeStrategy<Long> longTypeStrategy, TypeStrategy<Double> doubleTypeStrategy)
-