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