Kudu C++ client API
Public Member Functions | Friends | List of all members
kudu::client::KuduDelete Class Reference

A single row delete to be sent to the cluster. More...

#include <write_op.h>

Inheritance diagram for kudu::client::KuduDelete:
Inheritance graph
[legend]
Collaboration diagram for kudu::client::KuduDelete:
Collaboration graph
[legend]

Public Member Functions

virtual std::string ToString () const OVERRIDE
 
- Public Member Functions inherited from kudu::client::KuduWriteOperation
const KuduPartialRowrow () const
 
KuduPartialRowmutable_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.
 

Detailed Description

A single row delete to be sent to the cluster.

Precondition
A delete requires the key columns to be set in the embedded KuduPartialRow object.

Member Function Documentation

virtual std::string kudu::client::KuduDelete::ToString ( ) const
inlinevirtual

Returns
String representation of the operation.

Implements kudu::client::KuduWriteOperation.


The documentation for this class was generated from the following file: