Docs.rs
helios-sof-0.1.40
helios-sof 0.1.40
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
smunini
Dependencies
anyhow ^1.0
normal
arc-swap ^1.6
normal
arrow ^54.0
normal
async-trait ^0.1
normal
axum ^0.8
normal
bytes ^1.5
normal
chrono ^0.4
normal
clap ^4.0
normal
csv ^1.3
normal
futures ^0.3
normal
helios-fhir ^0.1.40
normal
helios-fhirpath ^0.1.40
normal
helios-fhirpath-support ^0.1.40
normal
http ^1.0
normal
mime ^0.3
normal
object_store ^0.11
normal
parking_lot ^0.12
normal
parquet ^54.0
normal
rayon ^1.8
normal
reqwest ^0.12
normal
serde =1.0.220
normal
serde_json =1.0.143
normal
thiserror ^1.0
normal
tokio ^1.0
normal
tokio-stream ^0.1
normal
tower ^0.5
normal
tower-http ^0.6
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
url ^2.5
normal
zip ^2.2
normal
axum-test ^18.0
dev
criterion ^0.5
dev
tempfile ^3.8
dev
Versions
94.03%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
create_arrow_schema
helios_
sof
0.1.40
In helios_
sof::
parquet_
schema
helios_sof
::
parquet_schema
Function
create_
arrow_
schema
Copy item path
Source
pub fn create_arrow_schema( columns: &[
String
], rows: &[
ProcessedRow
], ) ->
Result
<
Schema
,
SofError
>