Skip to content

Commit c371215

Browse files
xx01cyxlanlou1554
andauthored
Update optd-cost-model/src/memo_ext.rs
Co-authored-by: Lan Lou <[email protected]>
1 parent cd0238a commit c371215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

optd-cost-model/src/memo_ext.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ use crate::common::{
1313
pub trait MemoExt: Send + Sync + 'static {
1414
/// Get the schema of a group in the memo.
1515
fn get_schema(&self, group_id: GroupId) -> Schema;
16-
/// Get the column reference of a group in the memo.
17-
fn get_column_ref(&self, group_id: GroupId) -> GroupAttrRefs;
16+
/// Get the attribute reference of a group in the memo.
17+
fn get_attribute_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;
2020

0 commit comments

Comments
 (0)