Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ take_body
Method
take_body
datafusion/sql/src/unparser/ast.rs:50–52 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
48
self
49
}
50
pub fn take_body(&mut self) -> Option<Box<ast::SetExpr>> {
51
self.body.take()
52
}
53
pub fn order_by(&mut self, value: OrderByKind) -> &mut Self {
54
self.order_by_kind = Some(value);
55
self
Callers
1
select_to_sql_expr
Method · 0.80
Calls
1
take
Method · 0.45
Tested by
no test coverage detected