会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
十年伯约
博客园
首页
新随笔
联系
订阅
管理
2019年12月13日
c++ 的链接指示器 extern "C"
摘要: 1. c++ 使用c的函数 c++ 标准库使用 c标准库,比如 cstdio /** @file include/cstdio * This is a Standard C++ Library file. You should @c #include this file * in your prog
阅读全文
posted @ 2019-12-13 23:38 十年伯约
阅读(241)
评论(0)
推荐(0)
2019年12月12日
Parquet的Repetition Level和Definition Level
摘要: 如下的 schema 定义了每行是一个组合类型Document:(required表示必须有,optional表示可选,repeated表示可重复的,即数组(数组长度可以是0)。group类似于struct) message Document { required int64 DocId; opti
阅读全文
posted @ 2019-12-12 14:22 十年伯约
阅读(2832)
评论(1)
推荐(2)
2019年11月27日
分布式数据流的轻量级异步快照
摘要: 对 https://arxiv.org/abs/1506.08603 (Lightweight Asynchronous Snapshots for Distributed Dataflows) 的翻译和自己理解。 前言 这边文章讲述的是flink的checkpoint(检查点)的原理,checkp
阅读全文
posted @ 2019-11-27 16:51 十年伯约
阅读(618)
评论(0)
推荐(0)
公告