◆ PhysicalIndex()
| duckdb::PhysicalIndex::PhysicalIndex |
( |
idx_t |
index | ) |
|
|
inlineexplicit |
1143 : index(index) {
1144 }
◆ operator==()
1148 {
1149 return index == rhs.index;
1150 };
◆ operator!=()
1151 {
1152 return index != rhs.index;
1153 };
◆ operator<()
1154 {
1155 return index < rhs.index;
1156 };
◆ IsValid()
| bool duckdb::PhysicalIndex::IsValid |
( |
| ) |
|
|
inline |
1157 {
1159 }
static constexpr const idx_t INVALID_INDEX
The value used to signify an invalid index entry.
Definition duckdb.hpp:1117
The documentation for this struct was generated from the following file: