Package org.apache.druid.segment.nested
Interface NestedColumnIndexSupplier
- All Known Implementing Classes:
CompressedNestedDataComplexColumn,NestedDataColumnV3,NestedDataColumnV4,NestedDataColumnV5,NestedDataComplexColumn
public interface NestedColumnIndexSupplier
-
Method Summary
-
Method Details
-
getColumnIndexSupplier
Make aColumnIndexSupplierfor a nested field column. Returns null if the field does not exist. ReturnsNoIndexesColumnIndexSupplier.getInstance()if the field exists but has no indexes.
-