Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddf-project/DDF
/ getNumRows
Method
getNumRows
core/src/main/java/io/ddf/DDF.java:363–365 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
361
362
363
public
long getNumRows() throws DDFException {
364
return
this.getMetaDataHandler().getNumRows();
365
}
366
367
public
int
getNumColumns() {
368
return
this.getSchemaHandler().getNumColumns();
Callers
15
testBasicCopyForS3
Method · 0.95
testNull
Method · 0.95
testCopyFromHDFS
Method · 0.95
testTransformScaleStandard
Method · 0.95
testTransformSql
Method · 0.95
testTransformSqlWithNames
Method · 0.95
testTransformSqlWithNamesMutable
Method · 0.95
testFlattenDDFAllColumns
Method · 0.95
testFlattenDDFSingleColumn
Method · 0.95
testSubsettingWithGrep
Method · 0.95
testSubsettingWithGrepIgnoreCase
Method · 0.95
testSampleWithSizeToDDF
Method · 0.95
Calls
2
getMetaDataHandler
Method · 0.95
getNumRows
Method · 0.65
Tested by
15
testBasicCopyForS3
Method · 0.76
testNull
Method · 0.76
testCopyFromHDFS
Method · 0.76
testTransformScaleStandard
Method · 0.76
testTransformSql
Method · 0.76
testTransformSqlWithNames
Method · 0.76
testTransformSqlWithNamesMutable
Method · 0.76
testFlattenDDFAllColumns
Method · 0.76
testFlattenDDFSingleColumn
Method · 0.76
testSubsettingWithGrep
Method · 0.76
testSubsettingWithGrepIgnoreCase
Method · 0.76
testSampleWithSizeToDDF
Method · 0.76