Package io.substrait.proto
Interface Expression.Subquery.ScalarOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Expression.Subquery.Scalar,Expression.Subquery.Scalar.Builder
- Enclosing class:
- Expression.Subquery
public static interface Expression.Subquery.ScalarOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
hasInput
boolean hasInput().substrait.Rel input = 1;- Returns:
- Whether the input field is set.
-
getInput
Rel getInput().substrait.Rel input = 1;- Returns:
- The input.
-
getInputOrBuilder
RelOrBuilder getInputOrBuilder().substrait.Rel input = 1;
-