この関数マッピング定義は、サーバーcoprocessorにある関数attributionに対するAttributionという関数マッピングを置き換え、WindowSizeにデフォルト値10を設定します。
REPLACE FUNCTION MAPPING appl_view_db.Attribution FOR attribution SERVER coprocessor MAP JSON ( '{ "function_version": "1.0" }') USING ANY IN TABLE, conversion IN TABLE, excluding IN TABLE, optional IN TABLE, model1 IN TABLE, model2 IN TABLE, EventColumn, TimestampColumn, WindowSize (10);