Interface AjRajTablesRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AjRajTablesRequest,AjRajTablesRequest.Builder
public interface AjRajTablesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThis is a comparison expression for the inexact as-of join match.com.google.protobuf.ByteStringThis is a comparison expression for the inexact as-of join match.getColumnsToAdd(int index) repeated string columns_to_add = 6;com.google.protobuf.ByteStringgetColumnsToAddBytes(int index) repeated string columns_to_add = 6;intrepeated string columns_to_add = 6;repeated string columns_to_add = 6;getExactMatchColumns(int index) repeated string exact_match_columns = 4;com.google.protobuf.ByteStringgetExactMatchColumnsBytes(int index) repeated string exact_match_columns = 4;intrepeated string exact_match_columns = 4;repeated string exact_match_columns = 4;.io.deephaven.proto.backplane.grpc.TableReference left_id = 2;.io.deephaven.proto.backplane.grpc.TableReference left_id = 2;.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;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;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasResultId
boolean hasResultId().io.deephaven.proto.backplane.grpc.Ticket result_id = 1;- Returns:
- Whether the resultId field is set.
-
getResultId
Ticket getResultId().io.deephaven.proto.backplane.grpc.Ticket result_id = 1;- Returns:
- The resultId.
-
getResultIdOrBuilder
TicketOrBuilder getResultIdOrBuilder().io.deephaven.proto.backplane.grpc.Ticket result_id = 1; -
hasLeftId
boolean hasLeftId().io.deephaven.proto.backplane.grpc.TableReference left_id = 2;- Returns:
- Whether the leftId field is set.
-
getLeftId
TableReference getLeftId().io.deephaven.proto.backplane.grpc.TableReference left_id = 2;- Returns:
- The leftId.
-
getLeftIdOrBuilder
TableReferenceOrBuilder getLeftIdOrBuilder().io.deephaven.proto.backplane.grpc.TableReference left_id = 2; -
hasRightId
boolean hasRightId().io.deephaven.proto.backplane.grpc.TableReference right_id = 3;- Returns:
- Whether the rightId field is set.
-
getRightId
TableReference getRightId().io.deephaven.proto.backplane.grpc.TableReference right_id = 3;- Returns:
- The rightId.
-
getRightIdOrBuilder
TableReferenceOrBuilder getRightIdOrBuilder().io.deephaven.proto.backplane.grpc.TableReference right_id = 3; -
getExactMatchColumnsList
repeated string exact_match_columns = 4;- Returns:
- A list containing the exactMatchColumns.
-
getExactMatchColumnsCount
int getExactMatchColumnsCount()repeated string exact_match_columns = 4;- Returns:
- The count of exactMatchColumns.
-
getExactMatchColumns
repeated string exact_match_columns = 4;- Parameters:
index- The index of the element to return.- Returns:
- The exactMatchColumns at the given index.
-
getExactMatchColumnsBytes
com.google.protobuf.ByteString getExactMatchColumnsBytes(int index) repeated string exact_match_columns = 4;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the exactMatchColumns at the given index.
-
getAsOfColumn
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;- Returns:
- The asOfColumn.
-
getAsOfColumnBytes
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;- Returns:
- The bytes for asOfColumn.
-
getColumnsToAddList
repeated string columns_to_add = 6;- Returns:
- A list containing the columnsToAdd.
-
getColumnsToAddCount
int getColumnsToAddCount()repeated string columns_to_add = 6;- Returns:
- The count of columnsToAdd.
-
getColumnsToAdd
repeated string columns_to_add = 6;- Parameters:
index- The index of the element to return.- Returns:
- The columnsToAdd at the given index.
-
getColumnsToAddBytes
com.google.protobuf.ByteString getColumnsToAddBytes(int index) repeated string columns_to_add = 6;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the columnsToAdd at the given index.
-