A list of known DuckDB functions, as provided by DuckDB 1.5.5.
Examples
dd[1:3]
#> $`!__postfix`
#> function(x = INTEGER) {
#> stop("DuckDB function !__postfix() is not available in R.")
#> }
#> <bytecode: 0x6305d7ae08d0>
#> <environment: namespace:dd>
#>
#> $`!~~`
#> function(col0 = VARCHAR, col1 = VARCHAR) {
#> stop("DuckDB function !~~() is not available in R.")
#> }
#> <bytecode: 0x6305d7adaf38>
#> <environment: namespace:dd>
#>
#> $`!~~*`
#> function(col0 = VARCHAR, col1 = VARCHAR) {
#> stop("DuckDB function !~~*() is not available in R.")
#> }
#> <bytecode: 0x6305d7ad9440>
#> <environment: namespace:dd>
#>