-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
open rows totalRow property #1054
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1054 +/- ##
=======================================
Coverage 97.70% 97.70%
=======================================
Files 29 29
Lines 17011 17019 +8
=======================================
+ Hits 16621 16629 +8
Misses 267 267
Partials 123 123
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Hi @oneweek20169902, I've accepted this PR and introduced |
This removed 3 exported functions: `TotalCols`, `CurrentCol` and `CurrentRow`
This removed 3 exported functions: `TotalCols`, `CurrentCol` and `CurrentRow`
This removed 3 exported functions: `TotalCols`, `CurrentCol` and `CurrentRow`
PR Details
Rows struct 开放私有属性totalRow
Description
Rows.Next() totalRow>TotalRow
Rows() totalRow>TotalRow
Motivation and Context
因为我需要将读出来的数据写入到数据库,如果单条写入,速度太慢,所以需要批量写入。而批量写入的拆分条件就需要根据总量计算出来。
How Has This Been Tested
Types of changes
Checklist