fn empty_table_plan(
plan: &LogicalPlanRef,
scan: &LogicalIcebergIntermediateScan,
) -> LogicalPlanRefExpand description
Returns an empty table plan with the same schema as the scan.
fn empty_table_plan(
plan: &LogicalPlanRef,
scan: &LogicalIcebergIntermediateScan,
) -> LogicalPlanRefReturns an empty table plan with the same schema as the scan.