tree: c9c4a7e72677a5474020a6910577ee0d30133a91 [path history] [tgz]
  1. lua/
  2. build.c
  3. extension-type.c
  4. Makefile.am
  5. meson.build
  6. read-batch.c
  7. read-stream.c
  8. README.md
c_glib/example/README.md

Arrow GLib example

There are example codes in this directory.

C example codes exist in this directory. Language bindings example codes exists in sub directories. For example, Lua example codes exists in lua/ sub directory.

C example codes

Here are example codes in this directory:

  • build.c: It shows how to create an array by array builder.
  • read-batch.c: It shows how to read Arrow array from file in batch mode.
  • read-stream.c: It shows how to read Arrow array from file in stream mode.