Class GlobExpander

java.lang.Object
org.elasticsearch.xpack.esql.datasources.glob.GlobExpander

public final class GlobExpander extends Object
Expands glob patterns and comma-separated path lists into resolved FileList instances. Delegates to StorageProvider.listObjects(org.elasticsearch.xpack.esql.datasources.spi.StoragePath, boolean) for directory listing and uses GlobMatcher for filtering results against the glob pattern. Supports partition-aware glob rewriting when filter hints are provided.