Enum datafusion::rel::DataType
[−]
[src]
pub enum DataType { UnsignedLong, String, Double, ComplexType(Vec<Field>), }
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
ComplexType(Vec<Field>)