Cargo Features

[dependencies]
arrow-pg = { version = "0.12.1", default-features = false, features = ["arrow", "datafusion", "geo"] }
default = arrow

The arrow feature is set by default whenever arrow-pg is added without default-features = false somewhere in the dependency tree.

arrow default

Enables arrow

datafusion

Enables datafusion

Affects datatypes::df

geo

Enables wkb, geoarrow and geoarrow-schema, with-geo-types-0_7 of postgres-types

Affects arrow-pg::geo_encoder