MCPcopy Create free account
hub / github.com/PostHog/duckgres / monthDayNanoToInterval

Function monthDayNanoToInterval

server/flightclient/flight_executor.go:854–860  ·  view source on GitHub ↗
(val arrow.MonthDayNanoInterval)

Source from the content-addressed store, hash-verified

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
862func (r *FlightRowSet) Scan(dest ...any) error {
863 if r.currentBatch == nil {

Callers 1

extractArrowValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected