| 28 | } |
| 29 | |
| 30 | void registerTableFunctionCnchS3(TableFunctionFactory & factory) |
| 31 | { |
| 32 | factory.registerFunction<TableFunctionCnchS3>(); |
| 33 | } |
| 34 | |
| 35 | void registerTableFunctionCOS(TableFunctionFactory & factory) |
| 36 | { |
no outgoing calls
no test coverage detected