CopyableDataFrame |
DataFrameReader.avro(String path) |
Returns a CopyableDataFrame that is set up to load data from the specified Avro file.
|
CopyableDataFrame |
CopyableDataFrame.clone() |
Returns a clone of this CopyableDataFrame.
|
CopyableDataFrame |
DataFrameReader.csv(String path) |
Returns a CopyableDataFrame that is set up to load data from the specified CSV file.
|
CopyableDataFrame |
DataFrameReader.json(String path) |
Returns a CopyableDataFrame that is set up to load data from the specified JSON file.
|
CopyableDataFrame |
DataFrameReader.orc(String path) |
Returns a CopyableDataFrame that is set up to load data from the specified ORC file.
|
CopyableDataFrame |
DataFrameReader.parquet(String path) |
Returns a CopyableDataFrame that is set up to load data from the specified Parquet file.
|
CopyableDataFrame |
DataFrameReader.xml(String path) |
Returns a CopyableDataFrame that is set up to load data from the specified XML file.
|