public final class ConditionValueBetweenOperatorGenerator extends Object implements ConditionValueGenerator<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.BetweenExpression>
| Constructor and Description |
|---|
ConditionValueBetweenOperatorGenerator() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ShardingConditionValue> |
generate(org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.BetweenExpression predicate,
Column column,
List<Object> parameters)
Generate route value.
|
public ConditionValueBetweenOperatorGenerator()
public Optional<ShardingConditionValue> generate(org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.BetweenExpression predicate, Column column, List<Object> parameters)
ConditionValueGeneratorgenerate in interface ConditionValueGenerator<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.BetweenExpression>predicate - predicate right valuecolumn - columnparameters - SQL parametersCopyright © 2021 The Apache Software Foundation. All rights reserved.