接口 GraphAlgebraPhysical.PhysicalOprOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- GraphAlgebraPhysical
public static interface GraphAlgebraPhysical.PhysicalOprOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 GraphAlgebraPhysical.PhysicalOpr.MetaDatagetMetaData(int index)The meta data of outputs of operatorintgetMetaDataCount()The meta data of outputs of operatorList<GraphAlgebraPhysical.PhysicalOpr.MetaData>getMetaDataList()The meta data of outputs of operatorGraphAlgebraPhysical.PhysicalOpr.MetaDataOrBuildergetMetaDataOrBuilder(int index)The meta data of outputs of operatorList<? extends GraphAlgebraPhysical.PhysicalOpr.MetaDataOrBuilder>getMetaDataOrBuilderList()The meta data of outputs of operatorGraphAlgebraPhysical.PhysicalOpr.OperatorgetOpr()The node's operatorGraphAlgebraPhysical.PhysicalOpr.OperatorOrBuildergetOprOrBuilder()The node's operatorbooleanhasOpr()The node's operator
-
-
-
方法详细资料
-
hasOpr
boolean hasOpr()
The node's operator
.physical.PhysicalOpr.Operator opr = 1;- 返回:
- Whether the opr field is set.
-
getOpr
GraphAlgebraPhysical.PhysicalOpr.Operator getOpr()
The node's operator
.physical.PhysicalOpr.Operator opr = 1;- 返回:
- The opr.
-
getOprOrBuilder
GraphAlgebraPhysical.PhysicalOpr.OperatorOrBuilder getOprOrBuilder()
The node's operator
.physical.PhysicalOpr.Operator opr = 1;
-
getMetaDataList
List<GraphAlgebraPhysical.PhysicalOpr.MetaData> getMetaDataList()
The meta data of outputs of operator
repeated .physical.PhysicalOpr.MetaData meta_data = 2;
-
getMetaData
GraphAlgebraPhysical.PhysicalOpr.MetaData getMetaData(int index)
The meta data of outputs of operator
repeated .physical.PhysicalOpr.MetaData meta_data = 2;
-
getMetaDataCount
int getMetaDataCount()
The meta data of outputs of operator
repeated .physical.PhysicalOpr.MetaData meta_data = 2;
-
getMetaDataOrBuilderList
List<? extends GraphAlgebraPhysical.PhysicalOpr.MetaDataOrBuilder> getMetaDataOrBuilderList()
The meta data of outputs of operator
repeated .physical.PhysicalOpr.MetaData meta_data = 2;
-
getMetaDataOrBuilder
GraphAlgebraPhysical.PhysicalOpr.MetaDataOrBuilder getMetaDataOrBuilder(int index)
The meta data of outputs of operator
repeated .physical.PhysicalOpr.MetaData meta_data = 2;
-
-