MCPcopy Create free account
hub / github.com/apache/pig / getFeatures

Method getFeatures

src/org/apache/pig/tools/pigstats/PigStats.java:288–290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

286 }
287
288 public String getFeatures() {
289 return ScriptState.get().getScriptFeatures();
290 }
291
292 public long getDuration() {
293 return (startTime > 0 && endTime > 0) ? (endTime - startTime) : -1;

Callers

nothing calls this directly

Calls 2

getMethod · 0.95
getScriptFeaturesMethod · 0.80

Tested by

no test coverage detected