Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ddf-project/DDF
/ setColumnNames
Method
setColumnNames
core/src/main/java/io/ddf/DDF.java:360–360 ·
view source on GitHub ↗
(List<String> columnNames)
Source
from the content-addressed store, hash-verified
358
}
359
360
public
void
setColumnNames(List<String> columnNames) throws DDFException {this.getSchema().setColumnNames(columnNames);}
361
362
363
public
long getNumRows() throws DDFException {
Callers
nothing calls this directly
Calls
1
getSchema
Method · 0.95
Tested by
no test coverage detected