Module polars_io::path_utils

source ·

Statics§

Functions§

  • Recursively traverses directories and expands globs if glob is true.
  • 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.
  • Returns true if expanded_paths were expanded from a single directory
  • Get the index of the first occurrence of a glob symbol.
  • Check if the path is a cloud url.
  • Replaces a “~” in the Path with the home directory.