Class AjRajTablesRequest

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
io.deephaven.proto.backplane.grpc.AjRajTablesRequest
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, AjRajTablesRequestOrBuilder, Serializable

@Generated public final class AjRajTablesRequest extends com.google.protobuf.GeneratedMessage implements AjRajTablesRequestOrBuilder
Protobuf type io.deephaven.proto.backplane.grpc.AjRajTablesRequest
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Protobuf type io.deephaven.proto.backplane.grpc.AjRajTablesRequest

    Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage

    com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message,T>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter

    Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessage

    com.google.protobuf.AbstractMessage.BuilderParent

    Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

    com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     

    Fields inherited from class com.google.protobuf.GeneratedMessage

    alwaysUseFieldBuilders, loggedPre22TypeNames, unknownFields

    Fields inherited from class com.google.protobuf.AbstractMessage

    memoizedSize

    Fields inherited from class com.google.protobuf.AbstractMessageLite

    memoizedHashCode
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    This is a comparison expression for the inexact as-of join match.
    com.google.protobuf.ByteString
    This is a comparison expression for the inexact as-of join match.
    getColumnsToAdd(int index)
    repeated string columns_to_add = 6;
    com.google.protobuf.ByteString
    repeated string columns_to_add = 6;
    int
    repeated string columns_to_add = 6;
    com.google.protobuf.ProtocolStringList
    repeated string columns_to_add = 6;
     
     
    static final com.google.protobuf.Descriptors.Descriptor
     
    repeated string exact_match_columns = 4;
    com.google.protobuf.ByteString
    repeated string exact_match_columns = 4;
    int
    repeated string exact_match_columns = 4;
    com.google.protobuf.ProtocolStringList
    repeated string exact_match_columns = 4;
    .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
    .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
    com.google.protobuf.Parser<AjRajTablesRequest>
     
    .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
    .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
    .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
    .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
    int
     
    int
     
    boolean
    .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
    boolean
    .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
    boolean
    .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     
    final boolean
     
     
     
     
    newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
     
     
    parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(byte[] data)
     
    parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(com.google.protobuf.ByteString data)
     
    parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static com.google.protobuf.Parser<AjRajTablesRequest>
     
     
    void
    writeTo(com.google.protobuf.CodedOutputStream output)
     

    Methods inherited from class com.google.protobuf.GeneratedMessage

    canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashFields, toString

    Methods inherited from class com.google.protobuf.AbstractMessageLite

    addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.protobuf.MessageLite

    toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

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

    • RESULT_ID_FIELD_NUMBER

      public static final int RESULT_ID_FIELD_NUMBER
      See Also:
    • LEFT_ID_FIELD_NUMBER

      public static final int LEFT_ID_FIELD_NUMBER
      See Also:
    • RIGHT_ID_FIELD_NUMBER

      public static final int RIGHT_ID_FIELD_NUMBER
      See Also:
    • EXACT_MATCH_COLUMNS_FIELD_NUMBER

      public static final int EXACT_MATCH_COLUMNS_FIELD_NUMBER
      See Also:
    • AS_OF_COLUMN_FIELD_NUMBER

      public static final int AS_OF_COLUMN_FIELD_NUMBER
      See Also:
    • COLUMNS_TO_ADD_FIELD_NUMBER

      public static final int COLUMNS_TO_ADD_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • hasResultId

      public boolean hasResultId()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
      Specified by:
      hasResultId in interface AjRajTablesRequestOrBuilder
      Returns:
      Whether the resultId field is set.
    • getResultId

      public Ticket getResultId()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
      Specified by:
      getResultId in interface AjRajTablesRequestOrBuilder
      Returns:
      The resultId.
    • getResultIdOrBuilder

      public TicketOrBuilder getResultIdOrBuilder()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
      Specified by:
      getResultIdOrBuilder in interface AjRajTablesRequestOrBuilder
    • hasLeftId

      public boolean hasLeftId()
      .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
      Specified by:
      hasLeftId in interface AjRajTablesRequestOrBuilder
      Returns:
      Whether the leftId field is set.
    • getLeftId

      public TableReference getLeftId()
      .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
      Specified by:
      getLeftId in interface AjRajTablesRequestOrBuilder
      Returns:
      The leftId.
    • getLeftIdOrBuilder

      public TableReferenceOrBuilder getLeftIdOrBuilder()
      .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
      Specified by:
      getLeftIdOrBuilder in interface AjRajTablesRequestOrBuilder
    • hasRightId

      public boolean hasRightId()
      .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
      Specified by:
      hasRightId in interface AjRajTablesRequestOrBuilder
      Returns:
      Whether the rightId field is set.
    • getRightId

      public TableReference getRightId()
      .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
      Specified by:
      getRightId in interface AjRajTablesRequestOrBuilder
      Returns:
      The rightId.
    • getRightIdOrBuilder

      public TableReferenceOrBuilder getRightIdOrBuilder()
      .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
      Specified by:
      getRightIdOrBuilder in interface AjRajTablesRequestOrBuilder
    • getExactMatchColumnsList

      public com.google.protobuf.ProtocolStringList getExactMatchColumnsList()
      repeated string exact_match_columns = 4;
      Specified by:
      getExactMatchColumnsList in interface AjRajTablesRequestOrBuilder
      Returns:
      A list containing the exactMatchColumns.
    • getExactMatchColumnsCount

      public int getExactMatchColumnsCount()
      repeated string exact_match_columns = 4;
      Specified by:
      getExactMatchColumnsCount in interface AjRajTablesRequestOrBuilder
      Returns:
      The count of exactMatchColumns.
    • getExactMatchColumns

      public String getExactMatchColumns(int index)
      repeated string exact_match_columns = 4;
      Specified by:
      getExactMatchColumns in interface AjRajTablesRequestOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The exactMatchColumns at the given index.
    • getExactMatchColumnsBytes

      public com.google.protobuf.ByteString getExactMatchColumnsBytes(int index)
      repeated string exact_match_columns = 4;
      Specified by:
      getExactMatchColumnsBytes in interface AjRajTablesRequestOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the exactMatchColumns at the given index.
    • getAsOfColumn

      public String getAsOfColumn()
       This is a comparison expression for the inexact as-of join match. In the case of an as-of join (aj), the comparison
       operator can be either ">=" or ">"; for example, "Foo>=Bar" or "Foo>Bar". In the case of a reverse-as-of join (raj),
       the comparison operator can be either "<=" or "<"; for example, "Foo<=Bar" or "Foo<Bar". In the case where the
       column name exists in both tables, the single column name can be used and it will inherit the default comparison
       operator: in the aj case, "Foo" is equivalent to "Foo>=Foo"; in the raj case, "Foo" is equivalent to "Foo<=Foo".
       
      string as_of_column = 5;
      Specified by:
      getAsOfColumn in interface AjRajTablesRequestOrBuilder
      Returns:
      The asOfColumn.
    • getAsOfColumnBytes

      public com.google.protobuf.ByteString getAsOfColumnBytes()
       This is a comparison expression for the inexact as-of join match. In the case of an as-of join (aj), the comparison
       operator can be either ">=" or ">"; for example, "Foo>=Bar" or "Foo>Bar". In the case of a reverse-as-of join (raj),
       the comparison operator can be either "<=" or "<"; for example, "Foo<=Bar" or "Foo<Bar". In the case where the
       column name exists in both tables, the single column name can be used and it will inherit the default comparison
       operator: in the aj case, "Foo" is equivalent to "Foo>=Foo"; in the raj case, "Foo" is equivalent to "Foo<=Foo".
       
      string as_of_column = 5;
      Specified by:
      getAsOfColumnBytes in interface AjRajTablesRequestOrBuilder
      Returns:
      The bytes for asOfColumn.
    • getColumnsToAddList

      public com.google.protobuf.ProtocolStringList getColumnsToAddList()
      repeated string columns_to_add = 6;
      Specified by:
      getColumnsToAddList in interface AjRajTablesRequestOrBuilder
      Returns:
      A list containing the columnsToAdd.
    • getColumnsToAddCount

      public int getColumnsToAddCount()
      repeated string columns_to_add = 6;
      Specified by:
      getColumnsToAddCount in interface AjRajTablesRequestOrBuilder
      Returns:
      The count of columnsToAdd.
    • getColumnsToAdd

      public String getColumnsToAdd(int index)
      repeated string columns_to_add = 6;
      Specified by:
      getColumnsToAdd in interface AjRajTablesRequestOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The columnsToAdd at the given index.
    • getColumnsToAddBytes

      public com.google.protobuf.ByteString getColumnsToAddBytes(int index)
      repeated string columns_to_add = 6;
      Specified by:
      getColumnsToAddBytes in interface AjRajTablesRequestOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the columnsToAdd at the given index.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static AjRajTablesRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AjRajTablesRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AjRajTablesRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AjRajTablesRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AjRajTablesRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AjRajTablesRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AjRajTablesRequest parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AjRajTablesRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static AjRajTablesRequest parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static AjRajTablesRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AjRajTablesRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AjRajTablesRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public AjRajTablesRequest.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static AjRajTablesRequest.Builder newBuilder()
    • newBuilder

      public static AjRajTablesRequest.Builder newBuilder(AjRajTablesRequest prototype)
    • toBuilder

      public AjRajTablesRequest.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected AjRajTablesRequest.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static AjRajTablesRequest getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<AjRajTablesRequest> parser()
    • getParserForType

      public com.google.protobuf.Parser<AjRajTablesRequest> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public AjRajTablesRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder