There are Vala example codes in this directory.
Here is a command line to build an example in this directory:
$ valac --pkg arrow-glib --pkg posix XXX.vala
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.