Commits


Yosuke Shiro authored and Sutou Kouhei committed 45d7eafc5f8
ARROW-7201: [GLib][Gandiva] Add support for BooleanNode The following Nodes is added as a child class of GGandivaBooleanNode. - GGandivaAndNode - GGandivaOrNode Closes #6389 from shiro615/glib-gandiva-boolean-node and squashes the following commits: 5e137fd6e <Sutou Kouhei> Enable Gandiva on macOS 31ec7d897 <Sutou Kouhei> Fix a typo 0a890ea45 <Sutou Kouhei> Fix parameter name 92f5d3d8e <Sutou Kouhei> Fix parent class c626d365a <Sutou Kouhei> Use g_list_copy_deep() f4a742224 <Sutou Kouhei> Make lower 23bd33f39 <Yosuke Shiro> Add version macros c2dff3304 <Yosuke Shiro> Define ggandiva_boolean_node_new_raw() 461dc8c38 <Yosuke Shiro> Define ggandiva_boolean_node_get_children() 08e270ae7 <Yosuke Shiro> Use children instead of parameters 21203bb31 <Yosuke Shiro> Use g_list_free_full() 09c904a44 <Yosuke Shiro> ARROW-7201: Add support for BooleanNode Lead-authored-by: Yosuke Shiro <yosuke.shiro615@gmail.com> Co-authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>