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 fa3bb4c commit 3998acdCopy full SHA for 3998acd
vortex-array/src/arrays/dict/vtable/rules.rs
@@ -45,7 +45,7 @@ impl ArrayParentReduceRule<DictVTable> for DictionaryScalarFnValuesPushDownRule
45
// Check that the scalar function can actually be pushed down.
46
let sig = parent.scalar_fn().signature();
47
48
- // Don't push down structual expressions since we might want to unpack them in exporters
+ // Don't push down structural expressions since we might want to unpack them in exporters
49
// later.
50
if sig.is_structural() {
51
return Ok(None);
0 commit comments