Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apecloud/myduckserver
/ Err
Method
Err
flightsqlserver/sql_batch_reader.go:255–255 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
253
func
(r *SqlBatchReader) Record() arrow.Record {
return
r.record }
254
255
func
(r *SqlBatchReader) Err() error {
return
r.err }
256
257
func
(r *SqlBatchReader) Next() bool {
258
if
r.record != nil {
Callers
15
Next
Method · 0.45
getParamsForStatement
Function · 0.45
Next
Method · 0.45
ReadRows
Function · 0.45
TestQueryWithEmptyResultset
Method · 0.45
TestRowsManualPrematureClose
Method · 0.45
TestRowsNormalExhaustion
Method · 0.45
TestRowsPrematureCloseDuringNextLoop
Method · 0.45
TestRowsInterruptionByContextManualCancellation
Method · 0.45
TestRowsInterruptionByContextTimeout
Method · 0.45
TestRowsManualPrematureCloseStmt
Method · 0.45
TestRowsNormalExhaustionStmt
Method · 0.45
Calls
no outgoing calls
Tested by
13
TestQueryWithEmptyResultset
Method · 0.36
TestRowsManualPrematureClose
Method · 0.36
TestRowsNormalExhaustion
Method · 0.36
TestRowsPrematureCloseDuringNextLoop
Method · 0.36
TestRowsInterruptionByContextManualCancellation
Method · 0.36
TestRowsInterruptionByContextTimeout
Method · 0.36
TestRowsManualPrematureCloseStmt
Method · 0.36
TestRowsNormalExhaustionStmt
Method · 0.36
TestRowsPrematureCloseDuringNextLoopStmt
Method · 0.36
TestRowsInterruptionByContextManualCancellationStmt
Method · 0.36
TestRowsInterruptionByContextTimeoutStmt
Method · 0.36
TestFuncReplacement
Function · 0.36