-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_pkgdown.yml
49 lines (41 loc) · 1.12 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
template:
bootstrap: 5
reference:
- title: "Dplyr verbs"
desc: Implementations of dplyr verbs that can be used to generate Substrait plans
contents:
- select.SubstraitCompiler
- title: "Create substrait relations"
desc: Functions used to create substrait relations
contents:
- substrait_sort
- substrait_select
- substrait_filter
- substrait_aggregate
- substrait_fetch
- substrait_join
- title: "Create substrait objects"
desc: Functions used to create substrait objects
contents:
- substrait_create
- as_substrait
- substrait-type
- title: "Substrait compilers"
desc: Functions for creating substrait compilers
contents:
- substrait_compiler
- arrow_substrait_compiler
- duckdb_substrait_compiler
- title: "DuckDB Substrait Interface"
desc: An interface to the DuckDB Substrait Implementation
contents:
- duckdb_get_substrait
- title: "Low-level compiler details"
desc: Tools for developing substrait compiler interfaces
contents:
- SubstraitCompiler
- current_compiler
- substrait_call
- title: "Example datasets"
contents:
- example_data