接口 GraphAlgebra.ProjectOrBuilder

    • 方法详细资料

      • getMappingsList

        List<GraphAlgebra.Project.ExprAlias> getMappingsList()
         A list of [expression -> alias] to be projected from the graph relation.
         e.g., project_{a.birthday / 100 % 100 as birth_month }
         
        repeated .algebra.Project.ExprAlias mappings = 1;
      • getMappings

        GraphAlgebra.Project.ExprAlias getMappings​(int index)
         A list of [expression -> alias] to be projected from the graph relation.
         e.g., project_{a.birthday / 100 % 100 as birth_month }
         
        repeated .algebra.Project.ExprAlias mappings = 1;
      • getMappingsCount

        int getMappingsCount()
         A list of [expression -> alias] to be projected from the graph relation.
         e.g., project_{a.birthday / 100 % 100 as birth_month }
         
        repeated .algebra.Project.ExprAlias mappings = 1;
      • getMappingsOrBuilderList

        List<? extends GraphAlgebra.Project.ExprAliasOrBuilder> getMappingsOrBuilderList()
         A list of [expression -> alias] to be projected from the graph relation.
         e.g., project_{a.birthday / 100 % 100 as birth_month }
         
        repeated .algebra.Project.ExprAlias mappings = 1;
      • getMappingsOrBuilder

        GraphAlgebra.Project.ExprAliasOrBuilder getMappingsOrBuilder​(int index)
         A list of [expression -> alias] to be projected from the graph relation.
         e.g., project_{a.birthday / 100 % 100 as birth_month }
         
        repeated .algebra.Project.ExprAlias mappings = 1;
      • getIsAppend

        boolean getIsAppend()
         An indicator to tell the runtime whether the projected value is appending to or replacing
         existing relation.
         
        bool is_append = 2;
        返回:
        The isAppend.
      • getMetaDataList

        List<GraphAlgebra.MetaData> getMetaDataList()
         The datatype of output results
         
        repeated .algebra.MetaData meta_data = 3;
      • getMetaData

        GraphAlgebra.MetaData getMetaData​(int index)
         The datatype of output results
         
        repeated .algebra.MetaData meta_data = 3;
      • getMetaDataCount

        int getMetaDataCount()
         The datatype of output results
         
        repeated .algebra.MetaData meta_data = 3;
      • getMetaDataOrBuilderList

        List<? extends GraphAlgebra.MetaDataOrBuilder> getMetaDataOrBuilderList()
         The datatype of output results
         
        repeated .algebra.MetaData meta_data = 3;
      • getMetaDataOrBuilder

        GraphAlgebra.MetaDataOrBuilder getMetaDataOrBuilder​(int index)
         The datatype of output results
         
        repeated .algebra.MetaData meta_data = 3;