You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every call of getCols() re-calculates the result, which is time-consuming. Since we assume the schema of the table won't change in the lifetime of a TableCommon struct, we can memoize the function.
The text was updated successfully, but these errors were encountered:
Enhancement
Every call of getCols() re-calculates the result, which is time-consuming. Since we assume the schema of the table won't change in the lifetime of a TableCommon struct, we can memoize the function.
The text was updated successfully, but these errors were encountered: