Kudu C++ client API
Loading...
Searching...
No Matches
KuduPartialRow Member List

This is the complete list of members for KuduPartialRow, including all inherited members.

AllColumnsSet() constKuduPartialRow
EncodeRowKey(std::string *encoded_key) constKuduPartialRow
GetBinary(const Slice &col_name, Slice *val) const WARN_UNUSED_RESULTKuduPartialRow
GetBinary(int col_idx, Slice *val) const WARN_UNUSED_RESULTKuduPartialRow
GetBool(const Slice &col_name, bool *val) const WARN_UNUSED_RESULTKuduPartialRow
GetBool(int col_idx, bool *val) const WARN_UNUSED_RESULTKuduPartialRow
GetDate(const Slice &col_name, int32_t *days_since_unix_epoch) const WARN_UNUSED_RESULTKuduPartialRow
GetDate(int col_idx, int32_t *days_since_unix_epoch) const WARN_UNUSED_RESULTKuduPartialRow
GetDouble(const Slice &col_name, double *val) const WARN_UNUSED_RESULTKuduPartialRow
GetDouble(int col_idx, double *val) const WARN_UNUSED_RESULTKuduPartialRow
GetFloat(const Slice &col_name, float *val) const WARN_UNUSED_RESULTKuduPartialRow
GetFloat(int col_idx, float *val) const WARN_UNUSED_RESULTKuduPartialRow
GetInt16(const Slice &col_name, int16_t *val) const WARN_UNUSED_RESULTKuduPartialRow
GetInt16(int col_idx, int16_t *val) const WARN_UNUSED_RESULTKuduPartialRow
GetInt32(const Slice &col_name, int32_t *val) const WARN_UNUSED_RESULTKuduPartialRow
GetInt32(int col_idx, int32_t *val) const WARN_UNUSED_RESULTKuduPartialRow
GetInt64(const Slice &col_name, int64_t *val) const WARN_UNUSED_RESULTKuduPartialRow
GetInt64(int col_idx, int64_t *val) const WARN_UNUSED_RESULTKuduPartialRow
GetInt8(const Slice &col_name, int8_t *val) const WARN_UNUSED_RESULTKuduPartialRow
GetInt8(int col_idx, int8_t *val) const WARN_UNUSED_RESULTKuduPartialRow
GetSerial(const Slice &col_name, uint64_t *val) const WARN_UNUSED_RESULTKuduPartialRow
GetSerial(int col_idx, uint64_t *val) const WARN_UNUSED_RESULTKuduPartialRow
GetString(const Slice &col_name, Slice *val) const WARN_UNUSED_RESULTKuduPartialRow
GetString(int col_idx, Slice *val) const WARN_UNUSED_RESULTKuduPartialRow
GetUnixTimeMicros(const Slice &col_name, int64_t *micros_since_utc_epoch) const WARN_UNUSED_RESULTKuduPartialRow
GetUnixTimeMicros(int col_idx, int64_t *micros_since_utc_epoch) const WARN_UNUSED_RESULTKuduPartialRow
GetVarchar(const Slice &col_name, Slice *val) const WARN_UNUSED_RESULTKuduPartialRow
GetVarchar(int col_idx, Slice *val) const WARN_UNUSED_RESULTKuduPartialRow
IsAutoIncrementingColumnSet() constKuduPartialRow
IsColumnSet(const Slice &col_name) constKuduPartialRow
IsColumnSet(int col_idx) constKuduPartialRow
IsKeySet() constKuduPartialRow
IsNonUniqueKeySet() constKuduPartialRow
IsNull(const Slice &col_name) constKuduPartialRow
IsNull(int col_idx) constKuduPartialRow
KuduPartialRow(const Schema *schema)KuduPartialRowexplicit
KuduPartialRow(const KuduPartialRow &other)KuduPartialRow
operator=(KuduPartialRow other)KuduPartialRow
schema() constKuduPartialRowinline
SetBinary(const Slice &col_name, const Slice &val) WARN_UNUSED_RESULTKuduPartialRow
SetBinary(int col_idx, const Slice &val) WARN_UNUSED_RESULTKuduPartialRow
SetBinaryCopy(const Slice &col_name, const Slice &val) WARN_UNUSED_RESULTKuduPartialRow
SetBinaryCopy(int col_idx, const Slice &val) WARN_UNUSED_RESULTKuduPartialRow
SetBinaryNoCopy(const Slice &col_name, const Slice &val) WARN_UNUSED_RESULTKuduPartialRow
SetBinaryNoCopy(int col_idx, const Slice &val) WARN_UNUSED_RESULTKuduPartialRow
SetBool(const Slice &col_name, bool val) WARN_UNUSED_RESULTKuduPartialRow
SetBool(int col_idx, bool val) WARN_UNUSED_RESULTKuduPartialRow
SetDate(const Slice &col_name, int32_t days_since_unix_epoch) WARN_UNUSED_RESULTKuduPartialRow
SetDate(int col_idx, int32_t days_since_unix_epoch) WARN_UNUSED_RESULTKuduPartialRow
SetDouble(const Slice &col_name, double val) WARN_UNUSED_RESULTKuduPartialRow
SetDouble(int col_idx, double val) WARN_UNUSED_RESULTKuduPartialRow
SetFloat(const Slice &col_name, float val) WARN_UNUSED_RESULTKuduPartialRow
SetFloat(int col_idx, float val) WARN_UNUSED_RESULTKuduPartialRow
SetInt16(const Slice &col_name, int16_t val) WARN_UNUSED_RESULTKuduPartialRow
SetInt16(int col_idx, int16_t val) WARN_UNUSED_RESULTKuduPartialRow
SetInt32(const Slice &col_name, int32_t val) WARN_UNUSED_RESULTKuduPartialRow
SetInt32(int col_idx, int32_t val) WARN_UNUSED_RESULTKuduPartialRow
SetInt64(const Slice &col_name, int64_t val) WARN_UNUSED_RESULTKuduPartialRow
SetInt64(int col_idx, int64_t val) WARN_UNUSED_RESULTKuduPartialRow
SetInt8(const Slice &col_name, int8_t val) WARN_UNUSED_RESULTKuduPartialRow
SetInt8(int col_idx, int8_t val) WARN_UNUSED_RESULTKuduPartialRow
SetNull(const Slice &col_name) WARN_UNUSED_RESULTKuduPartialRow
SetNull(int col_idx) WARN_UNUSED_RESULTKuduPartialRow
SetSerial(const Slice &col_name, uint64_t val) WARN_UNUSED_RESULTKuduPartialRow
SetSerial(int col_idx, uint64_t val) WARN_UNUSED_RESULTKuduPartialRow
SetString(const Slice &col_name, const Slice &val) WARN_UNUSED_RESULTKuduPartialRow
SetString(int col_idx, const Slice &val) WARN_UNUSED_RESULTKuduPartialRow
SetStringCopy(const Slice &col_name, const Slice &val) WARN_UNUSED_RESULTKuduPartialRow
SetStringCopy(int col_idx, const Slice &val) WARN_UNUSED_RESULTKuduPartialRow
SetStringNoCopy(const Slice &col_name, const Slice &val) WARN_UNUSED_RESULTKuduPartialRow
SetStringNoCopy(int col_idx, const Slice &val) WARN_UNUSED_RESULTKuduPartialRow
SetUnixTimeMicros(const Slice &col_name, int64_t micros_since_utc_epoch) WARN_UNUSED_RESULTKuduPartialRow
SetUnixTimeMicros(int col_idx, int64_t micros_since_utc_epoch) WARN_UNUSED_RESULTKuduPartialRow
SetVarchar(const Slice &col_name, const Slice &val) WARN_UNUSED_RESULTKuduPartialRow
SetVarchar(int col_idx, const Slice &val) WARN_UNUSED_RESULTKuduPartialRow
SetVarcharNoCopyUnsafe(const Slice &col_name, const Slice &val) WARN_UNUSED_RESULTKuduPartialRow
SetVarcharNoCopyUnsafe(int col_idx, const Slice &val) WARN_UNUSED_RESULTKuduPartialRow
ToEncodedRowKeyOrDie() constKuduPartialRow
ToString() constKuduPartialRow
Unset(const Slice &col_name) WARN_UNUSED_RESULTKuduPartialRow
Unset(int col_idx) WARN_UNUSED_RESULTKuduPartialRow
~KuduPartialRow() (defined in KuduPartialRow)KuduPartialRowvirtual