mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
forgot about query_plan
This commit is contained in:
parent
397a1700c7
commit
e4394debd4
@ -145,7 +145,7 @@ StorageSnapshotPtr StorageMemory::getStorageSnapshot(const StorageMetadataPtr &
|
||||
}
|
||||
|
||||
void StorageMemory::read(
|
||||
QueryPlan & /*query_plan*/,
|
||||
QueryPlan & query_plan,
|
||||
const Names & column_names,
|
||||
const StorageSnapshotPtr & storage_snapshot,
|
||||
SelectQueryInfo & /*query_info*/,
|
||||
|
Loading…
Reference in New Issue
Block a user