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(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.
|
Modifier and Type | Method and Description |
---|---|
BoundScript |
JSPig.bind()
See:
Pig.bind() |
BoundScript |
JSPig.bind(Object o)
javascript helper for binding parameters.
|
Copyright © 2007-2017 The Apache Software Foundation