risingwave_frontend::binder::struct_field

Function find_field

source
fn find_field(
    input: DataType,
    field_name: String,
) -> Result<(DataType, usize), RwError>