Skip to main content

Module catalog

Module catalog 

Source
Expand description

Parquet catalog compatibility export.

Re-exports§

pub use super::parquet::catalog::ParquetDataCatalog;
pub use super::parquet::paths::extract_path_components;
pub use super::parquet::paths::extract_sql_safe_filename;
pub use super::parquet::paths::local_to_object_store_path;
pub use super::parquet::paths::make_local_path;
pub use super::parquet::paths::make_object_store_path as make_object_store_path_owned;
pub use super::parquet::paths::make_object_store_path;
pub use super::parquet::paths::make_sql_safe_identifier;
pub use super::parquet::paths::parse_filename_timestamps;
pub use super::parquet::paths::safe_directory_identifier;
pub use super::parquet::paths::timestamps_to_filename;

Functions§

extract_identifier_from_path
Returns the parent path component, or unknown for a path without one.