register_unbounded_file_with_ordering

Function register_unbounded_file_with_ordering 

Source
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.