接口 GraphAlgebra.ProjectOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- GraphAlgebra
public static interface GraphAlgebra.ProjectOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 booleangetIsAppend()An indicator to tell the runtime whether the projected value is appending to or replacing existing relation.GraphAlgebra.Project.ExprAliasgetMappings(int index)A list of [expression -> alias] to be projected from the graph relation.intgetMappingsCount()A list of [expression -> alias] to be projected from the graph relation.List<GraphAlgebra.Project.ExprAlias>getMappingsList()A list of [expression -> alias] to be projected from the graph relation.GraphAlgebra.Project.ExprAliasOrBuildergetMappingsOrBuilder(int index)A list of [expression -> alias] to be projected from the graph relation.List<? extends GraphAlgebra.Project.ExprAliasOrBuilder>getMappingsOrBuilderList()A list of [expression -> alias] to be projected from the graph relation.GraphAlgebra.MetaDatagetMetaData(int index)The datatype of output resultsintgetMetaDataCount()The datatype of output resultsList<GraphAlgebra.MetaData>getMetaDataList()The datatype of output resultsGraphAlgebra.MetaDataOrBuildergetMetaDataOrBuilder(int index)The datatype of output resultsList<? extends GraphAlgebra.MetaDataOrBuilder>getMetaDataOrBuilderList()The datatype of output results
-
-
-
方法详细资料
-
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;
-
-