| 
    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 | |
| virtual std::string | ToString () const OVERRIDE | 
  Public Member Functions inherited from kudu::client::KuduWriteOperation | |
| const KuduPartialRow & | row () const | 
| KuduPartialRow * | mutable_row () | 
Additional Inherited Members | |
  Public Types inherited from kudu::client::KuduWriteOperation | |
| enum | Type {  INSERT = 1, UPDATE = 2, DELETE = 3, UPSERT = 4, INSERT_IGNORE = 5 }  | 
| Write operation types.  | |
A single row insert ignore to be sent to the cluster, duplicate row errors are ignored.
      
  | 
  inlinevirtual | 
Implements kudu::client::KuduWriteOperation.