1//! jpx library - exposed for testing and potential reuse 2//! 3//! This module exposes internal components for integration testing. 4 5pub mod query_library; 6 7#[cfg(feature = "parquet")] 8pub mod parquet_support;