Input/Output#
| 
 | Loads a CSV file and returns the result as a   | 
| 
 | Specifies the input data source format. | 
| 
 | Construct a  | 
| 
 | Loads JSON files and returns the results as a  | 
| 
 | Loads data from a data source and returns it as a  | 
| 
 | Adds an input option for the underlying data source. | 
| 
 | Adds input options for the underlying data source. | 
| 
 | Loads ORC files, returning the result as a  | 
| 
 | Loads Parquet files, returning the result as a  | 
| 
 | Specifies the input schema. | 
| 
 | Returns the specified table as a  | 
| 
 | Loads text files and returns a  | 
| 
 | Buckets the output by the given columns. | 
| 
 | Saves the content of the  | 
| 
 | Specifies the underlying output data source. | 
| 
 | Inserts the content of the  | 
| 
 | Saves the content of the  | 
| 
 | Saves the content of the  | 
| 
 | Specifies the behavior when data or table already exists. | 
| 
 | Adds an output option for the underlying data source. | 
| 
 | Adds output options for the underlying data source. | 
| 
 | Saves the content of the  | 
| 
 | Saves the content of the  | 
| 
 | Partitions the output by the given columns on the file system. | 
| 
 | Saves the contents of the  | 
| 
 | Saves the content of the  | 
| 
 | Sorts the output in each bucket by the given columns on the file system. | 
| 
 | Saves the content of the DataFrame in a text file at the specified path. | 
| 
 | Specifies a provider for the underlying output data source. | 
| 
 | Add a write option. | 
| 
 | Add write options. | 
| 
 | Add table property. | 
| 
 | Partition the output table created by create, createOrReplace, or replace using the given columns or transforms. | 
| Create a new table from the contents of the data frame. | |
| Replace an existing table with the contents of the data frame. | |
| Create a new table or replace an existing table with the contents of the data frame. | |
| Append the contents of the data frame to the output table. | |
| 
 | Overwrite rows matching the given filter condition with the contents of the data frame in the output table. | 
| Overwrite all partition for which the data frame contains at least one row with the contents of the data frame in the output table. | |
| 
 | Initialize a WhenMatched action with a condition. | 
| 
 | Initialize a WhenNotMatched action with a condition. | 
| Initialize a WhenNotMatchedBySource action with a condition. | |
| Enable automatic schema evolution for this merge operation. | |
| Execute the merge operation. |