Uses of Interface
org.apache.druid.frame.allocation.MemoryAllocatorFactory
Packages that use MemoryAllocatorFactory
Package
Description
-
Uses of MemoryAllocatorFactory in org.apache.druid.frame.allocation
Classes in org.apache.druid.frame.allocation that implement MemoryAllocatorFactoryModifier and TypeClassDescriptionclassCreatesArenaMemoryAllocatoron each call toArenaMemoryAllocatorFactory.newAllocator().classWraps a singleMemoryAllocator.Methods in org.apache.druid.frame.allocation that return MemoryAllocatorFactoryModifier and TypeMethodDescriptionstatic MemoryAllocatorFactoryArenaMemoryAllocatorFactory.makeDefault() -
Uses of MemoryAllocatorFactory in org.apache.druid.frame.write
Methods in org.apache.druid.frame.write with parameters of type MemoryAllocatorFactoryModifier and TypeMethodDescriptionstatic FrameWriterFactoryFrameWriters.makeColumnBasedFrameWriterFactory(MemoryAllocatorFactory allocatorFactory, RowSignature signature, List<KeyColumn> sortColumns) static FrameWriterFactoryFrameWriters.makeFrameWriterFactory(FrameType frameType, MemoryAllocatorFactory allocatorFactory, RowSignature signature, List<KeyColumn> sortColumns, boolean removeNullBytes) Creates aFrameWriterFactory.Constructors in org.apache.druid.frame.write with parameters of type MemoryAllocatorFactoryModifierConstructorDescriptionRowBasedFrameWriterFactory(MemoryAllocatorFactory allocatorFactory, FrameType frameType, RowSignature signature, List<KeyColumn> sortColumns, boolean removeNullBytes) -
Uses of MemoryAllocatorFactory in org.apache.druid.frame.write.columnar
Constructors in org.apache.druid.frame.write.columnar with parameters of type MemoryAllocatorFactoryModifierConstructorDescriptionColumnarFrameWriterFactory(MemoryAllocatorFactory allocatorFactory, RowSignature signature, List<KeyColumn> keyColumns) Create a ColumnarFrameWriterFactory. -
Uses of MemoryAllocatorFactory in org.apache.druid.query
Methods in org.apache.druid.query with parameters of type MemoryAllocatorFactoryModifier and TypeMethodDescriptionQueryLogicCompatToolChest.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. -
Uses of MemoryAllocatorFactory in org.apache.druid.query.groupby
Methods in org.apache.druid.query.groupby with parameters of type MemoryAllocatorFactoryModifier 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 MemoryAllocatorFactory in org.apache.druid.query.operator
Methods in org.apache.druid.query.operator with parameters of type MemoryAllocatorFactoryModifier and TypeMethodDescriptionWindowOperatorQueryQueryToolChest.resultsAsFrames(WindowOperatorQuery query, Sequence<RowsAndColumns> resultSequence, MemoryAllocatorFactory memoryAllocatorFactory, boolean useNestedForUnknownTypes) -
Uses of MemoryAllocatorFactory in org.apache.druid.query.scan
Methods in org.apache.druid.query.scan with parameters of type MemoryAllocatorFactoryModifier and TypeMethodDescriptionScanQueryQueryToolChest.resultsAsFrames(ScanQuery query, Sequence<ScanResultValue> resultSequence, MemoryAllocatorFactory memoryAllocatorFactory, boolean useNestedForUnknownTypes) This batches the fetchedScanResultValues which have similar signatures and are consecutives.Constructors in org.apache.druid.query.scan with parameters of type MemoryAllocatorFactoryModifierConstructorDescriptionScanResultValueFramesIterable(Sequence<ScanResultValue> resultSequence, MemoryAllocatorFactory memoryAllocatorFactory, boolean useNestedForUnknownTypes, RowSignature defaultRowSignature, com.google.common.base.Function<RowSignature, com.google.common.base.Function<?, Object[]>> resultFormatMapper) -
Uses of MemoryAllocatorFactory in org.apache.druid.query.timeseries
Methods in org.apache.druid.query.timeseries with parameters of type MemoryAllocatorFactoryModifier 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 MemoryAllocatorFactory in org.apache.druid.query.topn
Methods in org.apache.druid.query.topn with parameters of type MemoryAllocatorFactoryModifier 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