Expose scalar UDF arguments and a custom bind-callback #1282
Annotations
7 errors
Run Static Lib Tests Darwin ARM64
Process completed with exit code 1.
|
Run Static Lib Tests Darwin ARM64:
scalar_udf.go#L336
cannot use i (variable of type int) as duckdb_go_bindings.IdxT value in argument to mapping.ScalarFunctionBindGetArgument
|
Run Static Lib Tests Darwin ARM64:
scalar_udf.go#L334
invalid operation: i < argCount (mismatched types int and duckdb_go_bindings.IdxT)
|
Run Static Lib Tests Darwin ARM64:
scalar_udf.go#L304
cannot use connId (variable of uint64 type duckdb_go_bindings.IdxT) as uint64 value in argument to function.bind
|
Run Static Lib Tests Darwin ARM64:
scalar_udf_test.go#L117
args[1].foldable undefined (type ScalarUDFArg has no field or method foldable, but does have field Foldable)
|
Run Static Lib Tests Darwin ARM64:
scalar_udf_test.go#L104
bindData.value undefined (type ScalarUDFArg has no field or method value, but does have field Value)
|
Run Static Lib Tests Darwin ARM64:
scalar_udf_test.go#L103
bindData.foldable undefined (type ScalarUDFArg has no field or method foldable, but does have field Foldable)
|
Loading