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

Method isFixedString

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

Source from the content-addressed store, hash-verified

434
435 constexpr bool isString() const { return idx == TypeIndex::String; }
436 constexpr bool isFixedString() const { return idx == TypeIndex::FixedString; }
437 constexpr bool isStringOrFixedString() const { return isString() || isFixedString(); }
438
439 constexpr bool isUUID() const { return idx == TypeIndex::UUID; }

Callers 15

createNestedMethod · 0.80
textIndexValidatorFunction · 0.80
assertIndexColumnsTypeFunction · 0.80
resolveTimeSeriesTypesFunction · 0.80
getDefaultMethod · 0.80
createDeserializeFnMethod · 0.80
kindForTypeMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected