pub fn expand_paths_hive(
paths: &[PlPath],
glob: bool,
cloud_options: &mut Option<CloudOptions>,
check_directory_level: bool,
) -> PolarsResult<(Arc<[PlPath]>, usize)>
Expand description
Recursively traverses directories and expands globs if glob
is true
.
Returns the expanded paths and the index at which to start parsing hive
partitions from the path.