Re: Questions about C++ interface

2018-11-02 Thread Korry Douglas
Thanks for the help - much appreciated. — Korry > On Nov 1, 2018, at 7:19 PM, Xiening Dai wrote: > > 1) You can find the public headers in c++/include/orc. All the classes and > methods have good documentation in the code. You can also take a look at the > sample c++ codes under

Re: Questions about C++ interface

2018-11-01 Thread Xiening Dai
1) You can find the public headers in c++/include/orc. All the classes and methods have good documentation in the code. You can also take a look at the sample c++ codes under tools/src, especially FileContents.cc and FileScan.cc. Both demonstrate the

Questions about C++ interface

2018-11-01 Thread Korry Douglas
Hi all - I’m an absolute ORC newbie so please forgive the novice questions. I’m trying to use the C++ API to implement a reader. I have two questions (to start with): 1) I’ve been reading the docs at https://orc.apache.org/docs/core-cpp.html - is there more complete documentation that