Skip to content

Commit

Permalink
feat: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck committed Oct 18, 2023
1 parent 2d2d030 commit 30b11a2
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion exon/src/exon/arrow_table_function/module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <duckdb/function/table/read_csv.hpp>

#include "exon/arrow_table_function/module.hpp"
#include "rust.hpp"
#include "exon_duckdb.hpp"

namespace exon
{
Expand Down
2 changes: 1 addition & 1 deletion exon/src/exon/bam_query_function/module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#include "exon/arrow_table_function/module.hpp"
#include "exon/bam_query_function/module.hpp"
#include "rust.hpp"
#include "exon_duckdb.hpp"

namespace exon
{
Expand Down
2 changes: 1 addition & 1 deletion exon/src/exon/bcf_query_function/module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#include "exon/arrow_table_function/module.hpp"
#include "exon/bcf_query_function/module.hpp"
#include "rust.hpp"
#include "exon_duckdb.hpp"

namespace exon
{
Expand Down
2 changes: 1 addition & 1 deletion exon/src/exon/core/module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <map>

#include "exon/core/module.hpp"
#include "rust.hpp"
#include "exon_duckdb.hpp"

namespace exon
{
Expand Down
4 changes: 2 additions & 2 deletions exon/src/exon/fastq_functions/module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <duckdb/parser/expression/function_expression.hpp>

#include "exon/fastq_functions/module.hpp"
#include "rust.hpp"
#include "exon_duckdb.hpp"

namespace exon
{
Expand Down Expand Up @@ -52,4 +52,4 @@ namespace exon
set.AddFunction(duckdb::ScalarFunction({duckdb::LogicalType::VARCHAR}, duckdb::LogicalType::LIST(duckdb::LogicalType::INTEGER), duckdb_function));
return duckdb::make_uniq<duckdb::CreateScalarFunctionInfo>(set);
}
}
}
4 changes: 2 additions & 2 deletions exon/src/exon/gff_functions/module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <duckdb/function/table/read_csv.hpp>

#include "exon/gff_functions/module.hpp"
#include "rust.hpp"
#include "exon_duckdb.hpp"

namespace exon
{
Expand Down Expand Up @@ -83,4 +83,4 @@ namespace exon
return duckdb::CreateScalarFunctionInfo(set);
}

}
}
4 changes: 2 additions & 2 deletions exon/src/exon/sam_functions/module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#include "exon/sam_functions/module.hpp"

#include "rust.hpp"
#include "exon_duckdb.hpp"

#include <iostream>

Expand Down Expand Up @@ -181,4 +181,4 @@ namespace exon
return sam_scalar_functions;
}

}
}
2 changes: 1 addition & 1 deletion exon/src/exon/vcf_query_function/module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#include "exon/arrow_table_function/module.hpp"
#include "exon/vcf_query_function/module.hpp"
#include "rust.hpp"
#include "exon_duckdb.hpp"

namespace exon
{
Expand Down

0 comments on commit 30b11a2

Please sign in to comment.