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

Method subset

core/src/main/java/io/ddf/content/ViewHandler.java:179–185  ·  view source on GitHub ↗
(List<Column> columnExpr, Expression filter)

Source from the content-addressed store, hash-verified

177 }
178
179 @Override
180 public DDF subset(List<Column> columnExpr, Expression filter) throws DDFException {
181 DDF subset = _subset(columnExpr, filter);
182 subset.getMetaDataHandler().copyFactor(this.getDDF(), this.getDDF().getColumnNames());
183 return subset;
184
185 }
186
187 protected DDF _subset(List<Column> columnExpr, Expression filter) throws DDFException {
188 updateVectorName(filter, this.getDDF());

Callers

nothing calls this directly

Calls 5

_subsetMethod · 0.95
getMetaDataHandlerMethod · 0.95
copyFactorMethod · 0.65
getDDFMethod · 0.65
getColumnNamesMethod · 0.45

Tested by

no test coverage detected