kudu::client::KuduInsert Class Reference

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

#include <write_op.h>

Inheritance diagram for kudu::client::KuduInsert:
kudu::client::KuduWriteOperation

List of all members.

Public Member Functions

virtual std::string ToString () const OVERRIDE

Friends

class KuduTable

Detailed Description

A single row insert to be sent to the cluster.

Precondition:
An insert requires all key columns to be set, as well as all columns which do not have default values.

Member Function Documentation

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