接口 GraphAlgebra.Project.ExprAliasOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- GraphAlgebra.Project
public static interface GraphAlgebra.Project.ExprAliasOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 Common.NameOrIdgetAlias()The alias that is either given by the query or by the systemCommon.NameOrIdOrBuildergetAliasOrBuilder()The alias that is either given by the query or by the systemOuterExpression.ExpressiongetExpr()The expression to be aliasedOuterExpression.ExpressionOrBuildergetExprOrBuilder()The expression to be aliasedbooleanhasAlias()The alias that is either given by the query or by the systembooleanhasExpr()The expression to be aliased
-
-
-
方法详细资料
-
hasExpr
boolean hasExpr()
The expression to be aliased
.common.Expression expr = 1;- 返回:
- Whether the expr field is set.
-
getExpr
OuterExpression.Expression getExpr()
The expression to be aliased
.common.Expression expr = 1;- 返回:
- The expr.
-
getExprOrBuilder
OuterExpression.ExpressionOrBuilder getExprOrBuilder()
The expression to be aliased
.common.Expression expr = 1;
-
hasAlias
boolean hasAlias()
The alias that is either given by the query or by the system
.common.NameOrId alias = 2;- 返回:
- Whether the alias field is set.
-
getAlias
Common.NameOrId getAlias()
The alias that is either given by the query or by the system
.common.NameOrId alias = 2;- 返回:
- The alias.
-
getAliasOrBuilder
Common.NameOrIdOrBuilder getAliasOrBuilder()
The alias that is either given by the query or by the system
.common.NameOrId alias = 2;
-
-