@Experimental public interface PredicateCompiler
| Modifier and Type | Method and Description |
|---|---|
Supplier<Predicate> |
compilePredicate(SqlFunctionProperties sqlFunctionProperties,
Map<SqlFunctionId,SqlInvokedFunction> sessionFunctions,
RowExpression predicate)
Predicate expression may not contain any variable references, only input references.
|
Supplier<Predicate> compilePredicate(SqlFunctionProperties sqlFunctionProperties, Map<SqlFunctionId,SqlInvokedFunction> sessionFunctions, RowExpression predicate)
Copyright © 2012–2022. All rights reserved.