class ActiveRecord::ConnectionAdapters::Kudu::Type::SmallInt

Public Instance Methods

limit() click to toggle source
# File lib/active_record/connection_adapters/kudu/type/small_int.rb, line 15
def limit
  2
end
type() click to toggle source
# File lib/active_record/connection_adapters/kudu/type/small_int.rb, line 11
def type
  :smallint
end