Enum datafusion::rel::DataType
[−]
[src]
pub enum DataType { UnsignedLong, String, Double, }
The data types supported by this database. Currently just u64 and string but others will be added later, including complex types
Variants
UnsignedLong
String
Double