Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在这个 Apache 箭头文档页面https://arrow.apache.org/docs/format/Metadata.html 似乎支持它。有人会发布一些代码来显示无限级别的嵌套结构吗?谢谢。
对于单个箭头表或 RecordBatch,您必须提供与数据一起固定的模式。当您的整体数据集(RecordBatches 的集合)具有不同的嵌套级别时,您必须在编写数据集后合并模式。模式中没有占位符来指定部分是未知的。– Uwe L. Korn