tree: 0a05523a871f4bad374aadca8650d61aaaa54622 [path history] [tgz]
  1. lua/
  2. build.c
  3. Makefile.am
  4. meson.build
  5. read-batch.c
  6. read-stream.c
  7. 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.