Interface ProcessTableFunction.Context

Enclosing class:
ProcessTableFunction<T>

@PublicEvolving public static interface ProcessTableFunction.Context
Context that can be added as a first argument to the eval() method for additional information about the input tables and other services provided by the framework.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns additional information about the semantics of a table argument.
  • Method Details

    • tableSemanticsFor

      TableSemantics tableSemanticsFor(String argName)
      Returns additional information about the semantics of a table argument.
      Parameters:
      argName - name of the table argument