Uses of Interface
io.trino.operator.project.PageFilter
Packages that use PageFilter
-
Uses of PageFilter in io.trino.operator.index
Classes in io.trino.operator.index that implement PageFilterModifier and TypeClassDescriptionclassFilters out rows that do not match the values from the specified tuple -
Uses of PageFilter in io.trino.operator.project
Classes in io.trino.operator.project that implement PageFilterConstructors in io.trino.operator.project with parameters of type PageFilterConstructor parameters in io.trino.operator.project with type arguments of type PageFilterModifierConstructorDescriptionPageProcessor(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 PageFilter in io.trino.sql.gen
Methods in io.trino.sql.gen that return types with arguments of type PageFilterModifier and TypeMethodDescriptionPageFunctionCompiler.compileFilter(RowExpression filter, Optional<String> classNameSuffix)