Uses of Class
io.trino.operator.index.PageBuffer
Packages that use PageBuffer
-
Uses of PageBuffer in io.trino.operator.index
Methods in io.trino.operator.index with parameters of type PageBufferModifier and TypeMethodDescriptionIndexBuildDriverFactoryProvider.createStreaming(PageBuffer pageBuffer, Page indexKeyTuple) Constructors in io.trino.operator.index with parameters of type PageBufferModifierConstructorDescriptionPageBufferOperator(OperatorContext operatorContext, PageBuffer pageBuffer) PageBufferOperatorFactory(int operatorId, PlanNodeId planNodeId, PageBuffer pageBuffer, String operatorType) StreamingIndexedData(List<Type> outputTypes, List<BlockTypeOperators.BlockPositionEqual> indexKeyEqualOperators, Page indexKeyTuple, PageBuffer pageBuffer, Driver driver)