risingwave_frontend::binder::expr

Function bind_struct_field

source
pub fn bind_struct_field(
    column_def: &StructField,
) -> Result<ColumnDesc, RwError>
Expand description

Given a type STRUCT<v1 int>, this function binds the field v1 int.