expand_paths_hive

Function expand_paths_hive 

Source
pub fn expand_paths_hive(
    paths: &[PlPath],
    glob: bool,
    hidden_file_prefix: &[PlSmallStr],
    cloud_options: &mut Option<CloudOptions>,
    check_directory_level: bool,
) -> PolarsResult<(Buffer<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.