Function from_table_scan

Source
pub fn from_table_scan(
    _producer: &mut impl SubstraitProducer,
    scan: &TableScan,
) -> Result<Box<Rel>>