kudu::client::KuduUpsert Class Reference

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

#include <write_op.h>

Inheritance diagram for kudu::client::KuduUpsert:
kudu::client::KuduWriteOperation

List of all members.

Public Member Functions

virtual std::string ToString () const OVERRIDE

Friends

class KuduTable

Detailed Description

A single row upsert to be sent to the cluster.

See KuduInsert for more details.


Member Function Documentation

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