We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85fd5d1 commit 1e317c3Copy full SHA for 1e317c3
datafusion/common/src/column.rs
@@ -30,7 +30,7 @@ use std::fmt;
30
pub struct Column {
31
/// relation/table reference.
32
pub relation: Option<TableReference>,
33
- /// Field/column name.
+ /// field/column name.
34
pub name: String,
35
/// Original source code location, if known
36
pub spans: Spans,
0 commit comments