Class: Cequel::Type::Bigint

Inherits:
Int
  • Object
show all
Defined in:
lib/cequel/type.rb

Overview

‘bigint` columns store 64-bit integer values

See Also:

Since:

  • 1.0.0

Instance Method Summary collapse

Methods inherited from Int

#cast

Methods inherited from Base

#cast, #compatible_types, #cql_aliases, #cql_name, #internal_name, #to_s

Instance Method Details

#internal_namesObject

Since:

  • 1.0.0



349
350
351
# File 'lib/cequel/type.rb', line 349

def internal_names
  ['org.apache.cassandra.db.marshal.LongType']
end