MCPcopy Create free account
hub / github.com/apecloud/myduckserver / Record

Method Record

flightsqlserver/sql_batch_reader.go:253–253  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

251func (r *SqlBatchReader) Schema() *arrow.Schema { return r.schema }
252
253func (r *SqlBatchReader) Record() arrow.Record { return r.record }
254
255func (r *SqlBatchReader) Err() error { return r.err }
256

Callers 3

getParamsForStatementFunction · 0.45
executeQueryAndVerifyFunction · 0.45
StartMethod · 0.45

Calls

no outgoing calls

Tested by 1

executeQueryAndVerifyFunction · 0.36