Skip to content

amoeba/arrow-declaration-to-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

arrow-declaration-to-examples

TODO

Currently just an example of using StartAndCollect.

Running

Pre-requisites

  • pkg-config (brew install pkg-config)
  • A >=C++17 compiler (e.g., clang 14)
  • Arrow C++ headers (brew install apache-arrow)

Compile

A Makefile is provided to make compiling both examples a single command:

make

Run

./example

Output

The above should produce:

a: int32
b: bool
----
a:
  [
    [
      0,
      4
    ],
    [
      5,
      6,
      7
    ],
    [
      8,
      9,
      10
    ]
  ]
b:
  [
    [
      false,
      true
    ],
    [
      true,
      false,
      true
    ],
    [
      false,
      true,
      false
    ]
  ]

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages