Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ as_ref
Method
as_ref
datafusion/expr/src/expr.rs:552–554 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
550
551
impl AsRef<Expr> for Expr {
552
fn as_ref(&self) -> &Expr {
553
self
554
}
555
}
556
557
/// Create an [`Expr`] from a [`Column`]
Callers
15
expand_wildcard
Function · 0.45
expand_qualified_wildcard
Function · 0.45
group_window_expr_by_sort_keys
Function · 0.45
merge_schema
Function · 0.45
eq
Method · 0.45
eq
Method · 0.45
eq
Method · 0.45
evaluate
Method · 0.45
eq
Method · 0.45
resolve_lambda_variables
Function · 0.45
resolve_higher_order_function
Function · 0.45
lit
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_filter_is_scalar
Function · 0.36
coerced_type
Method · 0.36