Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ lit
Method
lit
datafusion/expr/src/literal.rs:67–69 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
65
66
impl Literal for &str {
67
fn lit(&self) -> Expr {
68
Expr::Literal(ScalarValue::from(*self), None)
69
}
70
}
71
72
impl Literal for String {
Callers
6
lit
Function · 0.45
lit
Function · 0.45
lit_with_metadata
Function · 0.45
create_named_struct_expr
Method · 0.45
lag
Function · 0.45
lead
Function · 0.45
Calls
3
Literal
Interface · 0.70
as_ref
Method · 0.45
clone
Method · 0.45
Tested by
no test coverage detected