Class: Arrow::FixedSizeBinaryArray

Inherits:
Array
  • Object
show all
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

#vector

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

#refer_input, #share_input

Methods included from GenericTakeable

included, #take_generic

Methods included from GenericFilterable

#filter_generic, included

Methods included from ArrayComputable

#index, #max, #min, #uniq

Constructor Details

This class inherits a constructor from Arrow::Array

Instance Method Details

#get_value(i) ⇒ Object

Since:

  • 3.0.0



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_rawObject



20
# File 'lib/arrow/fixed-size-binary-array.rb', line 20

alias_method :get_value_raw, :get_value