Uses of Class
org.apache.parquet.glob.WildcardPath
-
Packages that use WildcardPath Package Description org.apache.parquet -
-
Uses of WildcardPath in org.apache.parquet
Methods in org.apache.parquet that return types with arguments of type WildcardPath Modifier and Type Method Description static List<WildcardPath>Strings. expandGlobToWildCardPaths(String globPattern, char delim)Expands a string according toStrings.expandGlob(String), and then constructs aWildcardPathfor each expanded result which can be used to match strings as described inWildcardPath.
-