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. |
Resolve the schema of this LazyFrame. |
|
Return lazy representation, i.e. itself. |
|
|
Apply a custom function. |
|
Offers a structured way to apply a sequence of user-defined functions (UDFs). |
|
Profile a LazyFrame. |
Serialization#
|
Read a logical plan from a file to construct a LazyFrame. |
|
Serialize the logical plan of this LazyFrame to a file or string in JSON format. |