Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddf-project/DDF
/ setTableName
Method
setTableName
core/src/main/java/io/ddf/content/Schema.java:132–134 ·
view source on GitHub ↗
(String mTableName)
Source
from the content-addressed store, hash-verified
130
}
131
132
public
void
setTableName(String mTableName) {
133
this.mTableName = mTableName;
134
}
135
136
public
List<Column> getColumns() {
137
List<Column> columns =
new
ArrayList<Column>();
Callers
1
initialize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected