Class FileSplit

java.lang.Object
org.elasticsearch.xpack.esql.datasources.FileSplit
All Implemented Interfaces:
NamedWriteable, Writeable, ExternalSplit

public class FileSplit extends Object implements ExternalSplit
Represents a byte range within a file for a file-based external source. A single file may map to one or more splits. Carries Hive partition key-value pairs extracted from the file path for partition pruning.