push again

This commit is contained in:
taiyang-li 2022-03-24 11:32:35 +08:00
parent f84a88e48f
commit 95dd4a5c14

View File

@ -74,6 +74,7 @@ private:
const ASTPtr & ast_function, ContextPtr context, const std::string & table_name, ColumnsDescription cached_columns) const = 0;
virtual const char * getStorageTypeName() const = 0;
virtual AccessType getSourceAccessType() const;
};