#pragma once #include #include namespace DB { time_t getValidUntilFromAST(ASTPtr valid_until, ContextPtr context); }