Package | Description |
---|---|
org.apache.pig.scripting.jruby |
Modifier and Type | Method and Description |
---|---|
RubyDataBag |
RubyDataBag.clone(org.jruby.runtime.ThreadContext context)
This method returns a copy of the encapsulated DataBag.
|
RubyDataBag |
RubyDataBag.initialize()
The initialize method is the method used on the Ruby side to construct
the RubyDataBag object.
|
RubyDataBag |
RubyDataBag.initialize(org.jruby.runtime.builtin.IRubyObject arg)
The initialize method can optionally receive a DataBag.
|
static RubyDataBag |
PigJrubyLibrary.pigToRuby(org.jruby.Ruby ruby,
DataBag object)
A type specific conversion routine.
|
Modifier and Type | Method and Description |
---|---|
static DataBag |
PigJrubyLibrary.rubyToPig(RubyDataBag rbObject)
A type specific conversion routine.
|
Copyright © 2007-2017 The Apache Software Foundation