Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
validateKeyTypes
Function · 0.45
getItemsByTwoKeyColumnsImpl
Method · 0.45
getItemsByTwoKeyColumnsShortCircuitImpl
Method · 0.45
encodeDataTypeImpl
Function · 0.45
findKeyPositionsDispatch
Function · 0.45
extractValuesFixedString
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected