[PAL规范]SAP HANA PAL 数据处理四分位间距检测Interquartile Range Test编程规范IQRTEST 沧海

1. 生成规范:

CALL SYSTEM.AFL_WRAPPER_GENERATOR ( ' <procedure name> ','AFLPAL','IQRTEST',  <signature table>);

其中signature表应该具有的记录:

image

2. 调用方式:

CALL <procedure name> ( <input table> , <parameter table>, < IQR output table> , <test output table> ) with overview; 

其中<procedure name>应该是在第一条规则中生成的存储过程的名称。

<input table> , <parameter table>, < IQR output table> , <test output table>应该和signature表中定义的类型保持一致。

3. Signature 表

image

image

image

原文地址:https://www.cnblogs.com/omygod/p/3065259.html