public final class ShadowExtractor extends Object
| Constructor and Description |
|---|
ShadowExtractor() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column.ColumnSegment> |
extractColumn(org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment expressionSegment)
Get column in expression segment.
|
static Optional<Collection<Comparable<?>>> |
extractValues(org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment expression,
List<Object> parameters)
Get values in expression segment.
|
public static Optional<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column.ColumnSegment> extractColumn(org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment expressionSegment)
expressionSegment - expression segmentpublic static Optional<Collection<Comparable<?>>> extractValues(org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment expression, List<Object> parameters)
expression - expression segmentparameters - parametersCopyright © 2022 The Apache Software Foundation. All rights reserved.