Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
com.cloudera.impala.hive.executor.ImpalaTextWritable Class Reference
Inheritance diagram for com.cloudera.impala.hive.executor.ImpalaTextWritable:
Collaboration diagram for com.cloudera.impala.hive.executor.ImpalaTextWritable:

Public Member Functions

 ImpalaTextWritable (long ptr)
 
String toString ()
 
byte[] getBytes ()
 
int getLength ()
 
ImpalaStringWritable getStringWritable ()
 
void set (byte[] v, int offset, int len)
 

Private Attributes

final ImpalaStringWritable string_
 

Detailed Description

Impala writable type that implements the Text interface. The data marshalling is handled by the underlying ImpalaStringWritable object.

Definition at line 23 of file ImpalaTextWritable.java.

Constructor & Destructor Documentation

com.cloudera.impala.hive.executor.ImpalaTextWritable.ImpalaTextWritable ( long  ptr)
inline

Member Function Documentation

byte [] com.cloudera.impala.hive.executor.ImpalaTextWritable.getBytes ( )
inline
int com.cloudera.impala.hive.executor.ImpalaTextWritable.getLength ( )
inline

Definition at line 35 of file ImpalaTextWritable.java.

ImpalaStringWritable com.cloudera.impala.hive.executor.ImpalaTextWritable.getStringWritable ( )
inline
void com.cloudera.impala.hive.executor.ImpalaTextWritable.set ( byte[]  v,
int  offset,
int  len 
)
inline

Definition at line 40 of file ImpalaTextWritable.java.

References offset.

String com.cloudera.impala.hive.executor.ImpalaTextWritable.toString ( )
inline

Member Data Documentation

final ImpalaStringWritable com.cloudera.impala.hive.executor.ImpalaTextWritable.string_
private

The documentation for this class was generated from the following file: