Package | Description |
---|---|
org.apache.pig.scripting.jruby |
Modifier and Type | Method and Description |
---|---|
RubyDataByteArray |
RubyDataByteArray.initialize()
This is the default initializer, which returns an empty DataByteArray.
|
RubyDataByteArray |
RubyDataByteArray.initialize(org.jruby.runtime.builtin.IRubyObject arg)
Given a String or a set of bytes[], initializes the encapsulated DataByteArray
using
DataByteArray.set(byte[]) . |
RubyDataByteArray |
RubyDataByteArray.initialize(org.jruby.runtime.builtin.IRubyObject arg1,
org.jruby.runtime.builtin.IRubyObject arg2)
Given two RubyDataByteArrays, initializes the encapsulated DataByteArray
to be a concatentation of the copied bits of the first and second.
|
static RubyDataByteArray |
PigJrubyLibrary.pigToRuby(org.jruby.Ruby ruby,
DataByteArray object)
A type specific conversion routine.
|
Modifier and Type | Method and Description |
---|---|
static DataByteArray |
PigJrubyLibrary.rubyToPig(RubyDataByteArray rbObject)
A type specific conversion routine.
|
Copyright © 2007-2017 The Apache Software Foundation