Class: Cequel::Type::Varint

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

Overview

‘varint` columns store arbitrary-length integer data

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



479
480
481
# File 'lib/cequel/type.rb', line 479

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