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

Function getInfo

src/function/table/table_info.cpp:114–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114static PropertyInfo getInfo(const binder::PropertyDefinition& def) {
115 auto info = PropertyInfo();
116 info.name = def.getName();
117 info.type = def.getType().toString();
118 info.defaultVal = def.getDefaultExpressionName();
119 return info;
120}
121
122static std::vector<PropertyInfo> getForeignPropertyInfos(TableCatalogEntry* entry) {
123 std::vector<PropertyInfo> infos;

Callers 3

getForeignPropertyInfosFunction · 0.85
getNodePropertyInfosFunction · 0.85
getRelPropertyInfosFunction · 0.85

Calls 4

PropertyInfoClass · 0.85
getNameMethod · 0.45
toStringMethod · 0.45
getTypeMethod · 0.45

Tested by

no test coverage detected