#include "service/hs2-util.h"
#include "common/logging.h"
#include "runtime/raw-value.h"
#include "runtime/types.h"
#include <gutil/strings/substitute.h>
#include "common/names.h"
Go to the source code of this file.
|
void | SetNullBit (uint32_t row_idx, bool is_null, string *nulls) |
|
bool | GetNullBit (const string &nulls, uint32_t row_idx) |
|
template<typename T > |
void | PrintVal (const T &val, ostream *ss) |
|
bool GetNullBit |
( |
const string & |
nulls, |
|
|
uint32_t |
row_idx |
|
) |
| |
|
inline |
template<typename T >
void PrintVal |
( |
const T & |
val, |
|
|
ostream * |
ss |
|
) |
| |
void SetNullBit |
( |
uint32_t |
row_idx, |
|
|
bool |
is_null, |
|
|
string * |
nulls |
|
) |
| |
|
inline |