Skip to content

Commit

Permalink
fix: update algebra proto
Browse files Browse the repository at this point in the history
  • Loading branch information
richtia committed Jan 31, 2024
1 parent 990aa9b commit 0b6ee99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions proto/substrait/algebra.proto
Original file line number Diff line number Diff line change
Expand Up @@ -808,8 +808,9 @@ message Expression {
VarChar var_char = 22;
bytes fixed_binary = 23;
Decimal decimal = 24;
// Timestamp in units of fractional seconds since the UNIX epoch.
PrecisionTimestamp precision_timestamp = 34;
// If the precision is 6 or less then this is the microseconds since the UNIX epoch
// If the precision is more than 6 then this is the nanoseconds since the UNIX epoch
uint64 precision_timestamp = 34;
Struct struct = 25;
Map map = 26;
// Timestamp in units of microseconds since the UNIX epoch.
Expand Down

0 comments on commit 0b6ee99

Please sign in to comment.