◆ LogicalIndex()
| duckdb::LogicalIndex::LogicalIndex |
( |
idx_t |
index | ) |
|
|
inlineexplicit |
1123 : index(index) {
1124 }
◆ operator==()
1128 {
1129 return index == rhs.index;
1130 };
◆ operator!=()
1131 {
1132 return index != rhs.index;
1133 };
◆ operator<()
1134 {
1135 return index < rhs.index;
1136 };
◆ IsValid()
| bool duckdb::LogicalIndex::IsValid |
( |
| ) |
|
|
inline |
1137 {
1139 }
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: