MCPcopy 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

253func (r *SqlBatchReader) Record() arrow.Record { return r.record }
254
255func (r *SqlBatchReader) Err() error { return r.err }
256
257func (r *SqlBatchReader) Next() bool {
258 if r.record != nil {

Calls

no outgoing calls