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>)
Trait Implementations
impl Debug for DataType
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more