MCPcopy Index your code
hub / github.com/ddf-project/DDF / getSchema

Method getSchema

core/src/main/java/io/ddf/DDF.java:344–346  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

342 // ////// MetaData that deserves to be right here at the top level ////////
343
344 public Schema getSchema() {
345 return this.getSchemaHandler().getSchema();
346 }
347
348 public Column getColumn(String column) throws DDFException {
349 return this.getSchema().getColumn(column);

Callers 11

getColumnMethod · 0.95
getTableNameMethod · 0.95
getColumnNamesMethod · 0.95
setColumnNamesMethod · 0.95
getColumnIndexMethod · 0.95
getColumnNameMethod · 0.95
getVectorQuantilesMethod · 0.95
beforePersistingMethod · 0.95
projectMethod · 0.95

Calls 2

getSchemaHandlerMethod · 0.95
getSchemaMethod · 0.65

Tested by 2