We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dfe1fd commit 54bd3c3Copy full SHA for 54bd3c3
datafusion/src/scalar.rs
@@ -331,7 +331,7 @@ impl ScalarValue {
331
332
/// Creates an array of $ARRAY_TY by unpacking values of
333
/// SCALAR_TY for primitive types
334
- macro_rules! build_array_primative {
+ macro_rules! build_array_primitive {
335
($ARRAY_TY:ident, $SCALAR_TY:ident) => {{
336
{
337
let values = scalars
0 commit comments