package org.apache.spark.sql.execution
trait FileRelation {
def inputFiles: Array[String]
}
FileRelation
FileRelation
is the contract of relations that are backed by files.
Method | Description |
---|---|
The list of files that will be read when scanning the relation. Used exclusively when |
FileRelation | Description |
---|---|