| 186 | |
| 187 | template <class OP> |
| 188 | static TableFunction GetFunction() { |
| 189 | MultiFileFunction<DirectMultiFileInfo<OP>> table_function(OP::NAME); |
| 190 | // Erase extra multi file reader options |
| 191 | table_function.named_parameters.erase("filename"); |
| 192 | table_function.named_parameters.erase("hive_partitioning"); |
| 193 | table_function.named_parameters.erase("union_by_name"); |
| 194 | table_function.named_parameters.erase("hive_types"); |
| 195 | table_function.named_parameters.erase("hive_types_autocast"); |
| 196 | return table_function; |
| 197 | } |
| 198 | |
| 199 | } // namespace |
| 200 |
no test coverage detected