Skip to content

Commit 06f10f0

Browse files
committed
feat: Support IEEE 754 for SQL ops
1 parent 72de105 commit 06f10f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • datafusion/common/src/utils

datafusion/common/src/utils/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ fn fsl_values_row_number(list_size: i32, array_len: usize) -> Result<Int32Array>
13961396
/// (PostgreSQL / IEEE 754 equality) require them to compare equal, so
13971397
/// callers normalize before invoking those kernels.
13981398
///
1399-
/// The common case no `-0.0` present is allocation-free: a single
1399+
/// The common case - no `-0.0` present - is allocation-free: a single
14001400
/// read-only scan of the underlying buffer (auto-vectorizable to an
14011401
/// OR-reduction) decides whether to fall through to the rewriting path.
14021402
/// Only arrays that actually contain `-0.0` pay for a new buffer.

0 commit comments

Comments
 (0)