Skip to content

Commit cd0238a

Browse files
committed
add TODO
1 parent a2547f2 commit cd0238a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

optd-cost-model/src/memo_ext.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ pub trait MemoExt: Send + Sync + 'static {
1717
fn get_column_ref(&self, group_id: GroupId) -> GroupAttrRefs;
1818
/// Get the attribute information of a given attribute in a group in the memo.
1919
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...
2022
}

0 commit comments

Comments
 (0)