ExArrow. GenStage. ADBCProducer
(ex_arrow v0.7.1)
View Source
A GenStage producer that emits ExArrow.RecordBatch values from an ADBC
query result stream.
Options
:statement— a pre-builtExArrow.ADBC.Statement.t()(executed withExArrow.Stream.from_adbc/1).:connection+:sql— opened withExArrow.Stream.from_adbc/2.:stream— a pre-openedExArrow.Stream.t()(useful for testing).