pub fn register_unbounded_file_with_ordering(
ctx: &SessionContext,
schema: SchemaRef,
file_path: &Path,
table_name: &str,
file_sort_order: Vec<Vec<SortExpr>>,
) -> Result<()>Expand description
This function creates an unbounded sorted file for testing purposes.