- parsePrimitiveParts(String) - Static method in class org.apache.phoenix.hive.util.TypeInfoUtils
-
Make some of the TypeInfo parsing available as a utility.
- PATERN_MARKER - Static variable in class org.apache.phoenix.hive.constants.PhoenixStorageHandlerConstants
-
- PHOENIX_COLUMN_MAPPING - Static variable in class org.apache.phoenix.hive.constants.PhoenixStorageHandlerConstants
-
- PHOENIX_REDUCER_NUMBER - Static variable in class org.apache.phoenix.hive.constants.PhoenixStorageHandlerConstants
-
- PHOENIX_ROWKEYS - Static variable in class org.apache.phoenix.hive.constants.PhoenixStorageHandlerConstants
-
- PHOENIX_TABLE_NAME - Static variable in class org.apache.phoenix.hive.constants.PhoenixStorageHandlerConstants
-
- PHOENIX_TABLE_OPTIONS - Static variable in class org.apache.phoenix.hive.constants.PhoenixStorageHandlerConstants
-
- PHOENIX_TABLE_QUERY_HINT - Static variable in class org.apache.phoenix.hive.constants.PhoenixStorageHandlerConstants
-
- PhoenixBinaryObjectInspector - Class in org.apache.phoenix.hive.objectinspector
-
ObjectInspector for Binary type
- PhoenixBinaryObjectInspector() - Constructor for class org.apache.phoenix.hive.objectinspector.PhoenixBinaryObjectInspector
-
- PhoenixBooleanObjectInspector - Class in org.apache.phoenix.hive.objectinspector
-
- PhoenixBooleanObjectInspector() - Constructor for class org.apache.phoenix.hive.objectinspector.PhoenixBooleanObjectInspector
-
- PhoenixByteObjectInspector - Class in org.apache.phoenix.hive.objectinspector
-
ObjectInspector for byte type
- PhoenixByteObjectInspector() - Constructor for class org.apache.phoenix.hive.objectinspector.PhoenixByteObjectInspector
-
- PhoenixCharObjectInspector - Class in org.apache.phoenix.hive.objectinspector
-
ObjectInspector for char type
- PhoenixCharObjectInspector() - Constructor for class org.apache.phoenix.hive.objectinspector.PhoenixCharObjectInspector
-
- PhoenixCharObjectInspector(PrimitiveTypeInfo) - Constructor for class org.apache.phoenix.hive.objectinspector.PhoenixCharObjectInspector
-
- PhoenixConnectionUtil - Class in org.apache.phoenix.hive.util
-
Set of methods to obtain Connection depending on configuration
- PhoenixConnectionUtil() - Constructor for class org.apache.phoenix.hive.util.PhoenixConnectionUtil
-
- PhoenixDateObjectInspector - Class in org.apache.phoenix.hive.objectinspector
-
ObjectInspector for date type
- PhoenixDateObjectInspector() - Constructor for class org.apache.phoenix.hive.objectinspector.PhoenixDateObjectInspector
-
- PhoenixDateObjectInspectorBase - Class in org.apache.phoenix.hive.objectinspector
-
ObjectInspector for date type
- PhoenixDateObjectInspectorBase() - Constructor for class org.apache.phoenix.hive.objectinspector.PhoenixDateObjectInspectorBase
-
- PhoenixDecimalObjectInspector - Class in org.apache.phoenix.hive.objectinspector
-
- PhoenixDecimalObjectInspector() - Constructor for class org.apache.phoenix.hive.objectinspector.PhoenixDecimalObjectInspector
-
- PhoenixDecimalObjectInspector(PrimitiveTypeInfo) - Constructor for class org.apache.phoenix.hive.objectinspector.PhoenixDecimalObjectInspector
-
- PhoenixDoubleObjectInspector - Class in org.apache.phoenix.hive.objectinspector
-
ObjectInspector for double type
- PhoenixDoubleObjectInspector() - Constructor for class org.apache.phoenix.hive.objectinspector.PhoenixDoubleObjectInspector
-
- PhoenixFloatObjectInspector - Class in org.apache.phoenix.hive.objectinspector
-
ObjectInspector for float type
- PhoenixFloatObjectInspector() - Constructor for class org.apache.phoenix.hive.objectinspector.PhoenixFloatObjectInspector
-
- PhoenixInputFormat<T extends org.apache.hadoop.mapreduce.lib.db.DBWritable> - Class in org.apache.phoenix.hive.mapreduce
-
Custom InputFormat to feed into Hive
- PhoenixInputFormat() - Constructor for class org.apache.phoenix.hive.mapreduce.PhoenixInputFormat
-
- PhoenixInputSplit - Class in org.apache.phoenix.hive.mapreduce
-
InputSplit implementation.
- PhoenixInputSplit() - Constructor for class org.apache.phoenix.hive.mapreduce.PhoenixInputSplit
-
- PhoenixInputSplit(List<Scan>, Path, String, long) - Constructor for class org.apache.phoenix.hive.mapreduce.PhoenixInputSplit
-
- PhoenixIntObjectInspector - Class in org.apache.phoenix.hive.objectinspector
-
- PhoenixIntObjectInspector() - Constructor for class org.apache.phoenix.hive.objectinspector.PhoenixIntObjectInspector
-
- PhoenixListObjectInspector - Class in org.apache.phoenix.hive.objectinspector
-
ObjectInspector for list objects.
- PhoenixListObjectInspector(ObjectInspector, byte, LazyObjectInspectorParameters) - Constructor for class org.apache.phoenix.hive.objectinspector.PhoenixListObjectInspector
-
- PhoenixLongObjectInspector - Class in org.apache.phoenix.hive.objectinspector
-
- PhoenixLongObjectInspector() - Constructor for class org.apache.phoenix.hive.objectinspector.PhoenixLongObjectInspector
-
- PhoenixMetaHook - Class in org.apache.phoenix.hive
-
Implementation for notification methods which are invoked as part of transactions against the
hive metastore,allowing Phoenix metadata to be kept in sync with Hive's metastore.
- PhoenixMetaHook() - Constructor for class org.apache.phoenix.hive.PhoenixMetaHook
-
- PhoenixObjectInspectorFactory - Class in org.apache.phoenix.hive.objectinspector
-
Factory for object inspectors.
- PhoenixOutputFormat<T extends org.apache.hadoop.mapreduce.lib.db.DBWritable> - Class in org.apache.phoenix.hive.mapreduce
-
Custom OutputFormat to feed into Hive.
- PhoenixOutputFormat() - Constructor for class org.apache.phoenix.hive.mapreduce.PhoenixOutputFormat
-
- PhoenixPredicateDecomposer - Class in org.apache.phoenix.hive.ppd
-
Supporting class that generate DecomposedPredicate companion to PhoenixHiveStorageHandler
basing on search conditions.
- PhoenixQueryBuilder - Class in org.apache.phoenix.hive.query
-
Query builder.
- PhoenixRecordReader<T extends org.apache.hadoop.mapreduce.lib.db.DBWritable> - Class in org.apache.phoenix.hive.mapreduce
-
RecordReader implementation that iterates over the the records.
- PhoenixRecordReader(Class<T>, Configuration, QueryPlan) - Constructor for class org.apache.phoenix.hive.mapreduce.PhoenixRecordReader
-
- PhoenixRecordUpdater - Class in org.apache.phoenix.hive
-
- PhoenixRecordUpdater(Path, AcidOutputFormat.Options) - Constructor for class org.apache.phoenix.hive.PhoenixRecordUpdater
-
- PhoenixRecordWriter<T extends org.apache.hadoop.mapreduce.lib.db.DBWritable> - Class in org.apache.phoenix.hive.mapreduce
-
RecordWriter implementation.
- PhoenixRecordWriter(Path, AcidOutputFormat.Options) - Constructor for class org.apache.phoenix.hive.mapreduce.PhoenixRecordWriter
-
- PhoenixRecordWriter(Configuration, Properties) - Constructor for class org.apache.phoenix.hive.mapreduce.PhoenixRecordWriter
-
- PhoenixResultWritable - Class in org.apache.phoenix.hive.mapreduce
-
Serialized class for SerDe
- PhoenixResultWritable() - Constructor for class org.apache.phoenix.hive.mapreduce.PhoenixResultWritable
-
- PhoenixResultWritable(Configuration) - Constructor for class org.apache.phoenix.hive.mapreduce.PhoenixResultWritable
-
- PhoenixResultWritable(Configuration, List<ColumnInfo>) - Constructor for class org.apache.phoenix.hive.mapreduce.PhoenixResultWritable
-
- PhoenixRow - Class in org.apache.phoenix.hive
-
Implementation for Hive SerDe StructObject
- PhoenixRow(List<String>) - Constructor for class org.apache.phoenix.hive.PhoenixRow
-
- PhoenixRowKey - Class in org.apache.phoenix.hive
-
Hive's RecordIdentifier implementation.
- PhoenixRowKey() - Constructor for class org.apache.phoenix.hive.PhoenixRowKey
-
- PhoenixSerDe - Class in org.apache.phoenix.hive
-
SerDe implementation for Phoenix Hive Storage
- PhoenixSerDe() - Constructor for class org.apache.phoenix.hive.PhoenixSerDe
-
- PhoenixSerializer - Class in org.apache.phoenix.hive
-
Serializer used in PhoenixSerDe and PhoenixRecordUpdater to produce Writable.
- PhoenixSerializer(Configuration, Properties) - Constructor for class org.apache.phoenix.hive.PhoenixSerializer
-
- PhoenixSerializer.DmlType - Enum in org.apache.phoenix.hive
-
- PhoenixShortObjectInspector - Class in org.apache.phoenix.hive.objectinspector
-
- PhoenixShortObjectInspector() - Constructor for class org.apache.phoenix.hive.objectinspector.PhoenixShortObjectInspector
-
- PhoenixStorageHandler - Class in org.apache.phoenix.hive
-
This class manages all the Phoenix/Hive table initial configurations and SerDe Election
- PhoenixStorageHandler() - Constructor for class org.apache.phoenix.hive.PhoenixStorageHandler
-
- PhoenixStorageHandlerConstants - Class in org.apache.phoenix.hive.constants
-
Constants using for Hive Storage Handler implementation
- PhoenixStorageHandlerConstants() - Constructor for class org.apache.phoenix.hive.constants.PhoenixStorageHandlerConstants
-
- PhoenixStorageHandlerUtil - Class in org.apache.phoenix.hive.util
-
Misc utils for PhoenixStorageHandler
- PhoenixStorageHandlerUtil() - Constructor for class org.apache.phoenix.hive.util.PhoenixStorageHandlerUtil
-
- PhoenixStringObjectInspector - Class in org.apache.phoenix.hive.objectinspector
-
ObjectInspector for string type
- PhoenixStringObjectInspector(boolean, byte) - Constructor for class org.apache.phoenix.hive.objectinspector.PhoenixStringObjectInspector
-
- PhoenixTimestampObjectInspector - Class in org.apache.phoenix.hive.objectinspector
-
ObjectInspector for timestamp type
- PhoenixTimestampObjectInspector() - Constructor for class org.apache.phoenix.hive.objectinspector.PhoenixTimestampObjectInspector
-
- PhoenixTimestampObjectInspectorBase - Class in org.apache.phoenix.hive.objectinspector
-
ObjectInspector for timestamp type
- PhoenixTimestampObjectInspectorBase() - Constructor for class org.apache.phoenix.hive.objectinspector.PhoenixTimestampObjectInspectorBase
-
- PhoenixUtil - Class in org.apache.phoenix.hive.util
-
Misc utils
- PhoenixUtil() - Constructor for class org.apache.phoenix.hive.util.PhoenixUtil
-
- preCreateTable(Table) - Method in class org.apache.phoenix.hive.PhoenixMetaHook
-
- PredicateAnalyzerFactory - Class in org.apache.phoenix.hive.ql.index
-
- PredicateAnalyzerFactory() - Constructor for class org.apache.phoenix.hive.ql.index.PredicateAnalyzerFactory
-
- preDropTable(Table) - Method in class org.apache.phoenix.hive.PhoenixMetaHook
-
- PrimaryKeyData - Class in org.apache.phoenix.hive
-
Wrapper around the primary key data for Hive.
- PrimaryKeyData(Map<String, Object>) - Constructor for class org.apache.phoenix.hive.PrimaryKeyData
-
- PrimitiveParts() - Constructor for class org.apache.phoenix.hive.util.TypeInfoUtils.PrimitiveParts
-
- printConfiguration(Configuration) - Static method in class org.apache.phoenix.hive.util.PhoenixStorageHandlerUtil
-