GitXplorerGitXplorer
b

build_with_arrow

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
21b983371b9e1eef6b028512b18ad6a45dca42dc

Update README.md

bbrills committed 5 years ago
Verified
a06f90f75e11a3288e18718dae29c5b94b45b050

Create README.md

bbrills committed 5 years ago
Unverified
f6de3bdb3bfe1f2a7c04e3e7de34ee5b230c2e62

refactored. now only a caster

bbrills committed 5 years ago
Unverified
1568b6b247cc3f993cec6cbcc26c0f426e1ac0fe

init

bbrills committed 5 years ago

README

The README file for this repository.

build_with_arrow

Demonstrate usage of pyarrow's C bridge.

A python extension that linked statically against Arrow C++ source, but can talk with pyarrow.

ext.cc contains most of the juice (a pybind11 caster that invokes pyarrow's C bridge).