This statement displays the definition for the function mapping Interpolator in the database appl_view_db.
SHOW FUNCTION MAPPING appl_view_db.Interpolator;
Following is the sample output.
CREATE FUNCTION MAPPING appl_view_db.Interpolator FOR Interpolator SERVER coprocessor MAP JSON ( '{ "function_version": "1.0" }') USING input_table IN TABLE, time_table IN TABLE, count_row_number IN TABLE, TimeColumn('periodcol'), ValueColumns('stockprice');