MCPcopy 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

transferMethod · 0.95
sqlMethod · 0.95
sqlTypedMethod · 0.95
sql2ddfMethod · 0.95
runMethod · 0.95
handleDDFUUIDMethod · 0.95

Calls 2

getSchemaMethod · 0.95
getTableNameMethod · 0.65

Tested by

no test coverage detected