MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / column_list

Method column_list

src/query/select.rs:179–183  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

177 }
178
179 fn column_list(&self) -> Vec<SimpleExpr> {
180 E::Column::iter()
181 .map(|col| col.select_as(col.into_expr()))
182 .collect()
183 }
184
185 fn prepare_from(mut self) -> Self {
186 self.query.from(E::default().table_ref());

Callers 1

prepare_selectMethod · 0.80

Calls 2

into_exprMethod · 0.80
select_asMethod · 0.45

Tested by

no test coverage detected