Uses of Interface
io.trino.operator.project.PageProjection
-
Packages that use PageProjection Package Description io.trino.operator.project io.trino.operator.window.pattern io.trino.sql.gen -
-
Uses of PageProjection in io.trino.operator.project
Classes in io.trino.operator.project that implement PageProjection Modifier and Type Class Description classConstantPageProjectionclassDictionaryAwarePageProjectionclassGeneratedPageProjectionclassInputPageProjectionMethods in io.trino.operator.project that return types with arguments of type PageProjection Modifier and Type Method Description List<PageProjection>PageProcessor. getProjections()Constructors in io.trino.operator.project with parameters of type PageProjection Constructor Description DictionaryAwarePageProjection(PageProjection projection, Function<DictionaryBlock,DictionaryId> sourceIdFunction, boolean produceLazyBlock)Constructor parameters in io.trino.operator.project with type arguments of type PageProjection Constructor Description PageProcessor(Optional<PageFilter> filter, List<? extends PageProjection> projections)PageProcessor(Optional<PageFilter> filter, List<? extends PageProjection> projections, OptionalInt initialBatchSize)PageProcessor(Optional<PageFilter> filter, List<? extends PageProjection> projections, OptionalInt initialBatchSize, ExpressionProfiler expressionProfiler) -
Uses of PageProjection in io.trino.operator.window.pattern
Constructors in io.trino.operator.window.pattern with parameters of type PageProjection Constructor Description Evaluation(PageProjection projection, List<PhysicalValuePointer> expectedLayout, List<String> labelNames, ConnectorSession session)MeasureComputation(PageProjection projection, List<PhysicalValuePointer> expectedLayout, Type type, List<String> labelNames, ConnectorSession session)Constructor parameters in io.trino.operator.window.pattern with type arguments of type PageProjection Constructor Description EvaluationSupplier(Supplier<PageProjection> projection, List<PhysicalValuePointer> expectedLayout, List<String> labelNames, ConnectorSession session)MeasureComputationSupplier(Supplier<PageProjection> projection, List<PhysicalValuePointer> expectedLayout, Type type, List<String> labelNames, ConnectorSession session) -
Uses of PageProjection in io.trino.sql.gen
Methods in io.trino.sql.gen that return types with arguments of type PageProjection Modifier and Type Method Description Supplier<PageProjection>PageFunctionCompiler. compileProjection(RowExpression projection, Optional<String> classNameSuffix)
-