#pragma once #include namespace DB { ASTPtr extractKeyExpressionList(const ASTPtr & node); }