Class: Arrow::NullArrayBuilder
- Inherits:
-
Object
- Object
- Arrow::NullArrayBuilder
- Defined in:
- lib/arrow/null-array-builder.rb
Class Method Summary collapse
Class Method Details
.buildable?(args) ⇒ Boolean
21 22 23 |
# File 'lib/arrow/null-array-builder.rb', line 21 def buildable?(args) super and not (args.size == 1 and args[0].is_a?(Integer)) end |