Skip to main content

Crate cityjson_arrow

Crate cityjson_arrow 

Source
Expand description

Arrow transport for cityjson-rs.

The semantic boundary remains cityjson::v2_0::OwnedCityModel, but the public transport surface is batch-first and stream-oriented.

Re-exports§

pub use schema::CityArrowHeader;
pub use schema::CityArrowPackageVersion;
pub use schema::PackageManifest;
pub use schema::PackageTableRef;
pub use schema::ProjectedFieldSpec;
pub use schema::ProjectedStructSpec;
pub use schema::ProjectedValueSpec;
pub use schema::ProjectionLayout;
pub use schema::canonical_schema_set;

Modules§

error
Error types
schema

Structs§

ExportOptions
ImportOptions
ModelBatchDecoder
ModelBatchReader
WriteReport

Enums§

SchemaVersion

Functions§

export_reader
Errors
import_batches
Errors
read_stream
Errors
write_stream
Errors