Class ReaderUtils
java.lang.Object
org.apache.druid.segment.indexing.ReaderUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColumnsRequiredForIngestion(Set<String> fullInputSchema, TimestampSpec timestampSpec, DimensionsSpec dimensionsSpec, TransformSpec transformSpec, AggregatorFactory[] aggregators, JSONPathSpec flattenSpec)
-
Constructor Details
-
ReaderUtils
public ReaderUtils()
-
-
Method Details
-
getColumnsRequiredForIngestion
public static Set<String> getColumnsRequiredForIngestion(Set<String> fullInputSchema, TimestampSpec timestampSpec, DimensionsSpec dimensionsSpec, TransformSpec transformSpec, AggregatorFactory[] aggregators, @Nullable JSONPathSpec flattenSpec)
-