pub async fn create_vortex_context(
session: &VortexSession,
file_path: &str,
) -> Result<SessionContext, String>Expand description
Create a DataFusion SessionContext with a Vortex file registered as “data”.
§Errors
Returns an error if the context cannot be created.