Expose scalar UDF arguments and a custom bind-callback #1282
Annotations
4 errors
Test Examples
Process completed with exit code 2.
|
Test Examples:
scalar_udf.go#L336
cannot use i (variable of type int) as duckdb_go_bindings.IdxT value in argument to mapping.ScalarFunctionBindGetArgument
|
Test Examples:
scalar_udf.go#L334
invalid operation: i < argCount (mismatched types int and duckdb_go_bindings.IdxT)
|
Test Examples:
scalar_udf.go#L304
cannot use connId (variable of uint64 type duckdb_go_bindings.IdxT) as uint64 value in argument to function.bind
|
Loading