OmniSciDB
a5dc49c757
|
#include "AlterColumnRecovery.h"
#include <filesystem>
#include "Catalog/SysCatalog.h"
#include "LockMgr/LockMgr.h"
#include "QueryEngine/ExternalCacheInvalidators.h"
#include "Shared/JsonUtils.h"
#include "Utils/DdlUtils.h"
Go to the source code of this file.
Namespaces | |
json_utils | |
Functions | |
void | json_utils::set_value (rapidjson::Value &json_val, const ColumnDescriptor &column_desc, rapidjson::Document::AllocatorType &allocator) |
void | json_utils::get_value (const rapidjson::Value &json_val, ColumnDescriptor &column_desc) |