|
Kudu C++ client API
|
A single row insert ignore to be sent to the cluster, duplicate row errors are ignored. More...
#include <write_op.h>
Public Member Functions | |
| 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 insert ignore to be sent to the cluster, duplicate row errors are ignored.
|
inlinevirtual |
Implements kudu::client::KuduWriteOperation.