接口 GraphAlgebra.Project.ExprAliasOrBuilder

    • 方法详细资料

      • hasExpr

        boolean hasExpr()
         The expression to be aliased
         
        .common.Expression expr = 1;
        返回:
        Whether the expr field is set.
      • 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;