接口 GraphAlgebra.GroupByOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- GraphAlgebra
public static interface GraphAlgebra.GroupByOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
-
-
-
方法详细资料
-
getMappingsList
List<GraphAlgebra.GroupBy.KeyAlias> getMappingsList()
A collection of key-alias mappings
repeated .algebra.GroupBy.KeyAlias mappings = 1;
-
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;
-
getMappingsOrBuilderList
List<? extends GraphAlgebra.GroupBy.KeyAliasOrBuilder> getMappingsOrBuilderList()
A collection of key-alias mappings
repeated .algebra.GroupBy.KeyAlias mappings = 1;
-
getMappingsOrBuilder
GraphAlgebra.GroupBy.KeyAliasOrBuilder getMappingsOrBuilder(int index)
A collection of key-alias mappings
repeated .algebra.GroupBy.KeyAlias mappings = 1;
-
getFunctionsList
List<GraphAlgebra.GroupBy.AggFunc> getFunctionsList()
The grouping functions
repeated .algebra.GroupBy.AggFunc functions = 2;
-
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;
-
getFunctionsOrBuilderList
List<? extends GraphAlgebra.GroupBy.AggFuncOrBuilder> getFunctionsOrBuilderList()
The grouping functions
repeated .algebra.GroupBy.AggFunc functions = 2;
-
getFunctionsOrBuilder
GraphAlgebra.GroupBy.AggFuncOrBuilder getFunctionsOrBuilder(int index)
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;
-
-