| Package | Description |
|---|---|
| org.apache.druid.segment.nested |
| Modifier and Type | Method and Description |
|---|---|
StructuredDataProcessor.ProcessResults |
StructuredDataProcessor.ProcessResults.addLiteralField(ArrayList<NestedPathPart> fieldPath,
int sizeOfValue) |
StructuredDataProcessor.ProcessResults |
StructuredDataProcessor.ProcessResults.addSize(int size) |
StructuredDataProcessor.ProcessResults |
StructuredDataProcessor.ProcessResults.merge(StructuredDataProcessor.ProcessResults other) |
StructuredDataProcessor.ProcessResults |
StructuredDataProcessor.processFields(Object raw)
Process some object, traversing any nested structure and returning a list of all paths which created a
StructuredDataProcessor.ProcessedValue during processing, represented as an ordered sequence of NestedPathPart. |
StructuredDataProcessor.ProcessResults |
StructuredDataProcessor.ProcessResults.setHasObjects() |
StructuredDataProcessor.ProcessResults |
StructuredDataProcessor.ProcessResults.withSize(int size) |
| Modifier and Type | Method and Description |
|---|---|
StructuredDataProcessor.ProcessResults |
StructuredDataProcessor.ProcessResults.merge(StructuredDataProcessor.ProcessResults other) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.