Package io.substrait.proto
Interface Expression.FieldReference.OuterReferenceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Expression.FieldReference.OuterReference,Expression.FieldReference.OuterReference.Builder
- Enclosing class:
- Expression.FieldReference
public static interface Expression.FieldReference.OuterReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintnumber of subquery boundaries to traverse up for this field's reference This value must be >= 1Methods 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
-
getStepsOut
int getStepsOut()number of subquery boundaries to traverse up for this field's reference This value must be >= 1
uint32 steps_out = 1;- Returns:
- The stepsOut.
-