Interface AggSpec.AggSpecFormulaOrBuilder

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

public static interface AggSpec.AggSpecFormulaOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The formula to use to calculate output values from grouped input values.
    com.google.protobuf.ByteString
    The formula to use to calculate output values from grouped input values.
    The formula parameter token to be replaced with the input column name for evaluation.
    com.google.protobuf.ByteString
    The formula parameter token to be replaced with the input column name for evaluation.

    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

    • getFormula

      String getFormula()
       The formula to use to calculate output values from grouped input values.
       
      string formula = 1;
      Returns:
      The formula.
    • getFormulaBytes

      com.google.protobuf.ByteString getFormulaBytes()
       The formula to use to calculate output values from grouped input values.
       
      string formula = 1;
      Returns:
      The bytes for formula.
    • getParamToken

      String getParamToken()
       The formula parameter token to be replaced with the input column name for evaluation.
       
      string param_token = 2;
      Returns:
      The paramToken.
    • getParamTokenBytes

      com.google.protobuf.ByteString getParamTokenBytes()
       The formula parameter token to be replaced with the input column name for evaluation.
       
      string param_token = 2;
      Returns:
      The bytes for paramToken.