OmniSciDB
c1a53651b2
|
#include <Codec.h>
Public Member Functions | |
FixedWidthSmallDate (const size_t byte_width) | |
llvm::Instruction * | codegenDecode (llvm::Value *byte_stream, llvm::Value *pos, llvm::Module *llvm_module) const override |
![]() | |
virtual | ~Decoder () |
Private Attributes | |
const size_t | byte_width_ |
const int32_t | null_val_ |
Static Private Attributes | |
static constexpr int64_t | ret_null_val_ = NULL_BIGINT |
FixedWidthSmallDate::FixedWidthSmallDate | ( | const size_t | byte_width | ) |
|
overridevirtual |
Implements Decoder.
Definition at line 89 of file Codec.cpp.
References run_benchmark_import::args, byte_width_, CHECK, anonymous_namespace{Utm.h}::f, null_val_, and ret_null_val_.
|
private |
Definition at line 87 of file Codec.h.
Referenced by codegenDecode().
|
private |
Definition at line 88 of file Codec.h.
Referenced by codegenDecode().
|
staticprivate |
Definition at line 89 of file Codec.h.
Referenced by codegenDecode().