Expand description
Utilities for converting between Arrow and Postgres formats.
Functionsยง
- data_
type_ to_ oid - Converts an Arrow DataType into a Postgres DataTypeOid.
- record_
batch_ to_ rows - Writes the contents of an Arrow RecordBatch into a Postgres DataRowBatch.
- schema_
to_ field_ desc - Converts an Arrow Schema into a vector of Postgres FieldDescription instances.