Uses of Interface
io.trino.operator.project.PageFilter
-
Packages that use PageFilter Package Description io.trino.operator.index io.trino.operator.project io.trino.sql.gen -
-
Uses of PageFilter in io.trino.operator.index
Classes in io.trino.operator.index that implement PageFilter Modifier and Type Class Description classTuplePageFilterFilters 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 PageFilter Modifier and Type Class Description classDictionaryAwarePageFilterConstructors in io.trino.operator.project with parameters of type PageFilter Constructor Description DictionaryAwarePageFilter(PageFilter filter)Constructor parameters in io.trino.operator.project with type arguments of type PageFilter 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 PageFilter in io.trino.sql.gen
Methods in io.trino.sql.gen that return types with arguments of type PageFilter Modifier and Type Method Description Supplier<PageFilter>PageFunctionCompiler. compileFilter(RowExpression filter, Optional<String> classNameSuffix)
-