Skip to content

Commit

Permalink
ARROW-11782: [GLib][Ruby][Dataset] Remove bindings for internal classes
Browse files Browse the repository at this point in the history
Closes #10533 from kou/glib-dataset-factory

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
kou committed Jun 16, 2021
1 parent 6865a7b commit f8661e0
Show file tree
Hide file tree
Showing 28 changed files with 1,462 additions and 655 deletions.
2 changes: 2 additions & 0 deletions c_glib/arrow-dataset-glib/arrow-dataset-glib.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

#include <arrow-glib/arrow-glib.h>

#include <arrow-dataset-glib/dataset-factory.h>
#include <arrow-dataset-glib/dataset.h>
#include <arrow-dataset-glib/file-format.h>
#include <arrow-dataset-glib/fragment.h>
#include <arrow-dataset-glib/scanner.h>
2 changes: 2 additions & 0 deletions c_glib/arrow-dataset-glib/arrow-dataset-glib.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

#include <arrow-glib/arrow-glib.hpp>

#include <arrow-dataset-glib/dataset-factory.hpp>
#include <arrow-dataset-glib/dataset.hpp>
#include <arrow-dataset-glib/file-format.hpp>
#include <arrow-dataset-glib/fragment.hpp>
#include <arrow-dataset-glib/scanner.hpp>
Loading

0 comments on commit f8661e0

Please sign in to comment.