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

Method project

core/src/main/java/io/ddf/content/IHandleViews.java:39–39  ·  view source on GitHub ↗
(String... columnNames)

Source from the content-addressed store, hash-verified

37 public List<String> top(int numRows, String orderCols, String mode) throws DDFException;
38
39 public DDF project(String... columnNames) throws DDFException;
40
41 public DDF project(List<String> columnNames) throws DDFException;
42

Callers 3

projectMethod · 0.65
dropNAMethod · 0.65
projectMethod · 0.65

Implementers 2

ViewsFacadecore/src/main/java/io/ddf/facades/View
ViewHandlercore/src/main/java/io/ddf/content/View

Calls

no outgoing calls

Tested by

no test coverage detected