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.
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.