Enum datafusion::rel::DataType
[−]
[src]
pub enum DataType { Boolean, Float, Double, Int, UnsignedInt, Long, UnsignedLong, String, 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
Boolean
Float
Double
Int
UnsignedInt
Long
UnsignedLong
String
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