Struct datafusion::physical_plan::expressions::TryCastExpr [−][src]
pub struct TryCastExpr { /* fields omitted */ }
Expand description
TRY_CAST expression casts an expression to a specific data type and retuns NULL on invalid cast
Implementations
Trait Implementations
Get the data type of this expression, given the schema of the input
Determine whether this expression is nullable, given the schema of the input
Evaluate an expression against a RecordBatch