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

    Modifier and Type
    Method
    Description
    .substrait.Rel input = 1;
    .substrait.Rel input = 1;
    boolean
    .substrait.Rel input = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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;