OmniSciDB
a5dc49c757
|
#include <QueryPhysicalInputsCollector.h>
Public Member Functions | |
size_t | hash () const |
bool | operator== (const PhysicalInput &that) const |
Public Attributes | |
int32_t | col_id |
int32_t | table_id |
int32_t | db_id |
Definition at line 31 of file QueryPhysicalInputsCollector.h.
size_t PhysicalInput::hash | ( | ) | const |
Definition at line 230 of file QueryPhysicalInputsCollector.cpp.
References col_id, shared::compute_hash(), hash_value(), and table_id.
Referenced by std::hash< PhysicalInput >::operator()().
bool PhysicalInput::operator== | ( | const PhysicalInput & | that | ) | const |
Definition at line 235 of file QueryPhysicalInputsCollector.cpp.
References col_id, db_id, and table_id.
int32_t PhysicalInput::col_id |
Definition at line 32 of file QueryPhysicalInputsCollector.h.
Referenced by ThriftSerializers::column_ranges_from_thrift(), hash(), operator<<(), and operator==().
int32_t PhysicalInput::db_id |
Definition at line 34 of file QueryPhysicalInputsCollector.h.
Referenced by operator<<(), and operator==().
int32_t PhysicalInput::table_id |
Definition at line 33 of file QueryPhysicalInputsCollector.h.
Referenced by anonymous_namespace{RelAlgExecutor.cpp}::get_physical_inputs_with_spi_col_id(), getExpressionRange(), hash(), operator<<(), operator==(), and setupSyntheticCaching().