Skip to content

Commit

Permalink
init template
Browse files Browse the repository at this point in the history
Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
  • Loading branch information
Lloyd-Pottiger committed May 9, 2024
1 parent fab6acb commit 7da6874
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dbms/src/IO/Compression/EncodingUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ template void ApplyFrameOfReference<UInt8>(UInt8 *, UInt8, UInt32);
template void ApplyFrameOfReference<UInt16>(UInt16 *, UInt16, UInt32);
template void ApplyFrameOfReference<UInt32>(UInt32 *, UInt32, UInt32);
template void ApplyFrameOfReference<UInt64>(UInt64 *, UInt64, UInt32);
template void ApplyFrameOfReference<Int8>(Int8 *, Int8, UInt32);
template void ApplyFrameOfReference<Int16>(Int16 *, Int16, UInt32);
template void ApplyFrameOfReference<Int32>(Int32 *, Int32, UInt32);
template void ApplyFrameOfReference<Int64>(Int64 *, Int64, UInt32);

template <std::integral T>
void SubtractFrameOfReference(T * dst, T frame_of_reference, UInt32 count)
Expand Down

0 comments on commit 7da6874

Please sign in to comment.