Class: Arrow::Int8Array

Inherits:
Array
  • Object
show all
Defined in:
lib/arrow/jruby/array.rb

Constant Summary collapse

Vector =
org.apache.arrow.vector.SmallIntVector
ValueDataType =
Int8DataType

Constants inherited from Array

Array::VectorAppender, Array::VectorEqualsVisitor

Instance Attribute Summary

Attributes inherited from Array

#vector

Method Summary

Methods inherited from Array

#+, #==, #[], builder_class, #cast, #close, #concatenate, #concatenate_raw, #each, #equal_array?, #get_value, #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