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

Method head

core/src/main/java/io/ddf/content/IHandleViews.java:35–35  ·  view source on GitHub ↗
(int numRows)

Source from the content-addressed store, hash-verified

33 public DDF getRandomSampleApprox(double percent, boolean withReplacement, int seed);
34
35 public List<String> head(int numRows) throws DDFException;
36
37 public List<String> top(int numRows, String orderCols, String mode) throws DDFException;
38

Implementers 2

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

Calls

no outgoing calls