Package | Description |
---|---|
com.sm.query |
Modifier and Type | Method and Description |
---|---|
protected PredicateEstimator.Source |
PredicateEstimator.determineSource(PredicateEstimator.Source left,
PredicateEstimator.Source right,
String operator) |
protected PredicateEstimator.Source |
PredicateEstimator.findAnd(PredicateEstimator.Source left,
PredicateEstimator.Source right) |
protected PredicateEstimator.Source |
PredicateEstimator.findOr(PredicateEstimator.Source left,
PredicateEstimator.Source right) |
protected PredicateEstimator.Source |
PredicateEstimator.findSource(String objectId) |
static PredicateEstimator.Source |
PredicateEstimator.Source.getSource(String source) |
static PredicateEstimator.Source |
PredicateEstimator.Source.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PredicateEstimator.Source[] |
PredicateEstimator.Source.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Stack<PredicateEstimator.Source> |
PredicateEstimator.getSourceStack() |
Modifier and Type | Method and Description |
---|---|
protected PredicateEstimator.Source |
PredicateEstimator.determineSource(PredicateEstimator.Source left,
PredicateEstimator.Source right,
String operator) |
protected PredicateEstimator.Source |
PredicateEstimator.findAnd(PredicateEstimator.Source left,
PredicateEstimator.Source right) |
protected PredicateEstimator.Source |
PredicateEstimator.findOr(PredicateEstimator.Source left,
PredicateEstimator.Source right) |
Copyright © 2016. All rights reserved.