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

Method getN

src/DataTypes/DataTypeFixedString.h:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 const char * getFamilyName() const override { return "FixedString"; }
30
31 size_t getN() const
32 {
33 return n;
34 }
35
36 MutableColumnPtr createColumn() const override;
37

Callers 6

validateKeyTypesFunction · 0.45
encodeDataTypeImplFunction · 0.45
findKeyPositionsDispatchFunction · 0.45
extractValuesFixedStringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected