Skip to content

Commit

Permalink
Format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mytherin committed Feb 14, 2025
1 parent 8cb3c56 commit 4b827f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/function/table/read_csv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ virtual_column_map_t ReadCSVGetVirtualColumns(ClientContext &context, optional_p
return result;
}


TableFunction ReadCSVTableFunction::GetFunction() {
TableFunction read_csv("read_csv", {LogicalType::VARCHAR}, ReadCSVFunction, ReadCSVBind, ReadCSVInitGlobal,
ReadCSVInitLocal);
Expand Down
2 changes: 1 addition & 1 deletion src/include/duckdb/common/multi_file_reader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ struct MultiFileReader {
OperatorPartitionData &partition_data);

DUCKDB_API static void GetVirtualColumns(ClientContext &context, MultiFileReaderBindData &bind_data,
virtual_column_map_t &result);
virtual_column_map_t &result);

template <class READER_CLASS, class RESULT_CLASS, class OPTIONS_CLASS>
MultiFileReaderBindData BindUnionReader(ClientContext &context, vector<LogicalType> &return_types,
Expand Down

0 comments on commit 4b827f0

Please sign in to comment.