aboutsummaryrefslogtreecommitdiff
path: root/contrib/native/client/src/clientlib/utils.hpp
AgeCommit message (Collapse)Author
2018-04-17DRILL-6320: Fixed license headers.Drill Dev
closes #1207
2017-05-20DRILL-4335: Apache Drill should support network encryption.Sorabh Hamirwasia
NOTE: This pull request provides support for on-wire encryption using SASL framework. Communication channel covered is: 1) C++ Drill Client and Drillbit channel. close apache/drill#809
2016-11-01DRILL-4420: C++ API for metadata access and prepared statementsLaurent Goujon
Add support to the C++ client for metadata querying and prepared statement requests. Part of the metadata API, add methods to query for server capabilities. As of now, this interface is not backed up by any RPC exchange so the information is pretty much static, and match Drill 1.8.0 current capabilities.
2016-11-01DRILL-1268: Add unit test to C++ native clientLaurent Goujon
Add CppUnit unit test to the C++ native client
2016-03-07DRILL-4313: C++ Client - Thread safe Logging. Improved Drill bit selection.Parth Chandra
- Update random drill bit selection. Shuffle the list initially, then round robin. Add Utility methods to get random numbers and to shuffle and add vectors. Whitespace cleanup - Add Git properties to build and print to log. - Add interface to get error based on query handle. - Add support for Pooled connections. Allows switching between pooled and unpooled connections based on environment variables
2014-08-27DRILL-998: Limit amount of memory used by drill C++ client APIJacques Nadeau
2014-06-19DRILL-875: Fixes for DRILL-707, DRILL-780, DRILL-835 (Schema change), ↵Parth Chandra
DRILL-852, DRILL-876, DRILL_877, DRILL-878, DRILL-890