MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / reservedInColumnName

Method reservedInColumnName

src/binder/binder.cpp:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192};
193
194bool Binder::reservedInColumnName(const std::string& name) {
195 auto normalizedName = StringUtils::getUpper(name);
196 return ReservedNames::getColumnNames().contains(normalizedName);
197}
198
199bool Binder::reservedInPropertyLookup(const std::string& name) {
200 auto normalizedName = StringUtils::getUpper(name);

Callers

nothing calls this directly

Calls 2

getColumnNamesFunction · 0.85
containsMethod · 0.45

Tested by

no test coverage detected