Class ReaderUtils


  • public class ReaderUtils
    extends Object
    • Constructor Detail

      • ReaderUtils

        public ReaderUtils()
    • 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)