addedTableFunctions property

Map<String, TableValuedFunctionHandler> addedTableFunctions
final

A map from lowercase function names (where the function is a table-valued function) to the associated handler.

Implementation

final Map<String, TableValuedFunctionHandler> addedTableFunctions = {};