Interface ConsistentPartitionWindowRel.WindowRelFunctionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ConsistentPartitionWindowRel.WindowRelFunction, ConsistentPartitionWindowRel.WindowRelFunction.Builder
Enclosing class:
ConsistentPartitionWindowRel

public static interface ConsistentPartitionWindowRel.WindowRelFunctionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getFunctionReference

      int getFunctionReference()
      uint32 function_reference = 1;
      Returns:
      The functionReference.
    • getArgumentsList

      List<FunctionArgument> getArgumentsList()
      repeated .substrait.FunctionArgument arguments = 9;
    • getArguments

      FunctionArgument getArguments(int index)
      repeated .substrait.FunctionArgument arguments = 9;
    • getArgumentsCount

      int getArgumentsCount()
      repeated .substrait.FunctionArgument arguments = 9;
    • getArgumentsOrBuilderList

      List<? extends FunctionArgumentOrBuilder> getArgumentsOrBuilderList()
      repeated .substrait.FunctionArgument arguments = 9;
    • getArgumentsOrBuilder

      FunctionArgumentOrBuilder getArgumentsOrBuilder(int index)
      repeated .substrait.FunctionArgument arguments = 9;
    • getOptionsList

      List<FunctionOption> getOptionsList()
      repeated .substrait.FunctionOption options = 11;
    • getOptions

      FunctionOption getOptions(int index)
      repeated .substrait.FunctionOption options = 11;
    • getOptionsCount

      int getOptionsCount()
      repeated .substrait.FunctionOption options = 11;
    • getOptionsOrBuilderList

      List<? extends FunctionOptionOrBuilder> getOptionsOrBuilderList()
      repeated .substrait.FunctionOption options = 11;
    • getOptionsOrBuilder

      FunctionOptionOrBuilder getOptionsOrBuilder(int index)
      repeated .substrait.FunctionOption options = 11;
    • hasOutputType

      boolean hasOutputType()
      .substrait.Type output_type = 7;
      Returns:
      Whether the outputType field is set.
    • getOutputType

      Type getOutputType()
      .substrait.Type output_type = 7;
      Returns:
      The outputType.
    • getOutputTypeOrBuilder

      TypeOrBuilder getOutputTypeOrBuilder()
      .substrait.Type output_type = 7;
    • getPhaseValue

      int getPhaseValue()
      .substrait.AggregationPhase phase = 6;
      Returns:
      The enum numeric value on the wire for phase.
    • getPhase

      AggregationPhase getPhase()
      .substrait.AggregationPhase phase = 6;
      Returns:
      The phase.
    • getInvocationValue

      int getInvocationValue()
      .substrait.AggregateFunction.AggregationInvocation invocation = 10;
      Returns:
      The enum numeric value on the wire for invocation.
    • getInvocation

      .substrait.AggregateFunction.AggregationInvocation invocation = 10;
      Returns:
      The invocation.
    • hasLowerBound

      boolean hasLowerBound()
      .substrait.Expression.WindowFunction.Bound lower_bound = 5;
      Returns:
      Whether the lowerBound field is set.
    • getLowerBound

      .substrait.Expression.WindowFunction.Bound lower_bound = 5;
      Returns:
      The lowerBound.
    • getLowerBoundOrBuilder

      .substrait.Expression.WindowFunction.Bound lower_bound = 5;
    • hasUpperBound

      boolean hasUpperBound()
      .substrait.Expression.WindowFunction.Bound upper_bound = 4;
      Returns:
      Whether the upperBound field is set.
    • getUpperBound

      .substrait.Expression.WindowFunction.Bound upper_bound = 4;
      Returns:
      The upperBound.
    • getUpperBoundOrBuilder

      .substrait.Expression.WindowFunction.Bound upper_bound = 4;
    • getBoundsTypeValue

      int getBoundsTypeValue()
      .substrait.Expression.WindowFunction.BoundsType bounds_type = 12;
      Returns:
      The enum numeric value on the wire for boundsType.
    • getBoundsType

      .substrait.Expression.WindowFunction.BoundsType bounds_type = 12;
      Returns:
      The boundsType.