Deprecate ID::Attrs(), replace with GetAttrs()

This commit is contained in:
Jon Siwek 2020-05-26 11:34:44 -07:00
parent 28b4206519
commit 2ebc20a164
3 changed files with 9 additions and 4 deletions

View file

@ -1664,7 +1664,7 @@ IntrusivePtr<Val> InitStmt::Exec(Frame* f, stmt_flow_type& flow) const
break;
case TYPE_TABLE:
v = make_intrusive<TableVal>(cast_intrusive<TableType>(t),
IntrusivePtr{NewRef{}, aggr->Attrs()});
aggr->GetAttrs());
break;
default:
break;