diff --git a/latest/reference/index.html b/latest/reference/index.html index aac6c98..2910669 100644 --- a/latest/reference/index.html +++ b/latest/reference/index.html @@ -724,7 +724,7 @@
#
TidierDB.copy_to
— Method.
copy_to(conn, df_or_path, "name")
@@ -742,7 +742,7 @@ Reference - Exported functionsjulia> copy_to(db, df, "test");
#
TidierDB.db_table
— Function.
db_table(database, table_name, athena_params, delta = false, iceberg = false)
@@ -782,7 +782,7 @@ Reference - Exported functions 3 │ value BIGINT 1 df_mem
4 │ percent DOUBLE 1 df_mem, false, DuckDB.Connection(":memory:"), TidierDB.CTE[], 0, nothing)
#
TidierDB.show_tables
— Method.
show_tables(con; GBQ_project_id, GBQ_datasetname)
@@ -803,7 +803,7 @@ Reference - Exported functions │ String
─────┴────────
#
TidierDB.@anti_join
— Macro.
@anti_join(sql_query, join_table, new_table_col, orignal_table_col)
@@ -846,7 +846,7 @@ Reference - Exported functions 4 │ AH aa 3 0.8
5 │ AJ aa 5 1.0
#
TidierDB.@arrange
— Macro.
@arrange(sql_query, columns...)
@@ -886,7 +886,7 @@ Reference - Exported functions 9 │ AJ aa 5 1.0
10 │ AE bb 5 0.5
#
TidierDB.@collect
— Macro.
@collect(sql_query, stream = false)
@@ -923,7 +923,7 @@ Reference - Exported functions 9 │ AI bb 4 0.9
10 │ AJ aa 5 1.0
#
TidierDB.@count
— Macro.
@count(sql_query, columns...)
@@ -956,7 +956,7 @@ Reference - Exported functions 1 │ aa 5
2 │ bb 5
#
TidierDB.@distinct
— Macro.
@distinct(sql_query, columns...)
@@ -1009,7 +1009,7 @@ Reference - Exported functions 9 │ AI bb 4 0.9
10 │ AJ aa 5 1.0
#
TidierDB.@filter
— Macro.
@filter(sql_query, conditions...)
@@ -1065,7 +1065,7 @@ Reference - Exported functions 1 │ aa 0.6
2 │ bb 0.5
#
TidierDB.@full_join
— Macro.
@inner_join(sql_query, join_table, new_table_col, orignal_table_col)
@@ -1115,7 +1115,7 @@ Reference - Exported functions 11 │ missing missing missing missing AK Y 68
12 │ missing missing missing missing AM X 74
#
TidierDB.@group_by
— Macro.
@group_by(sql_query, columns...)
@@ -1148,7 +1148,7 @@ Reference - Exported functions 1 │ aa
2 │ bb
#
TidierDB.@head
— Macro.
@head(sql_query, value)
@@ -1179,7 +1179,7 @@ Reference - Exported functions─────┼────────────────────────────────────
1 │ AA bb 1 0.1
#
TidierDB.@inner_join
— Macro.
@inner_join(sql_query, join_table, new_table_col, orignal_table_col)
@@ -1222,7 +1222,7 @@ Reference - Exported functions 4 │ AG bb 2 0.7 AG Y 83
5 │ AI bb 4 0.9 AI X 95
#
TidierDB.@interpolate
— Macro.
@interpolate(args...)
@@ -1270,7 +1270,7 @@ Reference - Exported functions─────┼───────────────────────────
1 │ AA 1 0.1
#
TidierDB.@left_join
— Macro.
@left_join(sql_query, join_table, new_table_col, orignal_table_col)
@@ -1318,7 +1318,7 @@ Reference - Exported functions 9 │ AH aa 3 0.8 missing missing missing
10 │ AJ aa 5 1.0 missing missing missing
#
TidierDB.@mutate
— Macro.
@mutate(sql_query, exprs...)
@@ -1358,7 +1358,7 @@ Reference - Exported functions 9 │ AI bb 16 0.9 0.81
10 │ AJ aa 20 1.0 1.0
#
TidierDB.@rename
— Macro.
@rename(sql_query, renamings...)
@@ -1395,7 +1395,7 @@ Reference - Exported functions 9 │ AI bb 4 0.9
10 │ AJ aa 5 1.0
#
TidierDB.@right_join
— Macro.
@right_join(sql_query, join_table, new_table_col, orignal_table_col)
@@ -1440,7 +1440,7 @@ Reference - Exported functions 6 │ missing missing missing missing AK Y 68
7 │ missing missing missing missing AM X 74
#
TidierDB.@select
— Macro.
@select(sql_query, columns)
@@ -1499,7 +1499,7 @@ Reference - Exported functions 9 │ 4 0.9
10 │ 5 1.0
#
TidierDB.@semi_join
— Macro.
@semi_join(sql_query, join_table, new_table_col, orignal_table_col)
@@ -1542,7 +1542,7 @@ Reference - Exported functions 4 │ AG bb 2 0.7
5 │ AI bb 4 0.9
#
TidierDB.@slice_max
— Macro.
@slice_max(sql_query, column, n = 1)
@@ -1581,7 +1581,7 @@ Reference - Exported functions 1 │ AE bb 5 0.5 1
2 │ AJ aa 5 1.0 1
#
TidierDB.@slice_min
— Macro.
@slice_min(sql_query, column, n = 1)
@@ -1620,7 +1620,7 @@ Reference - Exported functions 1 │ AA bb 1 0.1 1
2 │ AF aa 1 0.6 1
#
TidierDB.@slice_sample
— Macro.
@slice_sample(sql_query, n)
@@ -1652,7 +1652,7 @@ Reference - Exported functions @collect
end;
#
TidierDB.@summarise
— Macro.
@summarise(sql_query, exprs...)
@@ -1699,7 +1699,7 @@ Reference - Exported functions 1 │ aa 3.0 5
2 │ bb 2.5 5
#
TidierDB.@summarize
— Macro.
@summarize(sql_query, exprs...)
@@ -1746,7 +1746,7 @@ Reference - Exported functions 1 │ aa 3.0 5
2 │ bb 2.5 5
#
TidierDB.@window_frame
— Macro.
@window_frame(sql_query, frame_start::Int, frame_end::Int)
@@ -1768,7 +1768,7 @@ Reference - Exported functionsjulia> copy_to(db, df, "df_mem");
#
TidierDB.@window_order
— Macro.
@window_order(sql_query, columns...)
@@ -1789,7 +1789,7 @@ Reference - Exported functionsjulia> copy_to(db, df, "df_mem");