OmniSciDB
a5dc49c757
|
#include <Codec.h>
Public Member Functions | |
FixedWidthReal (const bool is_double) | |
llvm::Instruction * | codegenDecode (llvm::Value *byte_stream, llvm::Value *pos, llvm::Module *llvm_module) const override |
Public Member Functions inherited from Decoder | |
virtual | ~Decoder () |
Private Attributes | |
const bool | is_double_ |
|
overridevirtual |
Implements Decoder.
Definition at line 76 of file Codec.cpp.
References run_benchmark_import::args, CHECK, f(), and is_double_.
|
private |
Definition at line 76 of file Codec.h.
Referenced by codegenDecode().