MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / getNestedType

Method getNestedType

src/DataTypes/DataTypeQBit.cpp:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70DataTypePtr DataTypeQBit::getNestedType() const
71{
72 auto fixed_string_type = getNestedTupleElementType();
73 DataTypes tuple_element_types(getElementSize(), fixed_string_type);
74 return std::make_shared<DataTypeTuple>(tuple_element_types);
75}
76
77DataTypePtr DataTypeQBit::getNestedTupleElementType() const
78{

Callers 15

getMethod · 0.80
parseArrayMethod · 0.80
parseArrayContentMethod · 0.80
createNestedMethod · 0.80
flattenNestedMethod · 0.80
isMetadataOnlyConversionFunction · 0.80
prepareMethod · 0.80
estimateValueSizeFunction · 0.80
fillColumnWithRandomDataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected