diff --git a/previews/PR61/reference/index.html b/previews/PR61/reference/index.html index 08a4648..06a5fb3 100644 --- a/previews/PR61/reference/index.html +++ b/previews/PR61/reference/index.html @@ -744,7 +744,7 @@

Reference - Exported functionsjulia> db = connect(duckdb()) DuckDB.Connection(":memory:") -

source

+

source

# TidierDB.copy_toMethod.

   copy_to(conn, df_or_path, "name")
@@ -762,7 +762,7 @@ 

Reference - Exported functionsjulia> copy_to(db, df, "test");

-

source

+

source

# TidierDB.db_tableFunction.

db_table(database, table_name, athena_params, delta = false, iceberg = false)
@@ -802,7 +802,7 @@ 

Reference - Exported functions 3 value BIGINT 1 df_mem 4 percent DOUBLE 1 df_mem, false, DuckDB.Connection(":memory:"), TidierDB.CTE[], 0, nothing)

-

source

+

source

# TidierDB.show_tablesMethod.

show_tables(con; GBQ_project_id, GBQ_datasetname)
@@ -823,7 +823,7 @@ 

Reference - Exported functions │ String ─────┴────────

-

source

+

source

# TidierDB.@anti_joinMacro.

@anti_join(sql_query, join_table, new_table_col, orignal_table_col)
@@ -866,7 +866,7 @@ 

Reference - Exported functions 4 │ AH aa 3 0.8 5 │ AJ aa 5 1.0

-

source

+

source

# TidierDB.@arrangeMacro.

@arrange(sql_query, columns...)
@@ -906,7 +906,7 @@ 

Reference - Exported functions 9 │ AJ aa 5 1.0 10 │ AE bb 5 0.5

-

source

+

source

# TidierDB.@collectMacro.

@collect(sql_query, stream = false)
@@ -943,7 +943,7 @@ 

Reference - Exported functions 9 AI bb 4 0.9 10 AJ aa 5 1.0

-

source

+

source

# TidierDB.@countMacro.

@count(sql_query, columns...)
@@ -976,7 +976,7 @@ 

Reference - Exported functions 1 │ aa 5 2 │ bb 5

-

source

+

source

# TidierDB.@distinctMacro.

@distinct(sql_query, columns...)
@@ -1029,7 +1029,7 @@ 

Reference - Exported functions 9 │ AI bb 4 0.9 10 │ AJ aa 5 1.0

-

source

+

source

# TidierDB.@filterMacro.

@filter(sql_query, conditions...)
@@ -1085,7 +1085,7 @@ 

Reference - Exported functions 1 │ aa 0.6 2 │ bb 0.5

-

source

+

source

# TidierDB.@full_joinMacro.

@inner_join(sql_query, join_table, new_table_col, orignal_table_col)
@@ -1135,7 +1135,7 @@ 

Reference - Exported functions 11 │ missing missing missing missing AK Y 68 12 │ missing missing missing missing AM X 74

-

source

+

source

# TidierDB.@group_byMacro.

@group_by(sql_query, columns...)
@@ -1168,7 +1168,7 @@ 

Reference - Exported functions 1 │ aa 2 │ bb

-

source

+

source

# TidierDB.@headMacro.

@head(sql_query, value)
@@ -1199,7 +1199,7 @@ 

Reference - Exported functions─────┼──────────────────────────────── 1 │ AA bb 1 0.1

-

source

+

source

# TidierDB.@inner_joinMacro.

@inner_join(sql_query, join_table, new_table_col, orignal_table_col)
@@ -1242,7 +1242,7 @@ 

Reference - Exported functions 4 │ AG bb 2 0.7 AG Y 83 5 │ AI bb 4 0.9 AI X 95

-

source

+

source

# TidierDB.@interpolateMacro.

@interpolate(args...)
@@ -1290,7 +1290,7 @@ 

Reference - Exported functions─────┼──────────────────────── 1 AA 1 0.1

-

source

+

source

# TidierDB.@left_joinMacro.

@left_join(sql_query, join_table, new_table_col, orignal_table_col)
@@ -1338,7 +1338,7 @@ 

Reference - Exported functions 9 │ AH aa 3 0.8 missing missing missing 10 │ AJ aa 5 1.0 missing missing missing

-

source

+

source

# TidierDB.@mutateMacro.

@mutate(sql_query, exprs...)
@@ -1378,7 +1378,7 @@ 

Reference - Exported functions 9 │ AI bb 16 0.9 0.81 10 │ AJ aa 20 1.0 1.0

-

source

+

source

# TidierDB.@renameMacro.

@rename(sql_query, renamings...)
@@ -1415,7 +1415,7 @@ 

Reference - Exported functions 9 │ AI bb 4 0.9 10 │ AJ aa 5 1.0

-

source

+

source

# TidierDB.@right_joinMacro.

@right_join(sql_query, join_table, new_table_col, orignal_table_col)
@@ -1460,7 +1460,7 @@ 

Reference - Exported functions 6 │ missing missing missing missing AK Y 68 7 │ missing missing missing missing AM X 74

-

source

+

source

# TidierDB.@selectMacro.

@select(sql_query, columns)
@@ -1519,7 +1519,7 @@ 

Reference - Exported functions 9 │ 4 0.9 10 │ 5 1.0

-

source

+

source

# TidierDB.@semi_joinMacro.

@semi_join(sql_query, join_table, new_table_col, orignal_table_col)
@@ -1562,7 +1562,7 @@ 

Reference - Exported functions 4 │ AG bb 2 0.7 5 │ AI bb 4 0.9

-

source

+

source

# TidierDB.@slice_maxMacro.

@slice_max(sql_query, column, n = 1)
@@ -1601,7 +1601,7 @@ 

Reference - Exported functions 1 │ AE bb 5 0.5 1 2 │ AJ aa 5 1.0 1

-

source

+

source

# TidierDB.@slice_minMacro.

@slice_min(sql_query, column, n = 1)
@@ -1640,7 +1640,7 @@ 

Reference - Exported functions 1 │ AA bb 1 0.1 1 2 │ AF aa 1 0.6 1

-

source

+

source

# TidierDB.@slice_sampleMacro.

@slice_sample(sql_query, n)
@@ -1672,7 +1672,7 @@ 

Reference - Exported functions @collect end;

-

source

+

source

# TidierDB.@summariseMacro.

   @summarise(sql_query, exprs...)
@@ -1719,7 +1719,7 @@ 

Reference - Exported functions 1 │ aa 3.0 5 2 │ bb 2.5 5

-

source

+

source

# TidierDB.@summarizeMacro.

   @summarize(sql_query, exprs...)
@@ -1766,7 +1766,7 @@ 

Reference - Exported functions 1 │ aa 3.0 5 2 │ bb 2.5 5

-

source

+

source

# TidierDB.@window_frameMacro.

@window_frame(sql_query, frame_start::Int, frame_end::Int)
@@ -1788,7 +1788,7 @@ 

Reference - Exported functionsjulia> copy_to(db, df, "df_mem");

-

source

+

source

# TidierDB.@window_orderMacro.

   @window_order(sql_query, columns...)
@@ -1809,7 +1809,7 @@ 

Reference - Exported functionsjulia> copy_to(db, df, "df_mem");

-

source

+

source

Reference - Internal functions¤