接口 GraphAlgebra.IndexPredicate.TripletOrBuilder

    • 方法详细资料

      • hasKey

        boolean hasKey()
        .common.Property key = 1;
        返回:
        Whether the key field is set.
      • hasConst

        boolean hasConst()
        .common.Value const = 2;
        返回:
        Whether the const field is set.
      • getConst

        Common.Value getConst()
        .common.Value const = 2;
        返回:
        The const.
      • hasParam

        boolean hasParam()
        .common.DynamicParam param = 3;
        返回:
        Whether the param field is set.
      • 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.