Skip to content

Commit

Permalink
Update src/planner/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Runji Wang <[email protected]>
Signed-off-by: Alex Chi Z. <[email protected]>
  • Loading branch information
skyzh and wangrunji0408 authored Jan 28, 2025
1 parent dbc6ee1 commit f7a347f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/planner/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ define_language! {

// plans
"scan" = Scan([Id; 3]), // (scan table [column..] filter)
"vector_index_scan" = IndexScan([Id; 6]), // (vector_index_scan table [column..] filter <op> key vector)
"index_scan" = IndexScan([Id; 6]), // (index_scan table [column..] filter <op> key value)
"values" = Values(Box<[Id]>), // (values [expr..]..)
"proj" = Proj([Id; 2]), // (proj [expr..] child)
"filter" = Filter([Id; 2]), // (filter expr child)
Expand Down

0 comments on commit f7a347f

Please sign in to comment.