接口 GraphAlgebra.UnfoldOrBuilder

  • 所有超级接口:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    所有已知实现类:
    GraphAlgebra.Unfold, GraphAlgebra.Unfold.Builder
    封闭类:
    GraphAlgebra

    public static interface GraphAlgebra.UnfoldOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 方法详细资料

      • hasTag

        boolean hasTag()
         The tag of a graph relation that **must** refer to a data of collection type
         
        .common.NameOrId tag = 1;
        返回:
        Whether the tag field is set.
      • getTag

        Common.NameOrId getTag()
         The tag of a graph relation that **must** refer to a data of collection type
         
        .common.NameOrId tag = 1;
        返回:
        The tag.
      • getTagOrBuilder

        Common.NameOrIdOrBuilder getTagOrBuilder()
         The tag of a graph relation that **must** refer to a data of collection type
         
        .common.NameOrId tag = 1;
      • hasAlias

        boolean hasAlias()
         The alias tag for the elements that are unfolded from the collection
         
        .common.NameOrId alias = 2;
        返回:
        Whether the alias field is set.
      • getAlias

        Common.NameOrId getAlias()
         The alias tag for the elements that are unfolded from the collection
         
        .common.NameOrId alias = 2;
        返回:
        The alias.
      • getAliasOrBuilder

        Common.NameOrIdOrBuilder getAliasOrBuilder()
         The alias tag for the elements that are unfolded from the collection
         
        .common.NameOrId alias = 2;
      • hasMetaData

        boolean hasMetaData()
         The type for the unfold value
         
        .algebra.MetaData meta_data = 3;
        返回:
        Whether the metaData field is set.
      • getMetaData

        GraphAlgebra.MetaData getMetaData()
         The type for the unfold value
         
        .algebra.MetaData meta_data = 3;
        返回:
        The metaData.