Module: Arrow::ArrayBuildable
- Included in:
- ArrayBuilder
- Defined in:
- lib/arrow/jruby/array-builder.rb
Constant Summary collapse
- ValueVector =
org.apache.arrow.vector.ValueVector
Instance Method Summary collapse
Instance Method Details
#buildable?(args) ⇒ Boolean
23 24 25 26 |
# File 'lib/arrow/jruby/array-builder.rb', line 23 def buildable?(args) return false if args.size == 1 and args.first.is_a?(ValueVector) super end |