Module nodes

Source

Structsยง

Cache
Cache the input at this point in the LP
DataFrameScan
Scan a table from an existing dataframe
Distinct
Remove duplicates from the table
ExtContext
This allows expressions to access other tables
Filter
Filter the table with a boolean expression
GroupBy
Groupby aggregation
HConcat
Horizontal concatenation of multiple plans
HStack
Adding columns to the table without a Join
Join
Join operation
MapFunction
A (User Defined) Function
PyFileOptions
PythonScan
Scan a table with an optional predicate from a python function
Reduce
Like Select, but all operations produce a single row.
Scan
Scan a table from file
Select
Column selection
SimpleProjection
Project out columns from a table
Sink
Slice
Slice the table
Sort
Sort the table
Union