接口 GraphAlgebra.GroupByOrBuilder

    • 方法详细资料

      • getMappings

        GraphAlgebra.GroupBy.KeyAlias getMappings​(int index)
         A collection of key-alias mappings
         
        repeated .algebra.GroupBy.KeyAlias mappings = 1;
      • getMappingsCount

        int getMappingsCount()
         A collection of key-alias mappings
         
        repeated .algebra.GroupBy.KeyAlias mappings = 1;
      • getFunctions

        GraphAlgebra.GroupBy.AggFunc getFunctions​(int index)
         The grouping functions
         
        repeated .algebra.GroupBy.AggFunc functions = 2;
      • getFunctionsCount

        int getFunctionsCount()
         The grouping functions
         
        repeated .algebra.GroupBy.AggFunc functions = 2;
      • 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;