Class: ActiveRecord::ConnectionAdapters::Clickhouse::OID::BigInteger
- Inherits:
-
Type::BigInteger
- Object
- Type::BigInteger
- ActiveRecord::ConnectionAdapters::Clickhouse::OID::BigInteger
- Defined in:
- lib/active_record/connection_adapters/clickhouse/oid/big_integer.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#limit ⇒ Object
12 13 14 |
# File 'lib/active_record/connection_adapters/clickhouse/oid/big_integer.rb', line 12 def limit DEFAULT_LIMIT end |
#type ⇒ Object
8 9 10 |
# File 'lib/active_record/connection_adapters/clickhouse/oid/big_integer.rb', line 8 def type :big_integer end |