Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Joris Van den Bossche <[email protected]>
  • Loading branch information
rok and jorisvandenbossche committed Jun 8, 2021
1 parent 2dc08e9 commit 1a16757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/src/arrow/compute/api_scalar.h
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ ARROW_EXPORT Result<Datum> ISOWeek(const Datum& values, ExecContext* ctx = NULLP
ARROW_EXPORT Result<Datum> ISOCalendar(const Datum& values, ExecContext* ctx = NULLPTR);

/// \brief Quarter returns the quarter of year number for each element of `values`
/// First quarter maps to 1 and forth quarter maps to 4.
/// First quarter maps to 1 and fourth quarter maps to 4.
///
/// \param[in] values input to extract quarter of year from
/// \param[in] ctx the function execution context, optional
Expand Down Expand Up @@ -689,7 +689,7 @@ Result<Datum> Microsecond(const Datum& values, ExecContext* ctx = NULLPTR);
ARROW_EXPORT
Result<Datum> Nanosecond(const Datum& values, ExecContext* ctx = NULLPTR);

/// \brief Subsecond returns subsecond time fraction since last second for each element of
/// \brief Subsecond returns subsecond time fraction since last second as a float for each element of
/// `values`
///
/// \param[in] values input to extract subsecond from
Expand Down

0 comments on commit 1a16757

Please sign in to comment.