MCPcopy 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();

Calls 2

getMetaDataHandlerMethod · 0.95
getNumRowsMethod · 0.65

Tested by 15

testBasicCopyForS3Method · 0.76
testNullMethod · 0.76
testCopyFromHDFSMethod · 0.76
testTransformSqlMethod · 0.76