Conform clang-tidy
This commit is contained in:
parent
1b73ca4860
commit
a65ea4fe01
@ -554,7 +554,7 @@ ScanAllByPrimaryKey::ScanAllByPrimaryKey(const std::shared_ptr<LogicalOperator>
|
|||||||
|
|
||||||
ACCEPT_WITH_INPUT(ScanAllByPrimaryKey)
|
ACCEPT_WITH_INPUT(ScanAllByPrimaryKey)
|
||||||
|
|
||||||
UniqueCursorPtr ScanAllByPrimaryKey::MakeCursor(utils::MemoryResource *mem) const {
|
UniqueCursorPtr ScanAllByPrimaryKey::MakeCursor(utils::MemoryResource * /*mem*/) const {
|
||||||
// EventCounter::IncrementCounter(EventCounter::ScanAllByPrimaryKeyOperator);
|
// EventCounter::IncrementCounter(EventCounter::ScanAllByPrimaryKeyOperator);
|
||||||
throw QueryRuntimeException("ScanAllByPrimaryKey cursur is yet to be implemented.");
|
throw QueryRuntimeException("ScanAllByPrimaryKey cursur is yet to be implemented.");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user