inputFiles: Array[String]
FileIndex Contract
FileIndex
is the abstraction of file indices that knows the root paths and partition schema of a relation.
FileIndex
is associated with a HadoopFsRelation.
Method | Description |
---|---|
|
File names to read when scanning this relation Used when:
|
|
File names (grouped into partitions when the data is partitioned) Used when:
|
|
Metadata operation time for listing files (in nanoseconds) Used when |
|
Used when:
|
|
Refreshes cached file listings Used when:
|
|
Root paths from which the catalog gets the files (as Hadoop Paths). There could be a single root path of the entire table (with partition directories) or individual partitions. Used when:
|
|
Estimated size of the data of the relation (in bytes) Used when:
|
FileIndex | Description |
---|---|