Function datafusion::test_util::test_create_unbounded_sorted_file
source · pub async fn test_create_unbounded_sorted_file(
ctx: &SessionContext,
file_path: PathBuf,
table_name: &str
) -> Result<()>
Expand description
This function creates an unbounded sorted file for testing purposes.