Uses of Class
org.apache.druid.segment.nested.StructuredDataProcessor.ProcessResults
-
Packages that use StructuredDataProcessor.ProcessResults Package Description org.apache.druid.segment.nested -
-
Uses of StructuredDataProcessor.ProcessResults in org.apache.druid.segment.nested
Methods in org.apache.druid.segment.nested that return StructuredDataProcessor.ProcessResults Modifier and Type Method Description StructuredDataProcessor.ProcessResultsStructuredDataProcessor.ProcessResults. addLiteralField(ArrayList<NestedPathPart> fieldPath, int sizeOfValue)StructuredDataProcessor.ProcessResultsStructuredDataProcessor.ProcessResults. addSize(int size)StructuredDataProcessor.ProcessResultsStructuredDataProcessor.ProcessResults. merge(StructuredDataProcessor.ProcessResults other)StructuredDataProcessor.ProcessResultsStructuredDataProcessor. processFields(Object raw)Process some object, traversing any nested structure and returning a list of all paths which created aStructuredDataProcessor.ProcessedValueduring processing, represented as an ordered sequence ofNestedPathPart.StructuredDataProcessor.ProcessResultsStructuredDataProcessor.ProcessResults. setHasObjects()StructuredDataProcessor.ProcessResultsStructuredDataProcessor.ProcessResults. withSize(int size)Methods in org.apache.druid.segment.nested with parameters of type StructuredDataProcessor.ProcessResults Modifier and Type Method Description StructuredDataProcessor.ProcessResultsStructuredDataProcessor.ProcessResults. merge(StructuredDataProcessor.ProcessResults other)
-