public final class ColumnProjection extends Object implements Projection
| Constructor and Description |
|---|
ColumnProjection() |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getAlias()
Get alias.
|
String |
getColumnLabel()
Get columnLabel.
|
String |
getExpression()
Get expression.
|
String |
getExpressionWithAlias()
Get expression with alias.
|
public String getExpression()
ProjectiongetExpression in interface Projectionpublic String getColumnLabel()
ProjectiongetColumnLabel in interface Projectionpublic Optional<String> getAlias()
ProjectiongetAlias in interface Projectionpublic String getExpressionWithAlias()
Copyright © 2021 The Apache Software Foundation. All rights reserved.