Handbook
Glossary
duckdb_table_function_add_parameter ( table_function type -- )
Vocabulary
duckdb
.
ffi
Inputs
table_function
an
object
type
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
duckdb.ffi
LIBRARY:
duckdb
FUNCTION:
void
duckdb_table_function_add_parameter
(
duckdb_table_function
table_function,
duckdb_logical_type
type )