parquet::schema::types

Type Alias TypePtr

Source
pub type TypePtr = Arc<Type>;
Expand description

Type alias for Arc<Type>.

Aliased Typeยง

struct TypePtr { /* private fields */ }