Miscellaneous#
| Cache the result once the execution of the physical plan hits this node. | |
| 
 | Materialize this LazyFrame into a DataFrame. | 
| Collect DataFrame asynchronously in thread pool. | |
| 
 | Collect a small number of rows for debugging purposes. | 
| Return lazy representation, i.e. itself. | |
| 
 | Apply a custom function. | 
| 
 | Apply a custom function. | 
| 
 | Offers a structured way to apply a sequence of user-defined functions (UDFs). | 
| 
 | Profile a LazyFrame. | 
Read/write logical plan#
| 
 | Read a logical plan from a JSON file to construct a LazyFrame. | 
| 
 | Read a logical plan from a JSON string to construct a LazyFrame. | 
| 
 | Read a logical plan from a JSON file to construct a LazyFrame. | 
| Serialize the logical plan of this LazyFrame to a file or string in JSON format. | |
| Serialize the logical plan of this LazyFrame to a file or string in JSON format. |