You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2018/11/15 17:36:08 UTC

[arrow] branch master updated: [Gandiva] Add link to Gandiva codebase in top level README

This is an automated email from the ASF dual-hosted git repository.

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e84f99  [Gandiva] Add link to Gandiva codebase in top level README
3e84f99 is described below

commit 3e84f9970b3841867d7094fdd23387b6b0434142
Author: Wes McKinney <we...@apache.org>
AuthorDate: Thu Nov 15 12:35:13 2018 -0500

    [Gandiva] Add link to Gandiva codebase in top level README
    
    Change-Id: I80e2993438518429f47daf1cc42097169e4dada5
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 24d75f9..de60608 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,7 @@ Major components of the project include:
  - [C++ libraries](https://github.com/apache/arrow/tree/master/cpp)
  - [C bindings using GLib](https://github.com/apache/arrow/tree/master/c_glib)
  - [C# .NET libraries](https://github.com/apache/arrow/tree/master/csharp)
+ - [Gandiva](https://github.com/apache/arrow/tree/master/cpp/src/gandiva): an [LLVM](https://llvm.org)-based Arrow expression compiler, part of the C++ codebase
  - [Go libraries](https://github.com/apache/arrow/tree/master/go)
  - [Java libraries](https://github.com/apache/arrow/tree/master/java)
  - [JavaScript libraries](https://github.com/apache/arrow/tree/master/js)