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

Method copy

src/function/table/cache_column.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 : tableEntry{tableEntry}, propertyID{propertyID} {}
28
29 std::unique_ptr<TableFuncBindData> copy() const override {
30 return std::make_unique<CacheArrayColumnBindData>(tableEntry, propertyID);
31 }
32};
33
34static void validateArrayColumnType(const catalog::TableCatalogEntry* entry,

Callers 2

tableFuncFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected