Interface DynamicParameterOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DynamicParameter, DynamicParameter.Builder

public interface DynamicParameterOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    The surrogate key used within a plan to reference a specific parameter binding.
    The type of the dynamic parameter.
    The type of the dynamic parameter.
    boolean
    The type of the dynamic parameter.

    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

    • hasType

      boolean hasType()
       The type of the dynamic parameter.
       
      .substrait.Type type = 1;
      Returns:
      Whether the type field is set.
    • getType

      Type getType()
       The type of the dynamic parameter.
       
      .substrait.Type type = 1;
      Returns:
      The type.
    • getTypeOrBuilder

      TypeOrBuilder getTypeOrBuilder()
       The type of the dynamic parameter.
       
      .substrait.Type type = 1;
    • getParameterReference

      int getParameterReference()
       The surrogate key used within a plan to reference a specific parameter binding.
       
      uint32 parameter_reference = 2;
      Returns:
      The parameterReference.