Skip to content

Commit d77ef89

Browse files
Updated doc.go section on DBSQLArrowBatchIterator
Signed-off-by: Raymond Cypher <[email protected]>
1 parent c1b8c19 commit d77ef89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ The driver exposes two public interfaces for working with record batches:
257257
258258
The driver.Rows instance retrieved using Conn.Raw() can be converted to DBSQLRows via a type assertion, then use GetArrowBatches() to retrieve a batch iterator.
259259
If the DBSQLArrowBatchIterator is not closed it will leak resources, such as the underlying connection.
260+
Calling code must call Release() on records returned by DBSQLArrowBatchIterator.Next().
260261
261262
Example usage:
262263

0 commit comments

Comments
 (0)