Skip to content

Commit

Permalink
fix: vectorized func return true (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: xiaobowen <[email protected]>
  • Loading branch information
BowenXiao1999 and BowenXiao1999 authored Jun 29, 2020
1 parent 98c0e98 commit 12fe609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expression/builtin_string_vec.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func (b *builtinStrcmpSig) vecEvalInt(input *chunk.Chunk, result *chunk.Column)
}

func (b *builtinLengthSig) vectorized() bool {
return false
return true
}

// vecEvalInt evaluates a builtinLengthSig.
Expand Down

0 comments on commit 12fe609

Please sign in to comment.