(val arrow.MonthDayNanoInterval)
| 852 | } |
| 853 | |
| 854 | r.done = true |
| 855 | r.err = r.reader.Err() |
| 856 | if r.err == nil { |
| 857 | r.captureProfiling() |
| 858 | } |
| 859 | return false |
| 860 | } |
| 861 | |
| 862 | func (r *FlightRowSet) Scan(dest ...any) error { |
| 863 | if r.currentBatch == nil { |