Uses of Class
org.apache.druid.segment.nested.StructuredDataProcessor.ProcessResults
Packages that use StructuredDataProcessor.ProcessResults
-
Uses of StructuredDataProcessor.ProcessResults in org.apache.druid.segment.nested
Methods in org.apache.druid.segment.nested that return StructuredDataProcessor.ProcessResultsModifier and TypeMethodDescriptionStructuredDataProcessor.ProcessResults.addLiteralField(ArrayList<NestedPathPart> fieldPath, int sizeOfValue) StructuredDataProcessor.ProcessResults.addSize(int size) StructuredDataProcessor.ProcessResults.merge(StructuredDataProcessor.ProcessResults other) StructuredDataProcessor.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.ProcessResults.setHasObjects()StructuredDataProcessor.ProcessResults.withSize(int size) Methods in org.apache.druid.segment.nested with parameters of type StructuredDataProcessor.ProcessResultsModifier and TypeMethodDescriptionStructuredDataProcessor.ProcessResults.merge(StructuredDataProcessor.ProcessResults other)