Uses of Interface
io.trino.operator.project.PageFilter
Packages that use PageFilter
Package
Description
-
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 PageFilter -
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) -
Uses of PageFilter in io.trino.sql.gen.columnar
Constructors in io.trino.sql.gen.columnar with parameters of type PageFilter