forked from voltrondata/substrait-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
40 lines (33 loc) · 928 Bytes
/
_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
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_project
- substrait_filter
- 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:
- SubstraitCompiler
- 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: "Example datasets"
contents:
- example_data