Class ReaderUtils
- java.lang.Object
-
- org.apache.druid.segment.indexing.ReaderUtils
-
public class ReaderUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ReaderUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<String>getColumnsRequiredForIngestion(Set<String> fullInputSchema, org.apache.druid.data.input.impl.TimestampSpec timestampSpec, org.apache.druid.data.input.impl.DimensionsSpec dimensionsSpec, org.apache.druid.segment.transform.TransformSpec transformSpec, org.apache.druid.query.aggregation.AggregatorFactory[] aggregators, org.apache.druid.java.util.common.parsers.JSONPathSpec flattenSpec)
-
-
-
Method Detail
-
getColumnsRequiredForIngestion
public static Set<String> getColumnsRequiredForIngestion(Set<String> fullInputSchema, org.apache.druid.data.input.impl.TimestampSpec timestampSpec, org.apache.druid.data.input.impl.DimensionsSpec dimensionsSpec, org.apache.druid.segment.transform.TransformSpec transformSpec, org.apache.druid.query.aggregation.AggregatorFactory[] aggregators, @Nullable org.apache.druid.java.util.common.parsers.JSONPathSpec flattenSpec)
-
-