Uses of Class
org.apache.druid.segment.nested.StructuredDataProcessor.ProcessedValue
-
Packages that use StructuredDataProcessor.ProcessedValue Package Description org.apache.druid.segment.nested -
-
Uses of StructuredDataProcessor.ProcessedValue in org.apache.druid.segment.nested
Fields in org.apache.druid.segment.nested declared as StructuredDataProcessor.ProcessedValue Modifier and Type Field Description static StructuredDataProcessor.ProcessedValue<?>StructuredDataProcessor.ProcessedValue. NULL_LITERALMethods in org.apache.druid.segment.nested that return StructuredDataProcessor.ProcessedValue Modifier and Type Method Description abstract 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)
-