Kudu C++ client API
Loading...
Searching...
No Matches
Public Member Functions | List of all members
kudu::client::KuduInsertIgnore Class Reference

A single row insert ignore to be sent to the cluster, duplicate row errors are ignored. More...

#include <write_op.h>

Inheritance diagram for kudu::client::KuduInsertIgnore:
kudu::client::KuduWriteOperation

Public Member Functions

virtual std::string ToString () const OVERRIDE
 
- Public Member Functions inherited from kudu::client::KuduWriteOperation
const KuduPartialRowrow () const
 
KuduPartialRowmutable_row ()
 
const KuduTabletable () const
 

Additional Inherited Members

- Public Types inherited from kudu::client::KuduWriteOperation
enum  Type {
  INSERT = 1 , UPDATE = 2 , DELETE = 3 , UPSERT = 4 ,
  INSERT_IGNORE = 5 , UPDATE_IGNORE = 6 , DELETE_IGNORE = 7 , UPSERT_IGNORE = 8
}
 Write operation types.
 

Detailed Description

A single row insert ignore to be sent to the cluster, duplicate row errors are ignored.

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

Member Function Documentation

◆ ToString()

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

Returns
String representation of the operation.

Implements kudu::client::KuduWriteOperation.


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