Update IFunction.h

This commit is contained in:
alexey-milovidov 2018-09-26 18:02:56 +03:00 committed by GitHub
parent d526859011
commit 2471332dfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,7 @@ public:
/// Create cache which will be used to store result of function executed on LowCardinality column.
/// Only for default LowCardinality implementation.
/// Cannot be called concurrently for the same object.
void createLowCardinalityResultCache(size_t cache_size);
protected: