Skip to content

Commit 5edb7a0

Browse files
Varad-VKCopilot
authored andcommitted
Update crates/fluss/src/row/mod.rs
Co-authored-by: Copilot <[email protected]>
1 parent 90a9087 commit 5edb7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/fluss/src/row/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ pub trait InternalRow {
7474
// /// Returns the decimal value at the given position
7575
// fn get_decimal(&self, pos: usize, precision: usize, scale: usize) -> Decimal;
7676

77-
/// Returns the timestamp value at the given position (date as days since epoch)
77+
/// Returns the date value at the given position (date as days since epoch)
7878
fn get_date(&self, pos: usize) -> i32;
7979

8080
/// Returns the timestamp value at the given position (timestamp without timezone)

0 commit comments

Comments
 (0)