We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a9087 commit 5edb7a0Copy full SHA for 5edb7a0
crates/fluss/src/row/mod.rs
@@ -74,7 +74,7 @@ pub trait InternalRow {
74
// /// Returns the decimal value at the given position
75
// fn get_decimal(&self, pos: usize, precision: usize, scale: usize) -> Decimal;
76
77
- /// Returns the timestamp value at the given position (date as days since epoch)
+ /// Returns the date value at the given position (date as days since epoch)
78
fn get_date(&self, pos: usize) -> i32;
79
80
/// Returns the timestamp value at the given position (timestamp without timezone)
0 commit comments