Uses of Class
org.apache.druid.data.input.impl.TimestampSpec
Packages that use TimestampSpec
Package
Description
-
Uses of TimestampSpec in org.apache.druid.data.input
Methods in org.apache.druid.data.input that return TimestampSpecMethods in org.apache.druid.data.input with parameters of type TimestampSpecModifier and TypeMethodDescriptionstatic InputRowListBasedInputRow.parse(RowSignature signature, TimestampSpec timestampSpec, List<String> dimensions, List<Object> data) Create a row and parse a timestamp.Constructors in org.apache.druid.data.input with parameters of type TimestampSpecModifierConstructorDescriptionInputRowSchema(TimestampSpec timestampSpec, DimensionsSpec dimensionsSpec, ColumnsFilter columnsFilter) InputRowSchema(TimestampSpec timestampSpec, DimensionsSpec dimensionsSpec, ColumnsFilter columnsFilter, Set<String> metricNames) -
Uses of TimestampSpec in org.apache.druid.data.input.impl
Fields in org.apache.druid.data.input.impl declared as TimestampSpecMethods in org.apache.druid.data.input.impl that return TimestampSpecModifier and TypeMethodDescriptionstatic TimestampSpecTimestampSpec.mergeTimestampSpec(List<TimestampSpec> toMerge) Methods in org.apache.druid.data.input.impl with parameters of type TimestampSpecModifier and TypeMethodDescriptionMapInputRowParser.findDimensions(TimestampSpec timestampSpec, DimensionsSpec dimensionsSpec, Set<String> fields) Finds the final set of dimension names to use forInputRow.static InputRowMapInputRowParser.parse(TimestampSpec timestampSpec, List<String> dimensions, Map<String, Object> theMap) static org.joda.time.DateTimeMapInputRowParser.parseTimestamp(TimestampSpec timestampSpec, Map<String, Object> theMap) static org.joda.time.DateTimeMapInputRowParser.parseTimestampOrThrowParseException(Object timeValue, TimestampSpec timestampSpec, Supplier<Map<String, ?>> rawMapSupplier) Given a plain Java Object, extract a timestamp from it using the providedTimestampSpec, or throw aParseExceptionif we can't.Method parameters in org.apache.druid.data.input.impl with type arguments of type TimestampSpecModifier and TypeMethodDescriptionstatic TimestampSpecTimestampSpec.mergeTimestampSpec(List<TimestampSpec> toMerge) -
Uses of TimestampSpec in org.apache.druid.query.metadata.metadata
Methods in org.apache.druid.query.metadata.metadata that return TimestampSpecConstructors in org.apache.druid.query.metadata.metadata with parameters of type TimestampSpecModifierConstructorDescriptionSegmentAnalysis(String id, List<org.joda.time.Interval> interval, LinkedHashMap<String, ColumnAnalysis> columns, long size, long numRows, Map<String, AggregatorFactory> aggregators, Map<String, AggregateProjectionMetadata> projections, TimestampSpec timestampSpec, Granularity queryGranularity, Boolean rollup) -
Uses of TimestampSpec in org.apache.druid.segment
Methods in org.apache.druid.segment that return TimestampSpecConstructors in org.apache.druid.segment with parameters of type TimestampSpecModifierConstructorDescriptionMetadata(Map<String, Object> container, AggregatorFactory[] aggregators, TimestampSpec timestampSpec, Granularity queryGranularity, Boolean rollup, List<OrderBy> ordering, List<AggregateProjectionMetadata> projections) -
Uses of TimestampSpec in org.apache.druid.segment.incremental
Methods in org.apache.druid.segment.incremental that return TimestampSpecMethods in org.apache.druid.segment.incremental with parameters of type TimestampSpecModifier and TypeMethodDescriptionIncrementalIndexSchema.Builder.withTimestampSpec(TimestampSpec timestampSpec) Constructors in org.apache.druid.segment.incremental with parameters of type TimestampSpecModifierConstructorDescriptionIncrementalIndexSchema(long minTimestamp, TimestampSpec timestampSpec, Granularity queryGranularity, VirtualColumns virtualColumns, DimensionsSpec dimensionsSpec, AggregatorFactory[] metrics, boolean rollup, List<AggregateProjectionSpec> projections)