pub async fn write_dataset<R>(path: &Path, reader: R) -> Result<()>where
R: RecordBatchReader + Send + 'static,Expand description
Write a RecordBatchReader into a new Lance dataset at path.
Exposed for tests and external fixture builders; not used by the CLI itself.