登录  
 加关注
   显示下一条  |  关闭
温馨提示!由于新浪微博认证机制调整,您的新浪微博帐号绑定已过期,请重新绑定!立即重新绑定新浪微博》  |  关闭

Code@Pig Home

喜欢背着一袋Code傻笑的Pig .. 忧美.欢笑.记忆.忘却 .之. 角落

 
 
 

日志

 
 

[avro-c] 关于 schema  

2011-02-16 11:57:42|  分类: serialize_avro |  标签: |举报 |字号 订阅

  下载LOFTER 我的照片书  |
avro_obj_t (avro_schema_t)
             |
avro_xxx_schema_t

sturct avro_obj_t {}
struct avro_xxx_schema_t {
  struct avro_obj_t obj;
  ...
};
通过这样来实现'多态'。

支持如下的 field type:
string
bytes
int32
int64
float
double
boolean
null

record, structure
enum
fixed, 固定大小的string
map
array
union
link

// 从 jsontext 中,创建 schema。不支持直接从文件中读 jsontext,这个要自己写代码支持。
int avro_schema_from_json(const char *jsontext, const int32_t len, avro_schema_t * schema, avro_schema_error_t * e)

// 从 schema 生成 json,写入 out 中。out 可能是 file or memory。
int avro_schema_to_json(avro_schema_t schema, avro_writer_t out)

// 对比两个 schema 是否相同
int avro_schema_equal(avro_schema_t a, avro_schema_t b)
  评论这张
 
阅读(1636)| 评论(0)

历史上的今天

评论

<#--最新日志,群博日志--> <#--推荐日志--> <#--引用记录--> <#--博主推荐--> <#--随机阅读--> <#--首页推荐--> <#--历史上的今天--> <#--被推荐日志--> <#--上一篇,下一篇--> <#-- 热度 --> <#-- 网易新闻广告 --> <#--右边模块结构--> <#--评论模块结构--> <#--引用模块结构--> <#--博主发起的投票-->
 
 
 
 
 
 
 
 
 
 
 
 
 
 

页脚

网易公司版权所有 ©1997-2018