Module table

Module table 

Source
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.