| Package | Description |
|---|---|
| org.apache.druid.segment.nested |
| Modifier and Type | Field and Description |
|---|---|
static StructuredDataProcessor.ProcessedValue<?> |
StructuredDataProcessor.ProcessedValue.NULL_LITERAL |
| Modifier and Type | Method and Description |
|---|---|
abstract StructuredDataProcessor.ProcessedValue<?> |
StructuredDataProcessor.processArrayField(ArrayList<NestedPathPart> fieldPath,
List<?> array)
Process a
List or Object[] returning a StructuredDataProcessor.ProcessedValue if no further processing should
be performed by the StructuredDataProcessor, else a return value of null indicates that each element
of the array will be processed separately as a new NestedPathArrayElement part. |
abstract StructuredDataProcessor.ProcessedValue<?> |
StructuredDataProcessor.processField(ArrayList<NestedPathPart> fieldPath,
Object fieldValue)
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.