tree: d1668fbffb51ac1c08e4746673c1717b0295d9ec [path history] [tgz]
  1. lua/
  2. vala/
  3. build.c
  4. extension-type.c
  5. meson.build
  6. read-file.c
  7. read-stream.c
  8. README.md
  9. receive-network.c
  10. send-network.c
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-file.c: It shows how to read Arrow array from file in file format.
  • read-stream.c: It shows how to read Arrow array from file in stream format.