Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ddf-project/DDF
/ getTableName
Method
getTableName
core/src/main/java/io/ddf/DDF.java:352–354 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
350
}
351
352
public
String getTableName() {
353
return
this.getSchema().getTableName();
354
}
355
356
public
List<String> getColumnNames() {
357
return
this.getSchema().getColumnNames();
Callers
6
transfer
Method · 0.95
sql
Method · 0.95
sqlTyped
Method · 0.95
sql2ddf
Method · 0.95
run
Method · 0.95
handleDDFUUID
Method · 0.95
Calls
2
getSchema
Method · 0.95
getTableName
Method · 0.65
Tested by
no test coverage detected