public abstract class AbstractWhereSegmentShadowColumnConditionIterator extends Object implements Iterator<Optional<ShadowColumnCondition>>
| 构造器和说明 |
|---|
AbstractWhereSegmentShadowColumnConditionIterator() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
hasNext() |
Optional<ShadowColumnCondition> |
next() |
protected abstract Optional<ShadowColumnCondition> |
nextShadowColumnCondition(org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment expressionSegment,
org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column.ColumnSegment columnSegment)
Next shadow column condition.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic AbstractWhereSegmentShadowColumnConditionIterator()
public boolean hasNext()
hasNext 在接口中 Iterator<Optional<ShadowColumnCondition>>public Optional<ShadowColumnCondition> next()
next 在接口中 Iterator<Optional<ShadowColumnCondition>>protected abstract Optional<ShadowColumnCondition> nextShadowColumnCondition(org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment expressionSegment, org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column.ColumnSegment columnSegment)
expressionSegment - expression segmentcolumnSegment - column segmentCopyright © 2022 The Apache Software Foundation. All rights reserved.