## Related * https://github.com/rerun-io/rerun/issues/7049 * Part of https://github.com/rerun-io/rerun/issues/6388 * May wanna do this first: https://github.com/rerun-io/rerun/issues/9725 * https://github.com/rerun-io/rerun/issues/8361 * https://github.com/rerun-io/rerun/issues/3298 ## What Encode the datatype used by an `archetype.Tensor` using the Arrow datatype of the `TensorBuffer` column. * How will `tensor_buffer.fbs` look? * Does it list all supported arrow datatypes? * Or do we add some sort of hard-coded "Scalar" thing to our codegen? * …
Related
re_types_core::ArrowBuffer#9725TensorDataBatchdoesn't support multiple tensors -> can't use it withsend_columns#8361What
Encode the datatype used by an
archetype.Tensorusing the Arrow datatype of theTensorBuffercolumn.tensor_buffer.fbslook?