Skip to main content

struct_getfield

Function struct_getfield 

Source
pub fn struct_getfield(expr: Expr, field_name: &str) -> Expr
Expand description

Extract a named field from a struct expression using DataFusion’s get_field function.