We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15cdf3b commit cf0df38Copy full SHA for cf0df38
sqllogictest/src/column_type.rs
@@ -13,6 +13,7 @@ pub trait ColumnType: Debug + PartialEq + Eq + Clone + Send + Sync {
13
/// - 'T' - text, varchar results
14
/// - 'I' - integers
15
/// - 'R' - floating point numbers
16
+///
17
/// Any other types are represented with `?`([`DefaultColumnType::Any`]).
18
#[derive(Debug, PartialEq, Eq, Clone)]
19
pub enum DefaultColumnType {
0 commit comments