#include "DB2FileLoader.h"
#include "ByteConverter.h"
#include "DB2Meta.h"
#include "Errors.h"
#include "StringFormat.h"
#include <fmt/ranges.h>
#include <limits>
#include <memory>
#include <system_error>
#include <unordered_map>
#include <utility>
#include <vector>
#include <cstring>
Go to the source code of this file.
◆ DB2ColumnCompression
| Enumerator |
|---|
| None | |
| Immediate | |
| CommonData | |
| Pallet | |
| PalletArray | |
| SignedImmediate | |
Definition at line 32 of file DB2FileLoader.cpp.
◆ IsKnownTactId()
| static bool IsKnownTactId |
( |
uint64 |
tactId | ) |
|
|
static |
◆ EmptyDb2String
| char const* const EmptyDb2String = "" |
|
static |