Expose scalar UDF arguments and a custom bind-callback #161
tidy_checks.yml
on: pull_request
Golangci-lint
40s
Go Test Coverage
36s
Annotations
12 errors
Go Test Coverage
Process completed with exit code 1.
|
Go Test Coverage:
scalar_udf.go#L336
cannot use i (variable of type int) as duckdb_go_bindings.IdxT value in argument to mapping.ScalarFunctionBindGetArgument
|
Go Test Coverage:
scalar_udf.go#L334
invalid operation: i < argCount (mismatched types int and duckdb_go_bindings.IdxT)
|
Go Test Coverage:
scalar_udf.go#L304
cannot use connId (variable of uint64 type duckdb_go_bindings.IdxT) as uint64 value in argument to function.bind
|
Golangci-lint
issues found
|
Golangci-lint:
examples/table_udf_parallel/main.go#L39
undefined: duckdb (typecheck)
|
Golangci-lint:
examples/table_udf_parallel/main.go#L33
undefined: duckdb (typecheck)
|
Golangci-lint:
examples/table_udf_parallel/main.go#L25
undefined: duckdb (typecheck)
|
Golangci-lint:
scalar_udf.go#L336
cannot use i (variable of type int) as duckdb_go_bindings.IdxT value in argument to mapping.ScalarFunctionBindGetArgument) (typecheck)
|
Golangci-lint:
scalar_udf.go#L334
invalid operation: i < argCount (mismatched types int and duckdb_go_bindings.IdxT)
|
Golangci-lint:
scalar_udf.go#L304
cannot use connId (variable of uint64 type duckdb_go_bindings.IdxT) as uint64 value in argument to function.bind
|
Golangci-lint:
examples/table_udf_parallel/main.go#L9
could not import github.com/marcboeker/go-duckdb/v2 (-: # github.com/marcboeker/go-duckdb/v2
|