|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "exec/scanner-context.h"#include "exec/read-write-util.h"#include "runtime/string-buffer.h"Go to the source code of this file.
Macros | |
| #define | RETURN_IF_FALSE(x) if (UNLIKELY(!(x))) return false |
| Macro to return false if condition is false. Only defined for this file. More... | |
| #define RETURN_IF_FALSE | ( | x | ) | if (UNLIKELY(!(x))) return false |
Macro to return false if condition is false. Only defined for this file.
Definition at line 26 of file scanner-context.inline.h.
Referenced by impala::ScannerContext::Stream::ReadBoolean(), impala::ScannerContext::Stream::ReadBytes(), impala::ScannerContext::Stream::ReadInt(), impala::ScannerContext::Stream::ReadText(), impala::ScannerContext::Stream::ReadVInt(), impala::ScannerContext::Stream::ReadVLong(), impala::ScannerContext::Stream::ReadZLong(), and impala::ScannerContext::Stream::SkipBytes().