Open Crispy13 opened 6 months ago
Hi.
Currently Query struct have no methods to get RecordBuf.
Query
RecordBuf
To make a method for that, I tried to write some codes.
This small PR has QueriedReader, which has methods read_record(), read_record_buf() etc, like other Reader type.
QueriedReader
read_record()
read_record_buf()
Reader
Thanks.
Hi.
Currently
Query
struct have no methods to getRecordBuf
.To make a method for that, I tried to write some codes.
This small PR has
QueriedReader
, which has methodsread_record()
,read_record_buf()
etc, like otherReader
type.Thanks.