OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
arrow_4_io_context.cpp
Go to the documentation of this file.
1 #include <arrow/api.h>
2 #include <arrow/io/file.h>
3 
4 int main() {
5  auto io_context = arrow::io::default_io_context();
6 }