Kudu C++ client API
|
A single row upsert to be sent to the cluster. More...
#include <write_op.h>
Public Member Functions | |
virtual std::string | ToString () const OVERRIDE |
Public Member Functions inherited from kudu::client::KuduWriteOperation | |
const KuduPartialRow & | row () const |
KuduPartialRow * | mutable_row () |
const KuduTable * | table () const |
Additional Inherited Members | |
Public Types inherited from kudu::client::KuduWriteOperation | |
enum | Type { INSERT = 1 , UPDATE = 2 , DELETE = 3 , UPSERT = 4 , INSERT_IGNORE = 5 , UPDATE_IGNORE = 6 , DELETE_IGNORE = 7 , UPSERT_IGNORE = 8 } |
Write operation types. | |
A single row upsert to be sent to the cluster.
See KuduInsert for more details.
|
inlinevirtual |
Implements kudu::client::KuduWriteOperation.