接口 GraphAlgebra.IndexPredicate.TripletOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public static interface GraphAlgebra.IndexPredicate.TripletOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 OuterExpression.LogicalgetCmp()TODO(longbin) More comparators (gt, ge, lt, le, ne) other than equivalence (eq or within) may be requiredintgetCmpValue()TODO(longbin) More comparators (gt, ge, lt, le, ne) other than equivalence (eq or within) may be requiredCommon.ValuegetConst().common.Value const = 2;Common.ValueOrBuildergetConstOrBuilder().common.Value const = 2;OuterExpression.PropertygetKey().common.Property key = 1;OuterExpression.PropertyOrBuildergetKeyOrBuilder().common.Property key = 1;OuterExpression.DynamicParamgetParam().common.DynamicParam param = 3;OuterExpression.DynamicParamOrBuildergetParamOrBuilder().common.DynamicParam param = 3;GraphAlgebra.IndexPredicate.Triplet.ValueCasegetValueCase()booleanhasConst().common.Value const = 2;booleanhasKey().common.Property key = 1;booleanhasParam().common.DynamicParam param = 3;
-
-
-
方法详细资料
-
hasKey
boolean hasKey()
.common.Property key = 1;- 返回:
- Whether the key field is set.
-
getKey
OuterExpression.Property getKey()
.common.Property key = 1;- 返回:
- The key.
-
getKeyOrBuilder
OuterExpression.PropertyOrBuilder getKeyOrBuilder()
.common.Property key = 1;
-
hasConst
boolean hasConst()
.common.Value const = 2;- 返回:
- Whether the const field is set.
-
getConst
Common.Value getConst()
.common.Value const = 2;- 返回:
- The const.
-
getConstOrBuilder
Common.ValueOrBuilder getConstOrBuilder()
.common.Value const = 2;
-
hasParam
boolean hasParam()
.common.DynamicParam param = 3;- 返回:
- Whether the param field is set.
-
getParam
OuterExpression.DynamicParam getParam()
.common.DynamicParam param = 3;- 返回:
- The param.
-
getParamOrBuilder
OuterExpression.DynamicParamOrBuilder getParamOrBuilder()
.common.DynamicParam param = 3;
-
getCmpValue
int getCmpValue()
TODO(longbin) More comparators (gt, ge, lt, le, ne) other than equivalence (eq or within) may be required
.common.Logical cmp = 4;- 返回:
- The enum numeric value on the wire for cmp.
-
getCmp
OuterExpression.Logical getCmp()
TODO(longbin) More comparators (gt, ge, lt, le, ne) other than equivalence (eq or within) may be required
.common.Logical cmp = 4;- 返回:
- The cmp.
-
getValueCase
GraphAlgebra.IndexPredicate.Triplet.ValueCase getValueCase()
-
-