Uses of Class
org.apache.druid.segment.nested.StructuredDataProcessor.ProcessedValue
Packages that use StructuredDataProcessor.ProcessedValue
-
Uses of StructuredDataProcessor.ProcessedValue in org.apache.druid.segment.nested
Fields in org.apache.druid.segment.nested declared as StructuredDataProcessor.ProcessedValueModifier and TypeFieldDescriptionstatic final StructuredDataProcessor.ProcessedValue<?> StructuredDataProcessor.ProcessedValue.NULL_LITERALMethods in org.apache.druid.segment.nested that return StructuredDataProcessor.ProcessedValueModifier and TypeMethodDescriptionabstract StructuredDataProcessor.ProcessedValue<?> StructuredDataProcessor.processArrayField(ArrayList<NestedPathPart> fieldPath, List<?> array) Process aListorObjectreturning aStructuredDataProcessor.ProcessedValueif no further processing should be performed by theStructuredDataProcessor, else a return value of null indicates that each element of the array will be processed separately as a newNestedPathArrayElementpart.abstract StructuredDataProcessor.ProcessedValue<?> StructuredDataProcessor.processField(ArrayList<NestedPathPart> fieldPath, Object fieldValue)