Uses of Class
org.apache.druid.query.FrameSignaturePair
Packages that use FrameSignaturePair
Package
Description
-
Uses of FrameSignaturePair in org.apache.druid.query
Methods in org.apache.druid.query that return types with arguments of type FrameSignaturePairModifier and TypeMethodDescriptionFrameBasedInlineDataSource.getFrames()QueryLogicCompatToolChest.resultsAsFrames(Query<Object> query, Sequence<Object> resultSequence, MemoryAllocatorFactory memoryAllocatorFactory, boolean useNestedForUnknownTypes) QueryToolChest.resultsAsFrames(QueryType query, Sequence<ResultType> resultSequence, MemoryAllocatorFactory memoryAllocatorFactory, boolean useNestedForUnknownTypes) Converts a sequence of this query's ResultType into a sequence ofFrameSignaturePair.Constructor parameters in org.apache.druid.query with type arguments of type FrameSignaturePairModifierConstructorDescriptionFrameBasedInlineDataSource(List<FrameSignaturePair> frames, RowSignature rowSignature) -
Uses of FrameSignaturePair in org.apache.druid.query.groupby
Methods in org.apache.druid.query.groupby that return types with arguments of type FrameSignaturePairModifier and TypeMethodDescriptionGroupByQueryQueryToolChest.resultsAsFrames(GroupByQuery query, Sequence<ResultRow> resultSequence, MemoryAllocatorFactory memoryAllocatorFactory, boolean useNestedForUnknownTypes) This returns a single frame containing the results of the group by query. -
Uses of FrameSignaturePair in org.apache.druid.query.operator
Methods in org.apache.druid.query.operator that return types with arguments of type FrameSignaturePairModifier and TypeMethodDescriptionWindowOperatorQueryQueryToolChest.resultsAsFrames(WindowOperatorQuery query, Sequence<RowsAndColumns> resultSequence, MemoryAllocatorFactory memoryAllocatorFactory, boolean useNestedForUnknownTypes) -
Uses of FrameSignaturePair in org.apache.druid.query.scan
Methods in org.apache.druid.query.scan that return types with arguments of type FrameSignaturePairModifier and TypeMethodDescriptionScanResultValueFramesIterable.iterator()ScanQueryQueryToolChest.resultsAsFrames(ScanQuery query, Sequence<ScanResultValue> resultSequence, MemoryAllocatorFactory memoryAllocatorFactory, boolean useNestedForUnknownTypes) This batches the fetchedScanResultValues which have similar signatures and are consecutives. -
Uses of FrameSignaturePair in org.apache.druid.query.timeseries
Methods in org.apache.druid.query.timeseries that return types with arguments of type FrameSignaturePairModifier and TypeMethodDescriptionTimeseriesQueryQueryToolChest.resultsAsFrames(TimeseriesQuery query, Sequence<Result<TimeseriesResultValue>> resultSequence, MemoryAllocatorFactory memoryAllocatorFactory, boolean useNestedForUnknownTypes) This returns a single frame containing the results of the timeseries query -
Uses of FrameSignaturePair in org.apache.druid.query.topn
Methods in org.apache.druid.query.topn that return types with arguments of type FrameSignaturePairModifier and TypeMethodDescriptionTopNQueryQueryToolChest.resultsAsFrames(TopNQuery query, Sequence<Result<TopNResultValue>> resultSequence, MemoryAllocatorFactory memoryAllocatorFactory, boolean useNestedForUnknownTypes) This returns a single frame containing the rows of the topN query's results