Package org.apache.druid.segment.nested
Class StructuredDataProcessor.ProcessedValue<T>
- java.lang.Object
-
- org.apache.druid.segment.nested.StructuredDataProcessor.ProcessedValue<T>
-
- Enclosing class:
- StructuredDataProcessor
public static class StructuredDataProcessor.ProcessedValue<T> extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StructuredDataProcessor.ProcessedValue<?>
NULL_LITERAL
-
Constructor Summary
Constructors Constructor Description ProcessedValue(T value, int size)
-
-
-
Field Detail
-
NULL_LITERAL
public static final StructuredDataProcessor.ProcessedValue<?> NULL_LITERAL
-
-