Class: Arrow::Scalar

Inherits:
Object
  • Object
show all
Defined in:
lib/arrow/scalar.rb

Instance Method Summary collapse

Instance Method Details

#equal_scalar?(other, options = nil) ⇒ Boolean

Returns ‘true` if both of them have the same data, `false` otherwise.

Parameters:

Returns:

  • (Boolean)

    ‘true` if both of them have the same data, `false` otherwise.

Since:

  • 5.0.0



28
29
30
# File 'lib/arrow/scalar.rb', line 28

def equal_scalar?(other, options=nil)
  equal_options(other, options)
end