Package | Description |
---|---|
org.apache.pig.scripting.jruby |
Class and Description |
---|
JrubyAlgebraicEvalFunc
This class provides the bridge between Ruby classes that extend the AlgebraicPigUdf
"interface" by implementing an initial, intermed, and final method.
|
JrubyAlgebraicEvalFunc.AlgebraicFunctionWrapper
This is a lightweight wrapper shell that registers information on the method being called,
and provides the initializer that the static Algebraic classes (Initial, Intermed, Final)
will use to execute.
|
JrubyAlgebraicEvalFunc.Final
This class invokes the final method on the given Ruby class.
|
RubyDataBag
This provides a Ruby-esque way to interact with DataBag objects.
|
RubyDataByteArray
This class presents a native Ruby object for interacting with and manipulating
DataByteArray objects.
|
RubySchema
This class encapsulated a native Schema object, and provides a more convenient
interface for manipulating Schemas.
|
Copyright © 2007-2012 The Apache Software Foundation