kudu::client::KuduUpdate Class Reference

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

#include <write_op.h>

Inheritance diagram for kudu::client::KuduUpdate:
kudu::client::KuduWriteOperation

List of all members.

Public Member Functions

virtual std::string ToString () const OVERRIDE

Friends

class KuduTable

Detailed Description

A single row update to be sent to the cluster.

Precondition:
An update requires the key columns and at least one other column in the schema to be set in the embedded KuduPartialRow object.

Member Function Documentation

virtual std::string kudu::client::KuduUpdate::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