We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2547f2 commit cd0238aCopy full SHA for cd0238a
optd-cost-model/src/memo_ext.rs
@@ -17,4 +17,6 @@ pub trait MemoExt: Send + Sync + 'static {
17
fn get_column_ref(&self, group_id: GroupId) -> GroupAttrRefs;
18
/// Get the attribute information of a given attribute in a group in the memo.
19
fn get_attribute_info(&self, group_id: GroupId, attr_ref_idx: u64) -> Attribute;
20
+
21
+ // TODO: Figure out what other information is needed to compute the cost...
22
}
0 commit comments