Skip to content

Commit 7341648

Browse files
committed
Add nodes to convert between csp structs and arrow record batches
Signed-off-by: Arham Chopra <arham.chopra@cubistsystematic.com>
1 parent ef9ff93 commit 7341648

17 files changed

Lines changed: 5236 additions & 4 deletions

cpp/csp/adapters/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ if(CSP_BUILD_WS_CLIENT_ADAPTER)
1111
add_subdirectory(websocket)
1212
endif()
1313

14+
add_subdirectory(arrow)
1415
add_subdirectory(utils)

0 commit comments

Comments
 (0)