#include "Common/Compat.h"#include "../ThriftBroker/SerializedCellsReader.h"#include "../ThriftBroker/SerializedCellsWriter.h"#include <boost/python.hpp>
Go to the source code of this file.
Typedefs | |
| typedef bool(SerializedCellsWriter::* | addfn )(const char *row, const char *column_family, const char *column_qualifier, int64_t timestamp, const char *value, int32_t value_length, int cell_flag) |
| typedef const char *(SerializedCellsWriter::* | getfn )() |
| typedef int32_t(SerializedCellsWriter::* | getlenfn )() |
Functions | |
| static PyObject * | convert (const SerializedCellsWriter &scw) |
| BOOST_PYTHON_MODULE (libHyperPython) | |
Variables | |
| static addfn | afn = &Hypertable::SerializedCellsWriter::add |
| static getlenfn | lenfn = &Hypertable::SerializedCellsWriter::get_buffer_length |
| typedef bool(SerializedCellsWriter::* addfn)(const char *row, const char *column_family, const char *column_qualifier, int64_t timestamp, const char *value, int32_t value_length, int cell_flag) |
Definition at line 29 of file SerializedCells.cc.
| typedef const char*(SerializedCellsWriter::* getfn)() |
Definition at line 33 of file SerializedCells.cc.
| typedef int32_t(SerializedCellsWriter::* getlenfn)() |
Definition at line 34 of file SerializedCells.cc.
| BOOST_PYTHON_MODULE | ( | libHyperPython | ) |
Definition at line 45 of file SerializedCells.cc.
|
static |
Definition at line 39 of file SerializedCells.cc.
|
static |
Definition at line 36 of file SerializedCells.cc.
|
static |
Definition at line 37 of file SerializedCells.cc.
1.8.8