Package io.substrait.proto
Interface ExchangeRel.ExchangeTargetOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExchangeRel.ExchangeTarget,ExchangeRel.ExchangeTarget.Builder
- Enclosing class:
- ExchangeRel
public static interface ExchangeRel.ExchangeTargetOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Any.google.protobuf.Any extended = 3;com.google.protobuf.AnyOrBuilder.google.protobuf.Any extended = 3;intgetPartitionId(int index) Describes the partition id(s) to send.intDescribes the partition id(s) to send.Describes the partition id(s) to send.getUri()string uri = 2;com.google.protobuf.ByteStringstring uri = 2;boolean.google.protobuf.Any extended = 3;booleanhasUri()string uri = 2;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
-
getPartitionIdList
Describes the partition id(s) to send. If this is empty, all data is sent to this target.
repeated int32 partition_id = 1;- Returns:
- A list containing the partitionId.
-
getPartitionIdCount
int getPartitionIdCount()Describes the partition id(s) to send. If this is empty, all data is sent to this target.
repeated int32 partition_id = 1;- Returns:
- The count of partitionId.
-
getPartitionId
int getPartitionId(int index) Describes the partition id(s) to send. If this is empty, all data is sent to this target.
repeated int32 partition_id = 1;- Parameters:
index- The index of the element to return.- Returns:
- The partitionId at the given index.
-
hasUri
boolean hasUri()string uri = 2;- Returns:
- Whether the uri field is set.
-
getUri
String getUri()string uri = 2;- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()string uri = 2;- Returns:
- The bytes for uri.
-
hasExtended
boolean hasExtended().google.protobuf.Any extended = 3;- Returns:
- Whether the extended field is set.
-
getExtended
com.google.protobuf.Any getExtended().google.protobuf.Any extended = 3;- Returns:
- The extended.
-
getExtendedOrBuilder
com.google.protobuf.AnyOrBuilder getExtendedOrBuilder().google.protobuf.Any extended = 3; -
getTargetTypeCase
ExchangeRel.ExchangeTarget.TargetTypeCase getTargetTypeCase()
-