parquet_schema_from_array
parquet
56.2.0
In parquet::
schema::
types
parquet
::
schema
::
types
Function
parquet_
schema_
from_
array
Copy item path
Source
pub(crate) fn parquet_schema_from_array<'a>( elements:
Vec
<
SchemaElement
<'a>>, ) ->
Result
<
TypePtr
>