Class: Arrow::FixedSizeBinaryArray
- Defined in:
- lib/arrow/jruby/array.rb,
lib/arrow/fixed-size-binary-array.rb
Constant Summary
Constants inherited from Array
Array::VectorAppender, Array::VectorEqualsVisitor
Instance Attribute Summary
Attributes inherited from Array
Instance Method Summary collapse
Methods inherited from Array
#+, #==, #[], builder_class, #cast, #close, #concatenate, #concatenate_raw, #each, #equal_array?, #initialize, #inspect, #is_in, #is_in_raw, #length, new, #null?, #resolve, #reverse_each, #size, #to_a, #to_arrow, #to_arrow_array, #to_arrow_chunked_array, #to_s, try_convert, #value_data_type, #value_data_type_raw, #values
Methods included from InputReferable
Methods included from GenericTakeable
Methods included from GenericFilterable
Methods included from ArrayComputable
Constructor Details
This class inherits a constructor from Arrow::Array
Instance Method Details
#get_value(i) ⇒ Object
22 23 24 |
# File 'lib/arrow/fixed-size-binary-array.rb', line 22 def get_value(i) get_value_raw(i).to_s end |
#get_value_raw ⇒ Object
20 |
# File 'lib/arrow/fixed-size-binary-array.rb', line 20 alias_method :get_value_raw, :get_value |