public class CalciteCnfHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<Filter> |
conjunctions(Filter rexPredicate)
Returns a condition decomposed by AND.
|
static void |
decomposeConjunction(Filter rexPredicate,
List<Filter> rexList)
Decomposes a predicate into a list of expressions that are AND'ed
together.
|
static Filter |
pull(Filter rex) |
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.