org.apache.pig.scripting
Class ScriptPigContext
java.lang.Object
org.apache.pig.scripting.ScriptPigContext
public class ScriptPigContext
- extends Object
Context for embedded Pig script.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
set
public static ScriptPigContext set(PigContext pigContext,
ScriptEngine engine)
get
public static ScriptPigContext get()
getScriptEngine
public ScriptEngine getScriptEngine()
getPigContext
public PigContext getPigContext()
Copyright © 2012 The Apache Software Foundation