Skip to content

Commit

Permalink
Update optd-cost-model/src/memo_ext.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Lan Lou <[email protected]>
  • Loading branch information
xx01cyx and lanlou1554 authored Nov 18, 2024
1 parent cd0238a commit c371215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optd-cost-model/src/memo_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ use crate::common::{
pub trait MemoExt: Send + Sync + 'static {
/// Get the schema of a group in the memo.
fn get_schema(&self, group_id: GroupId) -> Schema;
/// Get the column reference of a group in the memo.
fn get_column_ref(&self, group_id: GroupId) -> GroupAttrRefs;
/// Get the attribute reference of a group in the memo.
fn get_attribute_ref(&self, group_id: GroupId) -> GroupAttrRefs;
/// Get the attribute information of a given attribute in a group in the memo.
fn get_attribute_info(&self, group_id: GroupId, attr_ref_idx: u64) -> Attribute;

Expand Down

0 comments on commit c371215

Please sign in to comment.