Skip to content

Commit

Permalink
[GLUTEN-1434] Serialize and deserialize RowVector (#250)
Browse files Browse the repository at this point in the history
Support serialize and deserialize RowVector.
  • Loading branch information
jinchengchenghh authored May 17, 2023
1 parent ff91ff0 commit bde7b6a
Show file tree
Hide file tree
Showing 7 changed files with 1,059 additions and 2 deletions.
2 changes: 1 addition & 1 deletion velox/serializers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
add_library(velox_presto_serializer PrestoSerializer.cpp
add_library(velox_presto_serializer PrestoSerializer.cpp SingleSerializer.cpp
UnsafeRowSerializer.cpp)

target_link_libraries(velox_presto_serializer velox_vector)
Expand Down
Loading

0 comments on commit bde7b6a

Please sign in to comment.