Uses of Class
org.apache.pig.scripting.BoundScript

Packages that use BoundScript
org.apache.pig.scripting   
org.apache.pig.scripting.js   
 

Uses of BoundScript in org.apache.pig.scripting
 

Methods in org.apache.pig.scripting that return BoundScript
 BoundScript Pig.bind()
          Bind a Pig object to variables in the host language (optional operation).
 BoundScript Pig.bind(List<Map<String,Object>> vars)
          Bind this to multiple sets of variables.
 BoundScript Pig.bind(Map<String,Object> vars)
          Bind this to a set of variables.
 

Uses of BoundScript in org.apache.pig.scripting.js
 

Methods in org.apache.pig.scripting.js that return BoundScript
 BoundScript JSPig.bind()
          See: Pig.bind()
 BoundScript JSPig.bind(Object o)
          javascript helper for binding parameters.
 



Copyright © 2012 The Apache Software Foundation