Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
QiChenX committed Aug 9, 2024
1 parent 6d951cd commit 0800da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hybridse/src/udf/default_defs/array_def.cc
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ void DefaultUdfLibrary::InitArrayUdfs() {
@since 0.9.2
)");

RegisterUdfTemplate("array_padding")
RegisterExternalTemplate<>("array_padding")
.returns<ArrayRef<T>>()
.return_by_arg(true)
.args_in<ArrayRef<T>, bool, int16_t, int32_t, int64_t, float, double, Timestamp, Date, StringRef>(reinterpret_cast<void*>(array_padding))
Expand Down

0 comments on commit 0800da3

Please sign in to comment.