We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e25ff2c commit 959fde1Copy full SHA for 959fde1
optd-persistent/src/entities/mod.rs
@@ -20,6 +20,10 @@ pub mod physical_expression;
20
pub mod physical_expression_to_statistic_junction;
21
pub mod physical_property;
22
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;
27
pub mod statistic;
28
pub mod statistic_to_attribute_junction;
29
pub mod table_metadata;
0 commit comments