| 
    Kudu C++ client API
    
   | 
 
A single row update 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 () | 
Friends | |
| class | KuduTable | 
Additional Inherited Members | |
  Public Types inherited from kudu::client::KuduWriteOperation | |
| enum | Type { INSERT = 1, UPDATE = 2, DELETE = 3, UPSERT = 4 } | 
| Write operation types.  | |
A single row update to be sent to the cluster.
      
  | 
  inlinevirtual | 
Implements kudu::client::KuduWriteOperation.