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