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.
我想编写一个输出列表的 Thrift 函数。但是,Thrift 中没有这样的数据类型。此外,Thrift 中的列表数据类型仅采用单一数据类型。我该如何解决这个问题?
创建容器(结构),其成员是可选的,并且在 thrift 中具有可能的数据类型。然后,列出该结构。这不是漂亮的解决方案,但它有效。