Expand description
Helper functions for the table implementation
Structsยง
Enumsยง
- Partition
Value ๐
Constantsยง
- CONCURRENCY_
LIMIT ๐ - The maximum number of concurrent listing requests
Functionsยง
- describe_
partition - Describe a partition as a (path, depth, files) tuple for easier assertions
- evaluate_
partition_ prefix - expr_
applicable_ for_ cols - Check whether the given expression can be resolved using only the columns
col_names. This means that if this function returns true: - list_
partitions - Returns a recursive list of the partitions in
table_pathup tomax_depth - parse_
partitions_ for_ path - Extract the partition values for the given
file_path(in the giventable_path) associated to the partitions defined bytable_partition_cols - populate_
partition_ ๐values - prune_
partitions ๐ - pruned_
partition_ list - Discover the partitions on the given path and prune out files
that belong to irrelevant partitions using
filtersexpressions.filtersshould only contain expressions that can be evaluated using only the partition columns. - split_
files Deprecated - Partition the list of files into
ngroups