Skip to content

Commit

Permalink
Update datafusion/expr/src/columnar_value.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ruihang Xia <[email protected]>
  • Loading branch information
comphead and waynexia authored Apr 27, 2024
1 parent 961703b commit b79ceed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/expr/src/columnar_value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use std::sync::Arc;
/// The result of evaluating an expression.
///
/// [`ColumnarValue::Scalar`] represents a single value repeated any number of
/// times. THis is an important performance optimization for handling values
/// times. This is an important performance optimization for handling values
/// that do not change across rows.
///
/// [`ColumnarValue::Array`] represents a column of data, stored as an Arrow
Expand Down

0 comments on commit b79ceed

Please sign in to comment.