Table$to_arrow_dataset
Table$to_arrow_dataset(max_results=NULL, variables=NULL, batch_preprocessor=NULL, max_parallelization=parallely::availableCores()) → Arrow Dataset
arrow_ds <- redivis_table$to_arrow_dataset()
# ... do work ...
# Remove files to clean up:
sapply(arrow_ds$files, unlink)Parameters:
Returns:
Last updated
Was this helpful?

