接口 OuterExpression.VariableOrBuilder

    • 方法详细资料

      • hasTag

        boolean hasTag()
         The alias of a graph relation, which is required for a variable
         
        .common.NameOrId tag = 1;
        返回:
        Whether the tag field is set.
      • getTag

        Common.NameOrId getTag()
         The alias of a graph relation, which is required for a variable
         
        .common.NameOrId tag = 1;
        返回:
        The tag.
      • getTagOrBuilder

        Common.NameOrIdOrBuilder getTagOrBuilder()
         The alias of a graph relation, which is required for a variable
         
        .common.NameOrId tag = 1;
      • hasProperty

        boolean hasProperty()
         The property of a nested attribute (vertex/edge) of a graph relation, r.a.key, optional
         
        .common.Property property = 2;
        返回:
        Whether the property field is set.
      • getProperty

        OuterExpression.Property getProperty()
         The property of a nested attribute (vertex/edge) of a graph relation, r.a.key, optional
         
        .common.Property property = 2;
        返回:
        The property.
      • getPropertyOrBuilder

        OuterExpression.PropertyOrBuilder getPropertyOrBuilder()
         The property of a nested attribute (vertex/edge) of a graph relation, r.a.key, optional
         
        .common.Property property = 2;
      • hasNodeType

        boolean hasNodeType()
         The data of type of Property
         
        .common.IrDataType node_type = 3;
        返回:
        Whether the nodeType field is set.
      • getNodeType

        DataType.IrDataType getNodeType()
         The data of type of Property
         
        .common.IrDataType node_type = 3;
        返回:
        The nodeType.