Kudu C++ client API
Loading...
Searching...
No Matches
KuduScanBatch::RowPtr Member List

This is the complete list of members for KuduScanBatch::RowPtr, including all inherited members.

cell(int col_idx) constKuduScanBatch::RowPtr
GetBinary(const Slice &col_name, Slice *val) const WARN_UNUSED_RESULTKuduScanBatch::RowPtr
GetBinary(int col_idx, Slice *val) const WARN_UNUSED_RESULTKuduScanBatch::RowPtr
GetBool(const Slice &col_name, bool *val) const WARN_UNUSED_RESULTKuduScanBatch::RowPtr
GetBool(int col_idx, bool *val) const WARN_UNUSED_RESULTKuduScanBatch::RowPtr
GetDate(const Slice &col_name, int32_t *days_since_unix_epoch) const WARN_UNUSED_RESULTKuduScanBatch::RowPtr
GetDate(int col_idx, int32_t *days_since_unix_epoch) const WARN_UNUSED_RESULTKuduScanBatch::RowPtr
GetDouble(const Slice &col_name, double *val) const WARN_UNUSED_RESULTKuduScanBatch::RowPtr
GetDouble(int col_idx, double *val) const WARN_UNUSED_RESULTKuduScanBatch::RowPtr
GetFloat(const Slice &col_name, float *val) const WARN_UNUSED_RESULTKuduScanBatch::RowPtr
GetFloat(int col_idx, float *val) const WARN_UNUSED_RESULTKuduScanBatch::RowPtr
GetInt16(const Slice &col_name, int16_t *val) const WARN_UNUSED_RESULTKuduScanBatch::RowPtr
GetInt16(int col_idx, int16_t *val) const WARN_UNUSED_RESULTKuduScanBatch::RowPtr
GetInt32(const Slice &col_name, int32_t *val) const WARN_UNUSED_RESULTKuduScanBatch::RowPtr
GetInt32(int col_idx, int32_t *val) const WARN_UNUSED_RESULTKuduScanBatch::RowPtr
GetInt64(const Slice &col_name, int64_t *val) const WARN_UNUSED_RESULTKuduScanBatch::RowPtr
GetInt64(int col_idx, int64_t *val) const WARN_UNUSED_RESULTKuduScanBatch::RowPtr
GetInt8(const Slice &col_name, int8_t *val) const WARN_UNUSED_RESULTKuduScanBatch::RowPtr
GetInt8(int col_idx, int8_t *val) const WARN_UNUSED_RESULTKuduScanBatch::RowPtr
GetString(const Slice &col_name, Slice *val) const WARN_UNUSED_RESULTKuduScanBatch::RowPtr
GetString(int col_idx, Slice *val) const WARN_UNUSED_RESULTKuduScanBatch::RowPtr
GetUnixTimeMicros(const Slice &col_name, int64_t *micros_since_utc_epoch) const WARN_UNUSED_RESULTKuduScanBatch::RowPtr
GetUnixTimeMicros(int col_idx, int64_t *micros_since_utc_epoch) const WARN_UNUSED_RESULTKuduScanBatch::RowPtr
GetVarchar(const Slice &col_name, Slice *val) const WARN_UNUSED_RESULTKuduScanBatch::RowPtr
GetVarchar(int col_idx, Slice *val) const WARN_UNUSED_RESULTKuduScanBatch::RowPtr
IsDeleted(bool *val) const WARN_UNUSED_RESULT KUDU_NO_EXPORTKuduScanBatch::RowPtr
IsNull(const Slice &col_name) constKuduScanBatch::RowPtr
IsNull(int col_idx) constKuduScanBatch::RowPtr
operator->() constKuduScanBatch::RowPtrinline
RowPtr()KuduScanBatch::RowPtrinline
ToString() constKuduScanBatch::RowPtr