MCPcopy Create free account
hub / github.com/cwida/ALP / IsValid

Method IsValid

publication/source_code/include/duckdb/constants.hpp:127–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 inline bool operator!=(const PhysicalIndex& rhs) const { return index != rhs.index; };
126 inline bool operator<(const PhysicalIndex& rhs) const { return index < rhs.index; };
127 bool IsValid() { return index != DConstants::INVALID_INDEX; }
128};
129
130DUCKDB_API uint64_t NextPowerOfTwo(uint64_t v);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected