add allowReadCaseInsentitive func

This commit is contained in:
kevinyhzou 2024-08-13 09:41:19 +08:00
parent 29c94195e1
commit b8e967ff9c

View File

@ -68,6 +68,8 @@ protected:
virtual bool allowSyncAfterError() const { return false; }
virtual void syncAfterError();
virtual bool allReadColumnCaseInsensitive() const { return false; }
/// In case of parse error, try to roll back and parse last one or two rows very carefully
/// and collect as much as possible diagnostic information about error.
/// If not implemented, returns empty string.