Function get_data_type
Source pub fn get_data_type(ty: DataType) -> MessageDataType
Expand description
Return the element data type (e.g., Float32, Int16, String) for a
given DataType.
§Arguments
ty: Logical data type to query.
§Returns
MessageDataType enum value.