pub fn register_unbounded_file_with_ordering(
    ctx: &SessionContext,
    schema: Arc<Schema>,
    file_path: &Path,
    table_name: &str,
    file_sort_order: Vec<Vec<Expr>>
) -> Result<(), DataFusionError>
Expand description

This function creates an unbounded sorted file for testing purposes.