Kudu C++ client API
Public Member Functions | Static Public Member Functions | Friends | List of all members
kudu::client::KuduValue Class Reference

A constant cell value with a specific type. More...

#include <value.h>

Public Member Functions

KuduValueClone () const
 

Static Public Member Functions

static KuduValueCopyString (Slice s)
 
Builders from integral types.

Construct a KuduValue object from the given value of integral type.

Parameters
[in]valThe value to build the KuduValue from.
Returns
A new KuduValue object.
static KuduValueFromInt (int64_t val)
 
static KuduValueFromFloat (float f)
 
static KuduValueFromDouble (double d)
 
static KuduValueFromBool (bool b)
 

Friends

class ComparisonPredicateData
 
class InListPredicateData
 
class KuduColumnSpec
 

Detailed Description

A constant cell value with a specific type.

Member Function Documentation

KuduValue* kudu::client::KuduValue::Clone ( ) const
Returns
A new identical KuduValue object.
static KuduValue* kudu::client::KuduValue::CopyString ( Slice  s)
static

Construct a KuduValue by copying the value of the given Slice.

Parameters
[in]sThe slice to copy value from.
Returns
A new KuduValue object.

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