Class: ClickHouse::Type::MapType

Inherits:
BaseType
  • Object
show all
Defined in:
lib/click_house/type/map_type.rb

Instance Method Summary collapse

Methods inherited from BaseType

#cast, #cast_each, #container?, #serialize_each, #tuple?

Instance Method Details

#ddl?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/click_house/type/map_type.rb', line 10

def ddl?
  false
end

#map?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/click_house/type/map_type.rb', line 6

def map?
  true
end