Module inline_table_scan

Source
Expand description

Analyzed rule to replace TableScan references such as DataFrames and Views and inlines the LogicalPlan.

Structsยง

InlineTableScan
Analyzed rule that inlines TableScan that provide a LogicalPlan (DataFrame / ViewTable)