| 29 | } |
| 30 | |
| 31 | static Table* getTable(const ClientContext& context, const std::string& tableName) { |
| 32 | return StorageManager::Get(context)->getTable(getEntry(context, tableName)->getTableID()); |
| 33 | } |
| 34 | |
| 35 | static bool validateNumericalType(const LogicalType& type) { |
| 36 | switch (type.getLogicalTypeID()) { |