Interface ExtensionMultiRelOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ExtensionMultiRel, ExtensionMultiRel.Builder

public interface ExtensionMultiRelOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .substrait.RelCommon common = 1;
    .substrait.RelCommon common = 1;
    com.google.protobuf.Any
    .google.protobuf.Any detail = 3;
    com.google.protobuf.AnyOrBuilder
    .google.protobuf.Any detail = 3;
    getInputs(int index)
    repeated .substrait.Rel inputs = 2;
    int
    repeated .substrait.Rel inputs = 2;
    repeated .substrait.Rel inputs = 2;
    getInputsOrBuilder(int index)
    repeated .substrait.Rel inputs = 2;
    List<? extends RelOrBuilder>
    repeated .substrait.Rel inputs = 2;
    boolean
    .substrait.RelCommon common = 1;
    boolean
    .google.protobuf.Any detail = 3;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasCommon

      boolean hasCommon()
      .substrait.RelCommon common = 1;
      Returns:
      Whether the common field is set.
    • getCommon

      RelCommon getCommon()
      .substrait.RelCommon common = 1;
      Returns:
      The common.
    • getCommonOrBuilder

      RelCommonOrBuilder getCommonOrBuilder()
      .substrait.RelCommon common = 1;
    • getInputsList

      List<Rel> getInputsList()
      repeated .substrait.Rel inputs = 2;
    • getInputs

      Rel getInputs(int index)
      repeated .substrait.Rel inputs = 2;
    • getInputsCount

      int getInputsCount()
      repeated .substrait.Rel inputs = 2;
    • getInputsOrBuilderList

      List<? extends RelOrBuilder> getInputsOrBuilderList()
      repeated .substrait.Rel inputs = 2;
    • getInputsOrBuilder

      RelOrBuilder getInputsOrBuilder(int index)
      repeated .substrait.Rel inputs = 2;
    • hasDetail

      boolean hasDetail()
      .google.protobuf.Any detail = 3;
      Returns:
      Whether the detail field is set.
    • getDetail

      com.google.protobuf.Any getDetail()
      .google.protobuf.Any detail = 3;
      Returns:
      The detail.
    • getDetailOrBuilder

      com.google.protobuf.AnyOrBuilder getDetailOrBuilder()
      .google.protobuf.Any detail = 3;