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:
kudu::client::KuduWriteOperation

List of all members.

Public Member Functions

virtual std::string ToString () const OVERRIDE

Friends

class KuduTable

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 [inline, virtual]

Returns:
String representation of the operation.

Implements kudu::client::KuduWriteOperation.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines