Skip to content

Commit

Permalink
re add add_interp_parameter to export
Browse files Browse the repository at this point in the history
  • Loading branch information
drizk1 authored Jun 7, 2024
1 parent 2e05a7a commit 48e77f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TidierDB.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import DuckDB: connect as duckdb_connect
export db_table, set_sql_mode, @arrange, @group_by, @filter, @select, @mutate, @summarize, @summarise,
@distinct, @left_join, @right_join, @inner_join, @count, @window_order, @window_frame, @show_query, @collect, @slice_max,
@slice_min, @slice_sample, @rename, copy_to, duckdb_open, duckdb_connect, @semi_join, @full_join,
@anti_join, connect, from_query, @interpolate
@anti_join, connect, from_query, @interpolate, add_interp_parameter!

include("docstrings.jl")
include("structs.jl")
Expand Down

0 comments on commit 48e77f0

Please sign in to comment.