SysTable_Operator is an in-memory cached record in the system catalog SysTable_Operator.
More...
#include <catalog/systables/Operator.h>
SysTable_Operator is an in-memory cached record in the system catalog SysTable_Operator.
◆ SysTable_Operator() [1/2]
taco::SysTable_Operator::SysTable_Operator |
( |
uint8_t |
optype, |
|
|
Oid |
opfuncid, |
|
|
Oid |
oparg0typid, |
|
|
Oid |
oparg1typid |
|
) |
| |
|
inlineprivate |
◆ SysTable_Operator() [2/2]
◆ Create()
Creates a new SysTable_Operator with a data vector read from some record payload.
This function is private and only accessible to the catalog cache implementation.
◆ GetDatumVector()
std::vector< Datum > taco::SysTable_Operator::GetDatumVector |
( |
| ) |
const |
|
private |
Returns all the fields as a datum vector.
Note that the entry itself must be kept alive when the datum vector is accessed, as we may return references without copying the underlying data. This function is private and only accessible to the catalog cache implementation.
◆ oparg0typid()
constexpr Oid taco::SysTable_Operator::oparg0typid |
( |
| ) |
const |
|
inlineconstexpr |
Returns the type id of the operand 0.
◆ oparg0typid_colid()
static constexpr FieldId taco::SysTable_Operator::oparg0typid_colid |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ oparg1typid()
constexpr Oid taco::SysTable_Operator::oparg1typid |
( |
| ) |
const |
|
inlineconstexpr |
Returns the type id of the operand 1.
◆ oparg1typid_colid()
static constexpr FieldId taco::SysTable_Operator::oparg1typid_colid |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ operator=()
◆ opfuncid()
constexpr Oid taco::SysTable_Operator::opfuncid |
( |
| ) |
const |
|
inlineconstexpr |
◆ opfuncid_colid()
static constexpr FieldId taco::SysTable_Operator::opfuncid_colid |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ optype()
constexpr uint8_t taco::SysTable_Operator::optype |
( |
| ) |
const |
|
inlineconstexpr |
◆ optype_colid()
static constexpr FieldId taco::SysTable_Operator::optype_colid |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ BootstrapCatCache
◆ CatCacheInternalAccess
◆ m_oparg0typid
Oid taco::SysTable_Operator::m_oparg0typid |
|
private |
◆ m_oparg1typid
Oid taco::SysTable_Operator::m_oparg1typid |
|
private |
◆ m_opfuncid
Oid taco::SysTable_Operator::m_opfuncid |
|
private |
◆ m_optype
uint8_t taco::SysTable_Operator::m_optype |
|
private |
The documentation for this class was generated from the following files: