以下は、サーバーcoprocessor上の関数attributionの関数マッピング定義Attributionです。
関数処理中に、次のものを指定できます。
- 相関名なしの単一の入力テーブル。
- 入力テーブルの相関名conversion、excluding、optional、model1、およびmodel2。
- EventColumn、TimestampColumn、WindowSizeなどのパラメータ。
CREATE 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;