MCPcopy Create free account
hub / github.com/ddf-project/DDF / getNumColumns

Method getNumColumns

core/src/main/java/io/ddf/DDF.java:367–369  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

365 }
366
367 public int getNumColumns() {
368 return this.getSchemaHandler().getNumColumns();
369 }
370
371 public Date getCreatedTime() {
372 return this.mCreatedTime;

Callers 9

testDelimMethod · 0.95
testTransformPythonMethod · 0.95
testTransformSqlMethod · 0.95
testRemoveColumnsMethod · 0.95
describeTableMethod · 0.95
mainMethod · 0.95

Calls 2

getSchemaHandlerMethod · 0.95
getNumColumnsMethod · 0.65

Tested by 7

testDelimMethod · 0.76
testTransformPythonMethod · 0.76
testTransformSqlMethod · 0.76
testRemoveColumnsMethod · 0.76