You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, so far the arrow data has been an implicit implementation detail sitting behind our object-APIs. To make this data accessible we need to be able to show users how to work with it.
Unfortunately, there is no standard textual representation of an arrow schema. Although we have our own fbs files, this is a Rerun-specific implementation detail that is not necessarily familiar to those attempting to cross-reference with arrow documentation.
For each Rerun datatype, we should generate a doc page specifically focused on the arrow schema:
The terms used should as closely as possible matches the official terms from the arrow documentation for the native libraries.
We should include a generated code snippet in each of the 3 languages that produces the corresponding arrow datatype. Note that we already generate this code in our serializers. We just need to emit that same code into a block in the doc pages.
We also need to formalize the documentation around any additional meta-data required for interpretation as a component or inclusion into a chunk.
The text was updated successfully, but these errors were encountered:
However, so far the arrow data has been an implicit implementation detail sitting behind our object-APIs. To make this data accessible we need to be able to show users how to work with it.
Unfortunately, there is no standard textual representation of an arrow schema. Although we have our own fbs files, this is a Rerun-specific implementation detail that is not necessarily familiar to those attempting to cross-reference with arrow documentation.
For each Rerun datatype, we should generate a doc page specifically focused on the arrow schema:
We also need to formalize the documentation around any additional meta-data required for interpretation as a component or inclusion into a chunk.
The text was updated successfully, but these errors were encountered: