MCPcopy Create free account
hub / github.com/ByConity/ByConity / isStringOrFixedString

Method isStringOrFixedString

src/DataTypes/IDataType.h:471–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469 constexpr bool isString() const { return idx == TypeIndex::String; }
470 constexpr bool isFixedString() const { return idx == TypeIndex::FixedString; }
471 constexpr bool isStringOrFixedString() const { return isString() || isFixedString(); }
472
473 constexpr bool isUUID() const { return idx == TypeIndex::UUID; }
474 constexpr bool isIPv4() const { return idx == TypeIndex::IPv4; }

Callers 15

isStringOrFixedStringFunction · 0.80
isNumberOrStringFunction · 0.80
convertFieldToTypeImplFunction · 0.80
getReturnTypeImplMethod · 0.80
executeImplMethod · 0.80
getReturnTypeImplMethod · 0.80
executeImplMethod · 0.80
getReturnTypeImplMethod · 0.80

Calls 2

isStringFunction · 0.85
isFixedStringFunction · 0.85

Tested by

no test coverage detected