Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testDelim
Method · 0.95
testTransformPython
Method · 0.95
testTransformPythonInPlace
Method · 0.95
testTransformSql
Method · 0.95
testTransformSqlWithNames
Method · 0.95
testTransformSqlWithNamesMutable
Method · 0.95
testRemoveColumns
Method · 0.95
describeTable
Method · 0.95
main
Method · 0.95
Calls
2
getSchemaHandler
Method · 0.95
getNumColumns
Method · 0.65
Tested by
7
testDelim
Method · 0.76
testTransformPython
Method · 0.76
testTransformPythonInPlace
Method · 0.76
testTransformSql
Method · 0.76
testTransformSqlWithNames
Method · 0.76
testTransformSqlWithNamesMutable
Method · 0.76
testRemoveColumns
Method · 0.76