Uses of Class
io.trino.operator.index.PageBuffer
-
Packages that use PageBuffer Package Description io.trino.operator.index -
-
Uses of PageBuffer in io.trino.operator.index
Methods in io.trino.operator.index with parameters of type PageBuffer Modifier and Type Method Description DriverFactoryIndexBuildDriverFactoryProvider. createStreaming(PageBuffer pageBuffer, Page indexKeyTuple)Constructors in io.trino.operator.index with parameters of type PageBuffer Constructor Description PageBufferOperator(OperatorContext operatorContext, PageBuffer pageBuffer)PageBufferOperatorFactory(int operatorId, PlanNodeId planNodeId, PageBuffer pageBuffer)StreamingIndexedData(List<Type> outputTypes, List<BlockTypeOperators.BlockPositionEqual> indexKeyEqualOperators, Page indexKeyTuple, PageBuffer pageBuffer, Driver driver)
-