tree: 61b8bf1856a49e702787ed43b87873efa21b3bb3 [path history] [tgz]
  1. build.vala
  2. meson.build
  3. read-file.vala
  4. read-stream.vala
  5. README.md
  6. write-file.vala
  7. write-stream.vala
c_glib/example/vala/README.md

Arrow Vala example

There are Vala example codes in this directory.

How to build

Here is a command line to build an example in this directory:

$ valac --pkg arrow-glib --pkg posix XXX.vala

Vala example codes

Here are example codes in this directory:

  • build.vala: It shows how to create an array by array builder.

  • write-file.vala: It shows how to write Arrow array to file in file format.

  • read-file.vala: It shows how to read Arrow array from file in file format.

  • write-stream.vala: It shows how to write Arrow array to file in stream format.

  • read-stream.vala: It shows how to read Arrow array from file in stream format.