Skip to content

Commit 959fde1

Browse files
authored
include predicate-related entities as pub mod (#47)
Signed-off-by: Yuchen Liang <[email protected]>
1 parent e25ff2c commit 959fde1

File tree

1 file changed

+4
-0
lines changed
  • optd-persistent/src/entities

1 file changed

+4
-0
lines changed

optd-persistent/src/entities/mod.rs

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ pub mod physical_expression;
2020
pub mod physical_expression_to_statistic_junction;
2121
pub mod physical_property;
2222
pub mod plan_cost;
23+
pub mod predicate;
24+
pub mod predicate_children;
25+
pub mod predicate_logical_expression_junction;
26+
pub mod predicate_physical_expression_junction;
2327
pub mod statistic;
2428
pub mod statistic_to_attribute_junction;
2529
pub mod table_metadata;

0 commit comments

Comments
 (0)