Uses of Class
org.apache.pig.scripting.jruby.RubyDataBag

Packages that use RubyDataBag
org.apache.pig.scripting.jruby   
 

Uses of RubyDataBag in org.apache.pig.scripting.jruby
 

Methods in org.apache.pig.scripting.jruby that return RubyDataBag
 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.
 

Methods in org.apache.pig.scripting.jruby with parameters of type RubyDataBag
static DataBag PigJrubyLibrary.rubyToPig(RubyDataBag rbObject)
          A type specific conversion routine.
 



Copyright © 2007-2012 The Apache Software Foundation