FileRelation
FileRelation is the contract of relations that are backed by files.
|
1 2 3 4 5 6 7 8 9 |
package org.apache.spark.sql.execution trait FileRelation { def inputFiles: Array[String] } |
| Method | Description |
|---|---|
|
The list of files that will be read when scanning the relation. Used exclusively when |
| FileRelation | Description |
|---|---|
spark技术分享