|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataByteArray | |
|---|---|
| org.apache.pig | Public interfaces and classes for Pig. |
| org.apache.pig.backend.hadoop.executionengine.physicalLayer | Implementation of physical operators that use hadoop as the execution engine and data storage. |
| org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators | |
| org.apache.pig.backend.hadoop.hbase | |
| org.apache.pig.builtin | This package contains builtin Pig UDFs. |
| org.apache.pig.data | This package contains implementations of Pig specific data types as well as support functions for reading, writing, and using all Pig data types. |
| Uses of DataByteArray in org.apache.pig |
|---|
| Methods in org.apache.pig with parameters of type DataByteArray | |
|---|---|
byte[] |
StoreCaster.toBytes(DataByteArray a)
|
| Uses of DataByteArray in org.apache.pig.backend.hadoop.executionengine.physicalLayer |
|---|
| Fields in org.apache.pig.backend.hadoop.executionengine.physicalLayer declared as DataByteArray | |
|---|---|
protected static DataByteArray |
PhysicalOperator.dummyDBA
|
| Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer with parameters of type DataByteArray | |
|---|---|
Result |
PhysicalOperator.getNext(DataByteArray ba)
|
| Uses of DataByteArray in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators |
|---|
| Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators with parameters of type DataByteArray | |
|---|---|
protected Result |
ExpressionOperator.accumChild(List<ExpressionOperator> child,
DataByteArray dba)
Drive all the UDFs in accumulative mode |
Result |
POUserFunc.getNext(DataByteArray ba)
|
Result |
POUserComparisonFunc.getNext(DataByteArray ba)
|
Result |
POProject.getNext(DataByteArray ba)
|
Result |
POMapLookUp.getNext(DataByteArray ba)
|
Result |
POCast.getNext(DataByteArray dba)
|
Result |
POBinCond.getNext(DataByteArray ba)
|
Result |
ConstantExpression.getNext(DataByteArray ba)
|
Result |
ComparisonOperator.getNext(DataByteArray ba)
|
| Uses of DataByteArray in org.apache.pig.backend.hadoop.hbase |
|---|
| Methods in org.apache.pig.backend.hadoop.hbase with parameters of type DataByteArray | |
|---|---|
byte[] |
HBaseBinaryConverter.toBytes(DataByteArray a)
|
| Uses of DataByteArray in org.apache.pig.builtin |
|---|
| Methods in org.apache.pig.builtin that return DataByteArray | |
|---|---|
DataByteArray |
CONCAT.exec(Tuple input)
|
| Methods in org.apache.pig.builtin with parameters of type DataByteArray | |
|---|---|
byte[] |
Utf8StorageConverter.toBytes(DataByteArray a)
|
| Uses of DataByteArray in org.apache.pig.data |
|---|
| Methods in org.apache.pig.data with parameters of type DataByteArray | |
|---|---|
void |
DataByteArray.append(DataByteArray b)
Append given byte array to the internal byte array. |
| Constructors in org.apache.pig.data with parameters of type DataByteArray | |
|---|---|
DataByteArray(DataByteArray b,
DataByteArray c)
Construct a byte array concatenating the two provided byte arrays as the content. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||