diff --git a/latest/reference/index.html b/latest/reference/index.html index cc3a2d3..8c028de 100644 --- a/latest/reference/index.html +++ b/latest/reference/index.html @@ -518,7 +518,7 @@
#
TidierDB.@arrange
— Macro.
@arrange(sql_query, columns...)
@@ -560,7 +560,7 @@ Reference - Exported functions 9 │ AJ aa 5 1.0
10 │ AE bb 5 0.5
#
TidierDB.@count
— Macro.
@count(sql_query, columns...)
@@ -595,7 +595,7 @@ Reference - Exported functions 1 │ aa 5
2 │ bb 5
#
TidierDB.@distinct
— Macro.
@distinct(sql_query, columns...)
@@ -650,7 +650,7 @@ Reference - Exported functions 9 │ AI bb 4 0.9
10 │ AJ aa 5 1.0
#
TidierDB.@filter
— Macro.
@filter(sql_query, conditions...)
@@ -708,7 +708,7 @@ Reference - Exported functions 1 │ aa 0.6
2 │ bb 0.5
#
TidierDB.@group_by
— Macro.
@group_by(sql_query, columns...)
@@ -743,7 +743,7 @@ Reference - Exported functions 1 │ aa
2 │ bb
#
TidierDB.@inner_join
— Macro.
@inner_join(sql_query, join_table, new_table_col, orignal_table_col)
@@ -788,7 +788,7 @@ Reference - Exported functions 4 │ AG bb 2 0.7 AG Y 83
5 │ AI bb 4 0.9 AI X 95
#
TidierDB.@left_join
— Macro.
@left_join(sql_query, join_table, new_table_col, orignal_table_col)
@@ -838,7 +838,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...)
@@ -880,7 +880,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...)
@@ -919,7 +919,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)
@@ -966,7 +966,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)
@@ -1027,7 +1027,7 @@ Reference - Exported functions 9 │ 4 0.9
10 │ 5 1.0
#
TidierDB.@slice_max
— Macro.
@slice_max(sql_query, column, n = 1)
@@ -1068,7 +1068,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)
@@ -1109,7 +1109,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)
@@ -1143,7 +1143,7 @@ Reference - Exported functions @collect
end;
#
TidierDB.@summarise
— Macro.
@summarise(sql_query, exprs...)
@@ -1192,7 +1192,7 @@ Reference - Exported functions 1 │ aa 3.0 5
2 │ bb 2.5 5
#
TidierDB.@summarize
— Macro.
@summarize(sql_query, exprs...)
@@ -1241,7 +1241,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)
@@ -1265,7 +1265,7 @@ Reference - Exported functionsjulia> copy_to(db, df, "df_mem");
#
TidierDB.@window_order
— Macro.
@window_order(sql_query, columns...)
@@ -1288,7 +1288,7 @@ Reference - Exported functionsjulia> copy_to(db, df, "df_mem");