Skip to content

Do both the python and C++ SDKs use the arrow::Buffer to hold payload under the hood? #250

Answered by sighingnow
Zarca asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Zarca, sorry I missed this message!

1.Do both the python and C++ SDKs use the arrow::Buffer to hold payload under the hood?

Yes, actually, a blob is just a consecutive block of memory.

2.Can one use the C++ to build Array type and Seal it into vineyard, and then resolve it using the Python SDK?

Yes, definitiely you can, e.g., currently C++ and Python could share data types like vector, tensor (np.ndarray) and dataframe (pd.DataFrame).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sighingnow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants