| 460 | // } |
| 461 | |
| 462 | void registerTableFunctionS3(TableFunctionFactory & factory) |
| 463 | { |
| 464 | factory.registerFunction<TableFunctionS3>(); |
| 465 | } |
| 466 | |
| 467 | |
| 468 | // void registerTableFunctionCOS(TableFunctionFactory & factory) |
no outgoing calls
no test coverage detected