public final class ColumnProjectionSegment extends Object implements ProjectionSegment, AliasAvailable
| Constructor and Description |
|---|
ColumnProjectionSegment(ColumnSegment columnSegment) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getAlias()
Get alias.
|
int |
getStartIndex()
Get start index.
|
int |
getStopIndex()
Get stop index.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetAliaspublic ColumnProjectionSegment(ColumnSegment columnSegment)
public Optional<String> getAlias()
AliasAvailablegetAlias in interface AliasAvailablepublic int getStartIndex()
SQLSegmentgetStartIndex in interface SQLSegmentpublic int getStopIndex()
SQLSegmentgetStopIndex in interface SQLSegmentCopyright © 2022 The Apache Software Foundation. All rights reserved.