proto_value_type

Function proto_value_type 

Source
pub fn proto_value_type(value: &Value) -> Option<ColumnDataType>
Expand description

Returns the ColumnDataTypeWrapper of the value.

If value is null, returns None.