|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "exec/hdfs-sequence-scanner.h"#include "codegen/llvm-codegen.h"#include "exec/delimited-text-parser.inline.h"#include "exec/hdfs-scan-node.h"#include "exec/scanner-context.inline.h"#include "exec/text-converter.inline.h"#include "runtime/descriptors.h"#include "runtime/runtime-state.h"#include "runtime/tuple.h"#include "runtime/tuple-row.h"#include "util/codec.h"#include "common/names.h"Go to the source code of this file.
Macros | |
| #define | RETURN_IF_FALSE(x) if (UNLIKELY(!(x))) return parse_status_ |
| #define RETURN_IF_FALSE | ( | x | ) | if (UNLIKELY(!(x))) return parse_status_ |
Definition at line 38 of file hdfs-sequence-scanner.cc.
Referenced by impala::HdfsSequenceScanner::GetRecord(), impala::HdfsSequenceScanner::ProcessBlockCompressedScanRange(), impala::HdfsSequenceScanner::ProcessRange(), impala::HdfsSequenceScanner::ReadBlockHeader(), impala::HdfsSequenceScanner::ReadCompressedBlock(), and impala::HdfsSequenceScanner::ReadFileHeader().