#include <table.h>
|
|
class | detail::table_impl |
|
class | detail::tables_impl |
◆ get_key_value_binary_view()
Gets the key-value binary view.
- Returns
- Key-value binary view.
◆ get_key_value_view()
template<typename K, typename V>
Gets the key-value view.
Template functions convert_to_tuple() and convert_from_tuple() should be specialized for the types K and V.
- See also
- See type_mapping.h for details.
- Returns
- Key-value view.
◆ get_name()
| const std::string & ignite::table::get_name |
( |
| ) |
const |
|
nodiscardnoexcept |
Gets the table name.
- Returns
- Table name.
◆ get_qualified_name()
Gets the table qualified name.
- Returns
- Table qualified name.
◆ get_record_binary_view()
Gets the record binary view.
- Returns
- Record binary view.
◆ get_record_view()
template<typename T>
| record_view< T > ignite::table::get_record_view |
( |
| ) |
const |
|
inlinenodiscardnoexcept |
Gets the record view for the type.
Template functions convert_to_tuple() and convert_from_tuple() should be specialized for the type T.
- See also
- See type_mapping.h for details.
- Returns
- Record view.
The documentation for this class was generated from the following files:
- ignite/client/table/table.h
- ignite/client/table/table.cpp