MCPcopy Create free account
hub / github.com/datasweet/datatable / NumRows

Method NumRows

table.go:33–35  ·  view source on GitHub ↗

NumRows returns the number of rows in datatable

()

Source from the content-addressed store, hash-verified

31
32// NumRows returns the number of rows in datatable
33func (t *DataTable) NumRows() int {
34 return t.nrows
35}
36
37// NumCols returns the number of visible columns in datatable
38func (t *DataTable) NumCols() int {

Callers 10

PrintMethod · 0.95
TestNewTableFunction · 0.80
TestNewRowFunction · 0.80
checkTableFunction · 0.80
TestEmptyCopyFunction · 0.80
TestCopyFunction · 0.80
initHashTableMethod · 0.80
TestSimpleConcatFunction · 0.80
TestGrowColConcatFunction · 0.80
TestConcatWithExprFunction · 0.80

Calls

no outgoing calls

Tested by 8

TestNewTableFunction · 0.64
TestNewRowFunction · 0.64
checkTableFunction · 0.64
TestEmptyCopyFunction · 0.64
TestCopyFunction · 0.64
TestSimpleConcatFunction · 0.64
TestGrowColConcatFunction · 0.64
TestConcatWithExprFunction · 0.64