Package | Description |
---|---|
org.apache.pig.scripting | |
org.apache.pig.scripting.js |
Modifier and Type | Method and Description |
---|---|
BoundScript |
Pig.bind()
Bind a Pig object to variables in the host language (optional
operation).
|
BoundScript |
Pig.bind(java.util.List<java.util.Map<java.lang.String,java.lang.Object>> vars)
Bind this to multiple sets of variables.
|
BoundScript |
Pig.bind(java.util.Map<java.lang.String,java.lang.Object> vars)
Bind this to a set of variables.
|
Modifier and Type | Method and Description |
---|---|
BoundScript |
JSPig.bind()
See:
Pig.bind() |
BoundScript |
JSPig.bind(java.lang.Object o)
javascript helper for binding parameters.
|
Copyright © 2007-2012 The Apache Software Foundation