MCPcopy Create free account
hub / github.com/ddf-project/DDF / getColumnNames

Method getColumnNames

core/src/main/java/io/ddf/content/Schema.java:148–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146 }
147
148 public List<String> getColumnNames() {
149 List<String> columnNames = Lists.newArrayList();
150 for (Column col : mColumns) {
151 columnNames.add(col.getName());
152 }
153 return columnNames;
154 }
155
156 public void setColumnNames(List<String> names) throws DDFException {
157 validateColumnNames(names);

Callers 7

dropNAMethod · 0.45
fillNAMethod · 0.45
fillNAWithValueSQLMethod · 0.45
validateSchemaMethod · 0.45
removeColumnsMethod · 0.45
subsetMethod · 0.45
toStringMethod · 0.45

Calls 2

addMethod · 0.65
getNameMethod · 0.65

Tested by

no test coverage detected