mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-02 16:04:20 +01:00
core: add comment for src_tables
Signed-off-by: Pere Diaz Bou <pere-altea@hotmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@ struct Select {
|
||||
columns: Vec<ast::ResultColumn>,
|
||||
column_info: Vec<ColumnInfo>,
|
||||
from: Option<Table>,
|
||||
src_tables: Vec<SrcTable>,
|
||||
src_tables: Vec<SrcTable>, // Tables we use to get data from. This includes "from" and "joins"
|
||||
limit: Option<ast::Limit>,
|
||||
exist_aggregation: bool,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user