MCPcopy Create free account
hub / github.com/duckdb/duckdb / GetFunction

Function GetFunction

src/function/table/read_file.cpp:188–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186
187template <class OP>
188static 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

Callers 15

RegisterFunctionMethod · 0.70
RegisterFunctionMethod · 0.70
GetAutoFunctionMethod · 0.70
RegisterFunctionMethod · 0.70
RegisterReadFunctionsMethod · 0.70
PlanUncorrelatedSubqueryFunction · 0.50
BindSelectNodeMethod · 0.50
InitializeMethod · 0.50
GetFunctionsMethod · 0.50
CountPropagateStatsFunction · 0.50
GetFunctionsMethod · 0.50

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected