Skip to content

Commit

Permalink
include predicate-related entities as pub mod (#47)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuchen Liang <[email protected]>
  • Loading branch information
yliang412 authored Nov 24, 2024
1 parent e25ff2c commit 959fde1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions optd-persistent/src/entities/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ pub mod physical_expression;
pub mod physical_expression_to_statistic_junction;
pub mod physical_property;
pub mod plan_cost;
pub mod predicate;
pub mod predicate_children;
pub mod predicate_logical_expression_junction;
pub mod predicate_physical_expression_junction;
pub mod statistic;
pub mod statistic_to_attribute_junction;
pub mod table_metadata;
Expand Down

0 comments on commit 959fde1

Please sign in to comment.