Package io.substrait.proto
Interface ExtensionSingleRelOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExtensionSingleRel,ExtensionSingleRel.Builder
public interface ExtensionSingleRelOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.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;getInput().substrait.Rel input = 2;.substrait.Rel input = 2;boolean.substrait.RelCommon common = 1;boolean.google.protobuf.Any detail = 3;booleanhasInput().substrait.Rel input = 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
-
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; -
hasInput
boolean hasInput().substrait.Rel input = 2;- Returns:
- Whether the input field is set.
-
getInput
Rel getInput().substrait.Rel input = 2;- Returns:
- The input.
-
getInputOrBuilder
RelOrBuilder getInputOrBuilder().substrait.Rel input = 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;
-