From 037856d4abecff1ae190d05b8963a48a971fe041 Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Thu, 29 Aug 2024 16:22:06 +0000 Subject: [PATCH] build based on a06cab3 --- latest/reference/index.html | 56 ++++++++++++++++++------------------ latest/sitemap.xml.gz | Bin 127 -> 127 bytes 2 files changed, 28 insertions(+), 28 deletions(-) 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 @@

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

source

+

source

# TidierDB.copy_toMethod.

   copy_to(conn, df_or_path, "name")
@@ -742,7 +742,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)
@@ -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)

-

source

+

source

# TidierDB.show_tablesMethod.

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

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

-

source

+

source

# TidierDB.@anti_joinMacro.

@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

-

source

+

source

# TidierDB.@arrangeMacro.

@arrange(sql_query, columns...)
@@ -886,7 +886,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)
@@ -923,7 +923,7 @@ 

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

-

source

+

source

# TidierDB.@countMacro.

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

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

-

source

+

source

# TidierDB.@distinctMacro.

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

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

-

source

+

source

# TidierDB.@filterMacro.

@filter(sql_query, conditions...)
@@ -1065,7 +1065,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)
@@ -1115,7 +1115,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...)
@@ -1148,7 +1148,7 @@ 

Reference - Exported functions 1 │ aa 2 │ bb

-

source

+

source

# TidierDB.@headMacro.

-

source

+

source

# TidierDB.@inner_joinMacro.

@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

-

source

+

source

# TidierDB.@interpolateMacro.

-

source

+

source

# TidierDB.@left_joinMacro.

@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

-

source

+

source

# TidierDB.@mutateMacro.

@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

-

source

+

source

# TidierDB.@renameMacro.

@rename(sql_query, renamings...)
@@ -1395,7 +1395,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)
@@ -1440,7 +1440,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)
@@ -1499,7 +1499,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)
@@ -1542,7 +1542,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)
@@ -1581,7 +1581,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)
@@ -1620,7 +1620,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)
@@ -1652,7 +1652,7 @@ 

Reference - Exported functions @collect end;

-

source

+

source

# TidierDB.@summariseMacro.

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

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

-

source

+

source

# TidierDB.@summarizeMacro.

   @summarize(sql_query, exprs...)
@@ -1746,7 +1746,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)
@@ -1768,7 +1768,7 @@ 

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

-

source

+

source

# TidierDB.@window_orderMacro.

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

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

-

source

+

source

Reference - Internal functions¤

diff --git a/latest/sitemap.xml.gz b/latest/sitemap.xml.gz index 24d9e507e03962f669b40b05acda89253f6afe20..a78bc3dd5b3e02ba111db9a7bcbf2e195d96c7f0 100644 GIT binary patch delta 13 Ucmb=gXP58h;9%Hwej