Update intermediate phase for table groups.
This commit is contained in:
7
src/intermediate/table_group.rs
Normal file
7
src/intermediate/table_group.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
use super::ITableRow;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub(crate) enum ITableGroup {
|
||||
Head(Vec<ITableRow>),
|
||||
Body(Vec<ITableRow>),
|
||||
}
|
||||
Reference in New Issue
Block a user