Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit e8ab1d9

Browse files
committed
stmt -> Stmt
1 parent 9d4f1fc commit e8ab1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func NewArrowFromConn(driverConn driver.Conn) (*Arrow, error) {
9494
// arrowStreamReader implements array.RecordReader for streaming DuckDB results.
9595
type arrowStreamReader struct {
9696
ctx context.Context
97-
stmt *stmt
97+
stmt *Stmt
9898
res *C.duckdb_arrow
9999
schema *arrow.Schema
100100
rowCount uint64

0 commit comments

Comments
 (0)