# 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-batch.c`: It shows how to read Arrow array from file in batch mode. * `read-stream.c`: It shows how to read Arrow array from file in stream mode.