Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.46 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.46 KB

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.