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
.
pub fn bind_struct_field(
column_def: &StructField,
) -> Result<ColumnDesc, RwError>
Given a type STRUCT<v1 int>
, this function binds the field v1 int
.