Skip to content

Commit bde7b6a

Browse files
[GLUTEN-1434] Serialize and deserialize RowVector (#250)
Support serialize and deserialize RowVector.
1 parent ff91ff0 commit bde7b6a

File tree

7 files changed

+1059
-2
lines changed

7 files changed

+1059
-2
lines changed

velox/serializers/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
add_library(velox_presto_serializer PrestoSerializer.cpp
14+
add_library(velox_presto_serializer PrestoSerializer.cpp SingleSerializer.cpp
1515
UnsafeRowSerializer.cpp)
1616

1717
target_link_libraries(velox_presto_serializer velox_vector)

0 commit comments

Comments
 (0)