Docs.rs
helios-sof-0.2.0
helios-sof 0.2.0
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
base64 ^0.22
normal
bytes ^1.5
normal
chrono ^0.4
normal
clap ^4.0
normal
csv ^1.3
normal
futures ^0.3
normal
helios-fhir ^0.2.0
normal
helios-fhirpath ^0.2.0
normal
helios-fhirpath-support ^0.2.0
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
rusqlite ^0.33
normal
serde =1.0.224
normal
serde_json =1.0.144
normal
sqlparser ^0.54
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
flate2 ^1
dev
tempfile ^3.8
dev
Versions
83.87%
of the crate is documented
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.2.0
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
>