GitHub user wgtmac opened a pull request:
https://github.com/apache/orc/pull/244
Add documentation for C++
Mainly added two pages: one for C++ tools and one for C++ Core API. Split
them from Java parities.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wgtmac/orc doc_cpp
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/orc/pull/244.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #244
----
commit f0ec71231768e254d752f0a0c0817ec6468af9b7
Author: Gang Wu <gang.w@...>
Date: 2018-04-11T20:40:22Z
add docs for c++
commit 69dbdcb23896e1b20ca6037071102c25af22600a
Author: Gang Wu <gang.w@...>
Date: 2018-04-11T20:43:08Z
remove comments in code block
----
---