kudu::client::KuduValue Class Reference

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

#include <value.h>

List of all members.

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] val The 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 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] s The slice to copy value from.
Returns:
A new KuduValue object.

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines