Do both the python and C++ SDKs use the arrow::Buffer to hold payload under the hood? #250
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @Zarca, sorry I missed this message!
Yes, actually, a blob is just a consecutive block of memory.
Yes, definitiely you can, e.g., currently C++ and Python could share data types like vector, tensor (np.ndarray) and dataframe (pd.DataFrame). |
Beta Was this translation helpful? Give feedback.
Hi @Zarca, sorry I missed this message!
Yes, actually, a blob is just a consecutive block of memory.
Yes, definitiely you can, e.g., currently C++ and Python could share data types like vector, tensor (np.ndarray) and dataframe (pd.DataFrame).