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