Uses of Class
org.apache.druid.segment.nested.StructuredData
Packages that use StructuredData
Package
Description
-
Uses of StructuredData in org.apache.druid.guice
Methods in org.apache.druid.guice that return types with arguments of type StructuredDataModifier and TypeMethodDescription -
Uses of StructuredData in org.apache.druid.segment
Methods in org.apache.druid.segment that return StructuredDataModifier and TypeMethodDescriptionAutoTypeColumnIndexer.getMaxValue()AutoTypeColumnIndexer.getMinValue()AutoTypeColumnIndexer.getUnsortedEncodedValueFromSorted(StructuredData sortedIntermediateValue) Methods in org.apache.druid.segment that return types with arguments of type StructuredDataModifier and TypeMethodDescriptionAutoTypeColumnSchema.getDimensionHandler()AutoTypeColumnSchema.getDimensionHandler()AutoTypeColumnSchema.getDimensionHandler()AutoTypeColumnIndexer.getSortedIndexedValues()NestedCommonFormatColumnHandler.makeIndexer()NestedCommonFormatColumnHandler.makeIndexer()NestedCommonFormatColumnHandler.makeIndexer()AutoTypeColumnIndexer.processRowValsToUnsortedEncodedKeyComponent(Object dimValues, boolean reportParseExceptions) Methods in org.apache.druid.segment with parameters of type StructuredDataModifier and TypeMethodDescriptionbooleanAutoTypeColumnIndexer.checkUnsortedEncodedKeyComponentsEqual(StructuredData lhs, StructuredData rhs) intAutoTypeColumnIndexer.compareUnsortedEncodedKeyComponents(StructuredData lhs, StructuredData rhs) AutoTypeColumnIndexer.convertUnsortedEncodedKeyComponentToActualList(StructuredData key) voidAutoTypeColumnIndexer.fillBitmapsFromUnsortedEncodedKeyComponent(StructuredData key, int rowNum, MutableBitmap[] bitmapIndexes, BitmapFactory factory) intNestedCommonFormatColumnHandler.getLengthOfEncodedKeyComponent(StructuredData dimVals) intAutoTypeColumnIndexer.getUnsortedEncodedKeyComponentHashCode(StructuredData key) AutoTypeColumnIndexer.getUnsortedEncodedValueFromSorted(StructuredData sortedIntermediateValue) -
Uses of StructuredData in org.apache.druid.segment.column
Methods in org.apache.druid.segment.column that return StructuredDataModifier and TypeMethodDescriptionTypeStrategies.NestedDataTypeStrategy.fromByteBuffer(ByteBuffer buffer, int numBytes) -
Uses of StructuredData in org.apache.druid.segment.nested
Fields in org.apache.druid.segment.nested with type parameters of type StructuredDataModifier and TypeFieldDescriptionstatic final Comparator<StructuredData> StructuredData.COMPARATORMethods in org.apache.druid.segment.nested that return StructuredDataMethods in org.apache.druid.segment.nested with parameters of type StructuredDataModifier and TypeMethodDescriptionintStructuredData.compareTo(StructuredData o) voidNestedDataColumnSerializer.serialize(StructuredData data) voidStructuredDataJsonSerializer.serialize(StructuredData structuredData, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) Method parameters in org.apache.druid.segment.nested with type arguments of type StructuredDataModifier and TypeMethodDescriptionvoidNestedDataColumnSerializer.serialize(ColumnValueSelector<? extends StructuredData> selector) voidScalarNestedCommonFormatColumnSerializer.serialize(ColumnValueSelector<? extends StructuredData> selector) voidVariantColumnSerializer.serialize(ColumnValueSelector<? extends StructuredData> selector)