ACOS()

    1. > create table t1(a float,b int);
    2. > insert into t1 values(0.5,1);
    3. +---------+---------+
    4. +---------+---------+
    5. | 1.0472 | 0.0000 |
    6. +---------+---------+

    MatrixOne目前只支持在查询表的时候使用函数,不支持单独使用函数。