Uses of Class
org.apache.druid.query.FrameSignaturePair
-
Packages that use FrameSignaturePair Package Description org.apache.druid.query org.apache.druid.query.groupby org.apache.druid.query.scan org.apache.druid.query.timeseries org.apache.druid.query.topn -
-
Uses of FrameSignaturePair in org.apache.druid.query
Methods in org.apache.druid.query that return types with arguments of type FrameSignaturePair Modifier and Type Method Description List<FrameSignaturePair>FrameBasedInlineDataSource. getFrames()Optional<Sequence<FrameSignaturePair>>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 FrameSignaturePair Constructor Description FrameBasedInlineDataSource(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 FrameSignaturePair Modifier and Type Method Description Optional<Sequence<FrameSignaturePair>>GroupByQueryQueryToolChest. 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.scan
Methods in org.apache.druid.query.scan that return types with arguments of type FrameSignaturePair Modifier and Type Method Description Iterator<FrameSignaturePair>ScanResultValueFramesIterable. iterator()Optional<Sequence<FrameSignaturePair>>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 FrameSignaturePair Modifier and Type Method Description Optional<Sequence<FrameSignaturePair>>TimeseriesQueryQueryToolChest. 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 FrameSignaturePair Modifier and Type Method Description Optional<Sequence<FrameSignaturePair>>TopNQueryQueryToolChest. 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
-