Class: ActiveRecord::ConnectionAdapters::Clickhouse::OID::BigInteger

Inherits:
Type::BigInteger
  • Object
show all
Defined in:
lib/active_record/connection_adapters/clickhouse/oid/big_integer.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#limitObject



12
13
14
# File 'lib/active_record/connection_adapters/clickhouse/oid/big_integer.rb', line 12

def limit
  DEFAULT_LIMIT
end

#typeObject



8
9
10
# File 'lib/active_record/connection_adapters/clickhouse/oid/big_integer.rb', line 8

def type
  :big_integer
end