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

Function convertFieldToString

src/Common/FieldVisitorToString.cpp:195–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195String convertFieldToString(const Field & field)
196{
197 if (field.getType() == Field::Types::Which::String)
198 return field.safeGet<String>();
199 return applyVisitor(FieldVisitorToString(), field);
200}
201
202}

Callers 14

readDecimalTextFunction · 0.85
visitFunctionMethod · 0.85
parseLiteralCastedToFunction · 0.85
updateMethod · 0.85
createConfigurationFunction · 0.85
getAttributeExpressionFunction · 0.85
buildLayoutConfigurationFunction · 0.85
buildSingleAttributeFunction · 0.85
buildSourceConfigurationFunction · 0.85

Calls 3

applyVisitorFunction · 0.85
getTypeMethod · 0.45

Tested by

no test coverage detected