MCPcopy Create free account
hub / github.com/apache/datafusion / TryCast

Class TryCast

datafusion/expr/src/expr.rs:991–996  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

989/// TryCast Expression
990#[derive(Clone, PartialEq, Eq, PartialOrd, Hash, Debug)]
991pub struct TryCast {
992 /// The expression being cast
993 pub expr: Box<Expr>,
994 /// The `DataType` the expression will yield
995 pub field: FieldRef,
996}
997
998impl TryCast {
999 /// Create a new TryCast expression

Callers 11

map_childrenMethod · 0.85
try_castFunction · 0.85
serialize_exprFunction · 0.85
parse_exprFunction · 0.85
roundtrip_try_castFunction · 0.85
simplifyMethod · 0.85
simplifyMethod · 0.85
from_castFunction · 0.85

Calls

no outgoing calls

Tested by 1

roundtrip_try_castFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…