|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
GenericUDAFResolver2
.AuthorizationException
with the specified detail
message.
AuthorizationException
with the specified cause.
ColumnarStructBase.init(BytesRefArrayWritable cols)
, while LazyStruct parse fields in a
lazy way.CommandProcessor
interfaace.HiveStorageHandler.configureInputJobProperties(TableDesc, java.util.Map)
.
HiveStorageHandler.configureOutputJobProperties(TableDesc, java.util.Map)
.
Object.hashCode()
.HiveStorageHandler
which supplies the standard defaults for all options.setXXX(Path p)
attribute setters.
Path
.
InputSplit
to future operations.
IMetaStoreClient.dropTable(String, String, boolean, boolean)
.
This method will be removed in release 0.7.0.
MetaStoreEndFunctionListener
for testing purposes.MetaStoreEventListener
for testing purposes.DynamicMultiDimeContainer
o
is a DoubleWritable with the same value.
charToEscape
in the string
with the escape char escapeChar
ErrorMsg
enum
that appears to be a match.
subtext
from text
in the
backing buffer, for avoiding string encoding and decoding.
InputFormat
for Plain files with
Deserializer
records.RecordReader
for plain files with Deserializer
records
Reads one row at a time of type R.FlatFileInputFormat.SerializationContext
that reads the
Serialization class and specific subclass to be deserialized from the
JobConf.String
command and generate a ASTNode tree.
GenericUDAFResolver2
instead.CONCAT_WS(sep, [string | array(string)]+).- GenericUDFConcatWS() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFConcatWS
-
- GenericUDFElt - Class in org.apache.hadoop.hive.ql.udf.generic
- Generic UDF for string function
ELT(N,str1,str2,str3,...)
. - GenericUDFElt() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFElt
-
- GenericUDFEvaluateNPE - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDFEvaluateNPE
This UDF is to throw an Null Pointer Exception
It is used to test hive failure handling
- GenericUDFEvaluateNPE() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFEvaluateNPE
-
- GenericUDFEWAHBitmapAnd - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericEWAHUDFBitmapAnd.
- GenericUDFEWAHBitmapAnd() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFEWAHBitmapAnd
-
- GenericUDFEWAHBitmapEmpty - Class in org.apache.hadoop.hive.ql.udf.generic
-
- GenericUDFEWAHBitmapEmpty() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFEWAHBitmapEmpty
-
- GenericUDFEWAHBitmapOr - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDFEWAHBitmapOr.
- GenericUDFEWAHBitmapOr() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFEWAHBitmapOr
-
- GenericUDFField - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDFField.
- GenericUDFField() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFField
-
- GenericUDFFormatNumber - Class in org.apache.hadoop.hive.ql.udf.generic
- Generic UDF for format_number function
FORMAT_NUMBER(X, D)
. - GenericUDFFormatNumber() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFFormatNumber
-
- GenericUDFFromUtcTimestamp - Class in org.apache.hadoop.hive.ql.udf.generic
-
- GenericUDFFromUtcTimestamp() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFFromUtcTimestamp
-
- GenericUDFHash - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDF Class for computing hash values.
- GenericUDFHash() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFHash
-
- GenericUDFIf - Class in org.apache.hadoop.hive.ql.udf.generic
- IF(expr1,expr2,expr3)
If expr1 is TRUE (expr1 <> 0 and expr1 <> NULL) then IF() returns expr2;
otherwise it returns expr3. - GenericUDFIf() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFIf
-
- GenericUDFIn - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDFIn
Example usage:
SELECT key FROM src WHERE key IN ("238", "1");
From MySQL page on IN(): To comply with the SQL standard, IN returns NULL
not only if the expression on the left hand side is NULL, but also if no
match is found in the list and one of the expressions in the list is NULL.
- GenericUDFIn() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFIn
-
- GenericUDFIndex - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDFIndex.
- GenericUDFIndex() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFIndex
-
- GenericUDFInFile - Class in org.apache.hadoop.hive.ql.udf.generic
- IN_FILE(str, filename) returns true if 'str' appears in the file specified
by 'filename'.
- GenericUDFInFile() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFInFile
-
- GenericUDFInstr - Class in org.apache.hadoop.hive.ql.udf.generic
- Generic UDF for string function
INSTR(str,substr)
. - GenericUDFInstr() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFInstr
-
- GenericUDFLocate - Class in org.apache.hadoop.hive.ql.udf.generic
- Generic UDF for string function
LOCATE(substr, str)
,
LOCATE(substr, str, start)
. - GenericUDFLocate() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFLocate
-
- GenericUDFMap - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDFMap.
- GenericUDFMap() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFMap
-
- GenericUDFMapKeys - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDFMapKeys.
- GenericUDFMapKeys() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFMapKeys
-
- GenericUDFMapValues - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDFMapValues.
- GenericUDFMapValues() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFMapValues
-
- GenericUDFNamedStruct - Class in org.apache.hadoop.hive.ql.udf.generic
-
- GenericUDFNamedStruct() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFNamedStruct
-
- GenericUDFOPAnd - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDF Class for computing and.
- GenericUDFOPAnd() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFOPAnd
-
- GenericUDFOPEqual - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDF Class for operation EQUAL.
- GenericUDFOPEqual() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFOPEqual
-
- GenericUDFOPEqualNS - Class in org.apache.hadoop.hive.ql.udf.generic
-
- GenericUDFOPEqualNS() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFOPEqualNS
-
- GenericUDFOPEqualOrGreaterThan - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDF Class for operation EqualOrGreaterThan.
- GenericUDFOPEqualOrGreaterThan() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFOPEqualOrGreaterThan
-
- GenericUDFOPEqualOrLessThan - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDF Class for operation EqualOrLessThan.
- GenericUDFOPEqualOrLessThan() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFOPEqualOrLessThan
-
- GenericUDFOPGreaterThan - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDF Class for operation GreaterThan.
- GenericUDFOPGreaterThan() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFOPGreaterThan
-
- GenericUDFOPLessThan - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDF Class for operation LessThan.
- GenericUDFOPLessThan() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFOPLessThan
-
- GenericUDFOPNot - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDFOPNot.
- GenericUDFOPNot() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFOPNot
-
- GenericUDFOPNotEqual - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDF Class for operation Not EQUAL.
- GenericUDFOPNotEqual() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFOPNotEqual
-
- GenericUDFOPNotNull - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDFOPNotNull.
- GenericUDFOPNotNull() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFOPNotNull
-
- GenericUDFOPNull - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDFOPNull.
- GenericUDFOPNull() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFOPNull
-
- GenericUDFOPOr - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDF Class for computing or.
- GenericUDFOPOr() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFOPOr
-
- GenericUDFPrintf - Class in org.apache.hadoop.hive.ql.udf.generic
- Generic UDF for printf function
printf(String format, Obj...- GenericUDFPrintf() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFPrintf
-
- GenericUDFReflect - Class in org.apache.hadoop.hive.ql.udf.generic
- A simple generic udf to call java static functions via reflection.
- GenericUDFReflect() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFReflect
-
- GenericUDFSentences - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDFSentences: splits a natural language chunk of text into sentences and words.
- GenericUDFSentences() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFSentences
-
- GenericUDFSize - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDFSize.
- GenericUDFSize() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFSize
-
- GenericUDFSortArray - Class in org.apache.hadoop.hive.ql.udf.generic
- Generic UDF for array sort
SORT_ARRAY(array(obj1, obj2, obj3...))
. - GenericUDFSortArray() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFSortArray
-
- GenericUDFSplit - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDFSplit.
- GenericUDFSplit() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFSplit
-
- GenericUDFStringToMap - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDFStringToMap.
- GenericUDFStringToMap() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFStringToMap
-
- GenericUDFStruct - Class in org.apache.hadoop.hive.ql.udf.generic
-
- GenericUDFStruct() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFStruct
-
- GenericUDFTestGetJavaBoolean - Class in org.apache.hadoop.hive.ql.udf.generic
- A test GenericUDF to return native Java's boolean type
- GenericUDFTestGetJavaBoolean() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFTestGetJavaBoolean
-
- GenericUDFTestGetJavaString - Class in org.apache.hadoop.hive.ql.udf.generic
- A test GenericUDF to return native Java's string type
- GenericUDFTestGetJavaString() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFTestGetJavaString
-
- GenericUDFTestTranslate - Class in org.apache.hadoop.hive.ql.udf.generic
- Mimics oracle's function translate(str1, str2, str3).
- GenericUDFTestTranslate() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFTestTranslate
-
- GenericUDFTimestamp - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDFTimestamp
Example usage:
...
- GenericUDFTimestamp() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFTimestamp
-
- GenericUDFToBinary - Class in org.apache.hadoop.hive.ql.udf.generic
-
- GenericUDFToBinary() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFToBinary
-
- GenericUDFToDecimal - Class in org.apache.hadoop.hive.ql.udf.generic
-
- GenericUDFToDecimal() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFToDecimal
-
- GenericUDFToUtcTimestamp - Class in org.apache.hadoop.hive.ql.udf.generic
-
- GenericUDFToUtcTimestamp() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFToUtcTimestamp
-
- GenericUDFTranslate - Class in org.apache.hadoop.hive.ql.udf.generic
- TRANSLATE(string input, string from, string to) is an equivalent function to translate in
PostGresSQL.
- GenericUDFTranslate() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFTranslate
-
- GenericUDFUnion - Class in org.apache.hadoop.hive.ql.udf.generic
-
- GenericUDFUnion() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFUnion
-
- GenericUDFUtils - Class in org.apache.hadoop.hive.ql.udf.generic
- Util functions for GenericUDF classes.
- GenericUDFUtils.ConversionHelper - Class in org.apache.hadoop.hive.ql.udf.generic
- Convert parameters for the method if needed.
- GenericUDFUtils.ConversionHelper(Method, ObjectInspector[]) -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFUtils.ConversionHelper
- Create a PrimitiveConversionHelper for Method m.
- GenericUDFUtils.ReturnObjectInspectorResolver - Class in org.apache.hadoop.hive.ql.udf.generic
- This class helps to find the return ObjectInspector for a GenericUDF.
- GenericUDFUtils.ReturnObjectInspectorResolver() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFUtils.ReturnObjectInspectorResolver
-
- GenericUDFUtils.ReturnObjectInspectorResolver(boolean) -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFUtils.ReturnObjectInspectorResolver
-
- GenericUDFWhen - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDF Class for SQL construct "CASE a WHEN b THEN c [ELSE f] END".
- GenericUDFWhen() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFWhen
-
- GenericUDFXPath - Class in org.apache.hadoop.hive.ql.udf.xml
-
- GenericUDFXPath() -
Constructor for class org.apache.hadoop.hive.ql.udf.xml.GenericUDFXPath
-
- GenericUDTF - Class in org.apache.hadoop.hive.ql.udf.generic
- A Generic User-defined Table Generating Function (UDTF)
Generates a variable number of output rows for a single input row.
- GenericUDTF() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDTF
-
- GenericUDTFExplode - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDTFExplode.
- GenericUDTFExplode() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDTFExplode
-
- GenericUDTFInline - Class in org.apache.hadoop.hive.ql.udf.generic
-
- GenericUDTFInline() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDTFInline
-
- GenericUDTFJSONTuple - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDTFJSONTuple: this
- GenericUDTFJSONTuple() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDTFJSONTuple
-
- GenericUDTFParseUrlTuple - Class in org.apache.hadoop.hive.ql.udf.generic
- GenericUDTFParseUrlTuple: this
- GenericUDTFParseUrlTuple() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDTFParseUrlTuple
-
- GenericUDTFStack - Class in org.apache.hadoop.hive.ql.udf.generic
- Takes a row of size k of data and splits it into n rows of data.
- GenericUDTFStack() -
Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDTFStack
-
- genExprNode(ASTNode, TypeCheckCtx) -
Static method in class org.apache.hadoop.hive.ql.parse.TypeCheckProcFactory
-
- genExprNodeDesc(ASTNode, RowResolver) -
Method in class org.apache.hadoop.hive.ql.parse.SemanticAnalyzer
- Generates an expression node descriptor for the expression passed in the
arguments.
- genExprNodeDesc(ASTNode, RowResolver, TypeCheckCtx) -
Method in class org.apache.hadoop.hive.ql.parse.SemanticAnalyzer
- Generates an expression node descriptor for the expression passed in the
arguments.
- genMapJoinOpAndLocalWork(MapredWork, JoinOperator, int) -
Static method in class org.apache.hadoop.hive.ql.optimizer.MapJoinProcessor
-
- GenMapRedUtils - Class in org.apache.hadoop.hive.ql.optimizer
- General utility common functions for the Processor to convert operator into
map-reduce tasks.
- GenMapRedWalker - Class in org.apache.hadoop.hive.ql.parse
- Walks the operator tree in pre order fashion.
- GenMapRedWalker(Dispatcher) -
Constructor for class org.apache.hadoop.hive.ql.parse.GenMapRedWalker
- constructor of the walker - the dispatcher is passed.
- GenMRFileSink1 - Class in org.apache.hadoop.hive.ql.optimizer
- Processor for the rule - table scan followed by reduce sink.
- GenMRFileSink1() -
Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMRFileSink1
-
- GenMROperator - Class in org.apache.hadoop.hive.ql.optimizer
- Processor for the rule - no specific rule fired.
- GenMROperator() -
Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMROperator
-
- GenMRProcContext - Class in org.apache.hadoop.hive.ql.optimizer
- Processor Context for creating map reduce task.
- GenMRProcContext() -
Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext
-
- GenMRProcContext(HiveConf, HashMap<Operator<? extends OperatorDesc>, Task<? extends Serializable>>, List<Operator<? extends OperatorDesc>>, ParseContext, List<Task<MoveWork>>, List<Task<? extends Serializable>>, LinkedHashMap<Operator<? extends OperatorDesc>, GenMRProcContext.GenMapRedCtx>, Set<ReadEntity>, Set<WriteEntity>) -
Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext
-
- GenMRProcContext.GenMapRedCtx - Class in org.apache.hadoop.hive.ql.optimizer
- GenMapRedCtx is used to keep track of the current state.
- GenMRProcContext.GenMapRedCtx() -
Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext.GenMapRedCtx
-
- GenMRProcContext.GenMapRedCtx(Task<? extends Serializable>, Operator<? extends OperatorDesc>, String) -
Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext.GenMapRedCtx
-
- GenMRProcContext.GenMRMapJoinCtx - Class in org.apache.hadoop.hive.ql.optimizer
- GenMRMapJoinCtx.
- GenMRProcContext.GenMRMapJoinCtx() -
Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext.GenMRMapJoinCtx
-
- GenMRProcContext.GenMRMapJoinCtx(String, TableDesc, Operator<? extends OperatorDesc>, AbstractMapJoinOperator<? extends MapJoinDesc>) -
Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext.GenMRMapJoinCtx
-
- GenMRProcContext.GenMRUnionCtx - Class in org.apache.hadoop.hive.ql.optimizer
- GenMRUnionCtx.
- GenMRProcContext.GenMRUnionCtx() -
Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext.GenMRUnionCtx
-
- GenMRRedSink1 - Class in org.apache.hadoop.hive.ql.optimizer
- Processor for the rule - table scan followed by reduce sink.
- GenMRRedSink1() -
Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMRRedSink1
-
- GenMRRedSink2 - Class in org.apache.hadoop.hive.ql.optimizer
- Processor for the rule - reduce sink followed by reduce sink.
- GenMRRedSink2() -
Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMRRedSink2
-
- GenMRRedSink3 - Class in org.apache.hadoop.hive.ql.optimizer
- Processor for the rule - union followed by reduce sink.
- GenMRRedSink3() -
Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMRRedSink3
-
- GenMRRedSink4 - Class in org.apache.hadoop.hive.ql.optimizer
- Processor for the rule - map join followed by reduce sink.
- GenMRRedSink4() -
Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMRRedSink4
-
- GenMRSkewJoinProcessor - Class in org.apache.hadoop.hive.ql.optimizer.physical
- GenMRSkewJoinProcessor.
- GenMRTableScan1 - Class in org.apache.hadoop.hive.ql.optimizer
- Processor for the rule - table scan.
- GenMRTableScan1() -
Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMRTableScan1
-
- GenMRUnion1 - Class in org.apache.hadoop.hive.ql.optimizer
- Processor for the rule - TableScan followed by Union.
- GenMRUnion1() -
Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMRUnion1
-
- genPlan(QB) -
Method in class org.apache.hadoop.hive.ql.parse.SemanticAnalyzer
-
- genPruner(String, ExprNodeDesc, Partition) -
Static method in class org.apache.hadoop.hive.ql.optimizer.listbucketingpruner.LBExprProcFactory
- Generates the list bucketing pruner for the expression tree.
- genPruner(String, ExprNodeDesc, boolean) -
Static method in class org.apache.hadoop.hive.ql.optimizer.ppr.ExprProcFactory
- Generates the partition pruner for the expression tree.
- get(String) -
Static method in class org.apache.hadoop.hive.common.metrics.Metrics
-
- get(String) -
Method in interface org.apache.hadoop.hive.common.metrics.MetricsMBean
-
- get(String) -
Method in class org.apache.hadoop.hive.common.metrics.MetricsMBeanImpl
-
- get() -
Static method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get(ExprNodeDesc) -
Static method in class org.apache.hadoop.hive.ql.exec.ExprNodeEvaluatorFactory
-
- get(JobCloseFeedBack.FeedBackType) -
Method in class org.apache.hadoop.hive.ql.exec.JobCloseFeedBack
-
- get(Integer) -
Static method in class org.apache.hadoop.hive.ql.exec.MapJoinMetaData
-
- get(Class<T>) -
Static method in class org.apache.hadoop.hive.ql.exec.OperatorFactory
-
- get(Class<T>, RowSchema) -
Static method in class org.apache.hadoop.hive.ql.exec.OperatorFactory
-
- get(T, Operator<? extends OperatorDesc>...) -
Static method in class org.apache.hadoop.hive.ql.exec.OperatorFactory
- Returns an operator given the conf and a list of children operators.
- get(T, RowSchema, Operator...) -
Static method in class org.apache.hadoop.hive.ql.exec.OperatorFactory
- Returns an operator given the conf and a list of children operators.
- get(K) -
Method in class org.apache.hadoop.hive.ql.exec.persistence.HashMapWrapper
-
- get(Class<T>, HiveConf) -
Static method in class org.apache.hadoop.hive.ql.exec.TaskFactory
-
- get(T, HiveConf, Task<? extends Serializable>...) -
Static method in class org.apache.hadoop.hive.ql.exec.TaskFactory
-
- get() -
Static method in class org.apache.hadoop.hive.ql.io.IOContext
-
- get() -
Static method in class org.apache.hadoop.hive.ql.io.IOPrepareCache
-
- get(HiveConf) -
Static method in class org.apache.hadoop.hive.ql.metadata.Hive
- Gets hive object for the current thread.
- get(HiveConf, boolean) -
Static method in class org.apache.hadoop.hive.ql.metadata.Hive
- get a connection to metastore.
- get() -
Static method in class org.apache.hadoop.hive.ql.metadata.Hive
-
- get(String, String) -
Method in class org.apache.hadoop.hive.ql.parse.RowResolver
- Gets the column Info to tab_alias.col_alias type of a column reference.
- get(HiveConf, ASTNode) -
Static method in class org.apache.hadoop.hive.ql.parse.SemanticAnalyzerFactory
-
- get(String) -
Static method in class org.apache.hadoop.hive.ql.processors.CommandProcessorFactory
-
- get(String, HiveConf) -
Static method in class org.apache.hadoop.hive.ql.processors.CommandProcessorFactory
-
- get() -
Static method in class org.apache.hadoop.hive.ql.session.SessionState
- get the current session.
- get() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDF.DeferredJavaObject
-
- get() -
Method in interface org.apache.hadoop.hive.ql.udf.generic.GenericUDF.DeferredObject
-
- get() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFUtils.ReturnObjectInspectorResolver
- Returns the ObjectInspector of the return value.
- get(int) -
Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefArrayWritable
- Gets the BytesRefWritable at the specified position.
- get(Object) -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBase
-
- get() -
Method in class org.apache.hadoop.hive.serde2.io.ByteWritable
-
- get() -
Method in class org.apache.hadoop.hive.serde2.io.DoubleWritable
-
- get() -
Method in class org.apache.hadoop.hive.serde2.io.ShortWritable
-
- get(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyBooleanObjectInspector
-
- get(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyByteObjectInspector
-
- get(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyDoubleObjectInspector
-
- get(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyFloatObjectInspector
-
- get(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyIntObjectInspector
-
- get(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyLongObjectInspector
-
- get(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyShortObjectInspector
-
- get(Object) -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.BooleanObjectInspector
- Get the boolean data.
- get(Object) -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.ByteObjectInspector
- Get the byte data.
- get(Object) -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.DoubleObjectInspector
- Get the double data.
- get(Object) -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.FloatObjectInspector
- Get the float data.
- get(Object) -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.IntObjectInspector
- Get the int data.
- get(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaBooleanObjectInspector
-
- get(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaByteObjectInspector
-
- get(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaDoubleObjectInspector
-
- get(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaFloatObjectInspector
-
- get(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaIntObjectInspector
-
- get(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaLongObjectInspector
-
- get(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaShortObjectInspector
-
- get(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaTimestampObjectInspector
-
- get(Object) -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.LongObjectInspector
- Get the long data.
- get(Object) -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.ShortObjectInspector
- Get the short data.
- get(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableBooleanObjectInspector
-
- get(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableByteObjectInspector
-
- get(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableDoubleObjectInspector
-
- get(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableFloatObjectInspector
-
- get(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableIntObjectInspector
-
- get(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableLongObjectInspector
-
- get(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableShortObjectInspector
-
- get_all_databases(AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_all_databases_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_all_databases(AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_all_databases_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_all_databases() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_all_databases() -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_all_databases() -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_all_tables(String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_all_tables_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_all_tables(String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_all_tables_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_all_tables(String) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_all_tables(String) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_all_tables(String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_column_privilege_set(String, String, String, String, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_config_value(String, String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_config_value_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_config_value(String, String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_config_value_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_config_value(String, String) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_config_value(String, String) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_config_value(String, String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
- Returns the value of the given configuration variable name.
- get_database(String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_database_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_database(String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_database_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_database(String) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_database(String) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_database(String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_databases(String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_databases_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_databases(String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_databases_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_databases(String) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_databases(String) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_databases(String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_db_privilege_set(String, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_delegation_token(String, String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_delegation_token_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_delegation_token(String, String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_delegation_token_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_delegation_token(String, String) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_delegation_token(String, String) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_delegation_token(String, String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_fields(String, String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_fields_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_fields(String, String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_fields_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_fields(String, String) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_fields(String, String) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_fields(String, String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_index_by_name(String, String, String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_index_by_name_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_index_by_name(String, String, String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_index_by_name_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_index_by_name(String, String, String) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_index_by_name(String, String, String) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_index_by_name(String, String, String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_index_names(String, String, short, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_index_names_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_index_names(String, String, short, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_index_names_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_index_names(String, String, short) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_index_names(String, String, short) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_index_names(String, String, short) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_indexes(String, String, short, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_indexes_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_indexes(String, String, short, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_indexes_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_indexes(String, String, short) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_indexes(String, String, short) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_indexes(String, String, short) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_partition(String, String, List<String>, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_partition_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_partition(String, String, List<String>, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_partition_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_partition(String, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_partition(String, String, List<String>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_partition(String, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_partition_by_name(String, String, String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_partition_by_name_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_partition_by_name(String, String, String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_partition_by_name_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_partition_by_name(String, String, String) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_partition_by_name(String, String, String) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_partition_by_name(String, String, String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_partition_column_statistics(String, String, String, String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_partition_column_statistics_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_partition_column_statistics(String, String, String, String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_partition_column_statistics_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_partition_column_statistics(String, String, String, String) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_partition_column_statistics(String, String, String, String) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_partition_column_statistics(String, String, String, String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_partition_names(String, String, short, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_partition_names_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_partition_names(String, String, short, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_partition_names_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_partition_names(String, String, short) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_partition_names(String, String, short) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_partition_names(String, String, short) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_partition_names_ps(String, String, List<String>, short, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_partition_names_ps_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_partition_names_ps(String, String, List<String>, short, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_partition_names_ps_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_partition_names_ps(String, String, List<String>, short) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_partition_names_ps(String, String, List<String>, short) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_partition_names_ps(String, String, List<String>, short) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_partition_privilege_set(String, String, String, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_partition_with_auth(String, String, List<String>, String, List<String>, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_partition_with_auth_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_partition_with_auth(String, String, List<String>, String, List<String>, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_partition_with_auth_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_partition_with_auth(String, String, List<String>, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_partition_with_auth(String, String, List<String>, String, List<String>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_partition_with_auth(String, String, List<String>, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_partitions(String, String, short, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_partitions_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_partitions(String, String, short, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_partitions_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_partitions(String, String, short) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_partitions(String, String, short) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_partitions(String, String, short) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_partitions_by_filter(String, String, String, short, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_partitions_by_filter_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_partitions_by_filter(String, String, String, short, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_partitions_by_filter_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_partitions_by_filter(String, String, String, short) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_partitions_by_filter(String, String, String, short) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_partitions_by_filter(String, String, String, short) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_partitions_by_names(String, String, List<String>, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_partitions_by_names_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_partitions_by_names(String, String, List<String>, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_partitions_by_names_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_partitions_by_names(String, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_partitions_by_names(String, String, List<String>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_partitions_by_names(String, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_partitions_ps(String, String, List<String>, short, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_partitions_ps_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_partitions_ps(String, String, List<String>, short, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_partitions_ps_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_partitions_ps(String, String, List<String>, short) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_partitions_ps(String, String, List<String>, short) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_partitions_ps(String, String, List<String>, short) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_partitions_ps_with_auth(String, String, List<String>, short, String, List<String>, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_partitions_ps_with_auth_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_partitions_ps_with_auth(String, String, List<String>, short, String, List<String>, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_partitions_ps_with_auth_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_partitions_ps_with_auth(String, String, List<String>, short, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_partitions_ps_with_auth(String, String, List<String>, short, String, List<String>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_partitions_ps_with_auth(String, String, List<String>, short, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_partitions_with_auth(String, String, short, String, List<String>, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_partitions_with_auth_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_partitions_with_auth(String, String, short, String, List<String>, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_partitions_with_auth_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_partitions_with_auth(String, String, short, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_partitions_with_auth(String, String, short, String, List<String>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_partitions_with_auth(String, String, short, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_privilege_set(HiveObjectRef, String, List<String>, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_privilege_set_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_privilege_set(HiveObjectRef, String, List<String>, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_privilege_set_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_privilege_set(HiveObjectRef, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_privilege_set(HiveObjectRef, String, List<String>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_privilege_set(HiveObjectRef, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_privilege_set(HiveObjectRef, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
-
- get_privilege_set(HiveObjectRef, String, List<String>) -
Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
-
- get_privilege_set(HiveObjectType, String, String, List<String>, String, String, List<String>) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
-
- get_privilege_set(HiveObjectType, String, String, List<String>, String, String, List<String>) -
Method in class org.apache.hadoop.hive.ql.security.authorization.HiveAuthorizationProviderBase.HiveProxy
-
- get_role_names(AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_role_names_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_role_names(AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_role_names_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_role_names() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_role_names() -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_role_names() -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_schema(String, String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_schema_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_schema(String, String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_schema_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_schema(String, String) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_schema(String, String) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_schema(String, String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
- Return the schema of the table.
- get_table(String, String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_table_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_table(String, String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_table_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_table(String, String) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_table(String, String) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_table(String, String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_table_column_statistics(String, String, String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_table_column_statistics_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_table_column_statistics(String, String, String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_table_column_statistics_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_table_column_statistics(String, String, String) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_table_column_statistics(String, String, String) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_table_column_statistics(String, String, String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_table_names_by_filter(String, String, short, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_table_names_by_filter_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_table_names_by_filter(String, String, short, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_table_names_by_filter_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_table_names_by_filter(String, String, short) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_table_names_by_filter(String, String, short) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_table_names_by_filter(String, String, short) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_table_objects_by_name(String, List<String>, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_table_objects_by_name_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_table_objects_by_name(String, List<String>, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_table_objects_by_name_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_table_objects_by_name(String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_table_objects_by_name(String, List<String>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_table_objects_by_name(String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
- Gets multiple tables from the hive metastore.
- get_table_privilege_set(String, String, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_tables(String, String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_tables_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_tables(String, String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_tables_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_tables(String, String) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_tables(String, String) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_tables(String, String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_type(String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_type_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_type(String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_type_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_type(String) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_type(String) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_type(String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_type_all(String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_type_all_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- get_type_all(String, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_type_all_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- get_type_all(String) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- get_type_all(String) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- get_type_all(String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- get_user_privilege_set(String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- getAbsolutePath(String) -
Method in class org.apache.hadoop.hive.ql.exec.ScriptOperator.PathFinder
- Returns the full path name of this file if it is listed in the path.
- getAccessTime(FileStatus) -
Method in interface org.apache.hadoop.hive.shims.HadoopShims
- return the last access time of the given file.
- getAdditionalCounters() -
Method in class org.apache.hadoop.hive.ql.exec.GroupByOperator
-
- getAdditionalCounters() -
Method in class org.apache.hadoop.hive.ql.exec.Operator
-
- getAdditionalSemanticInputs() -
Method in class org.apache.hadoop.hive.ql.index.HiveIndexQueryContext
-
- getAddPartitionDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getAddTime() -
Method in class org.apache.hadoop.hive.metastore.model.MRoleMap
-
- getAdjacencyList() -
Method in class org.apache.hadoop.hive.ql.plan.api.Graph
-
- getAdjacencyListIterator() -
Method in class org.apache.hadoop.hive.ql.plan.api.Graph
-
- getAdjacencyListSize() -
Method in class org.apache.hadoop.hive.ql.plan.api.Graph
-
- getAdjacencyType() -
Method in class org.apache.hadoop.hive.ql.plan.api.Adjacency
-
- getAfterCol() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableDesc
-
- getAggFuncCnt() -
Method in class org.apache.hadoop.hive.ql.optimizer.index.RewriteCanApplyCtx
-
- getAggFuncColList() -
Method in class org.apache.hadoop.hive.ql.optimizer.index.RewriteCanApplyCtx
-
- getAggFunction() -
Method in class org.apache.hadoop.hive.ql.optimizer.index.RewriteCanApplyCtx
-
- getAggKey() -
Method in class org.apache.hadoop.hive.ql.plan.StatsWork
-
- getAggregateFunction() -
Method in class org.apache.hadoop.hive.ql.optimizer.index.RewriteQueryUsingAggregateIndexCtx
-
- getAggregationExprsForClause(String) -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getAggregators() -
Method in class org.apache.hadoop.hive.ql.plan.GroupByDesc
-
- getAggrExprNode() -
Method in class org.apache.hadoop.hive.ql.optimizer.index.RewriteQueryUsingAggregateIndexCtx
-
- getAint() -
Method in class org.apache.hadoop.hive.serde2.proto.test.Complexpb.Complex
-
- getAint() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.Complex
-
- getAlias() -
Method in class org.apache.hadoop.hive.ql.exec.ColumnInfo
-
- getAlias() -
Method in class org.apache.hadoop.hive.ql.hooks.LineageInfo.TableAliasInfo
-
- getAlias() -
Method in class org.apache.hadoop.hive.ql.index.bitmap.BitmapInnerQuery
- Return the assigned alias of the SELECT statement
- getAlias() -
Method in class org.apache.hadoop.hive.ql.index.bitmap.BitmapOuterQuery
-
- getAlias() -
Method in interface org.apache.hadoop.hive.ql.index.bitmap.BitmapQuery
-
- getAlias() -
Method in class org.apache.hadoop.hive.ql.parse.QBExpr
-
- getAlias() -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getAlias() -
Method in class org.apache.hadoop.hive.ql.plan.TableScanDesc
-
- getAlias(ExprNodeDesc) -
Method in class org.apache.hadoop.hive.ql.ppd.ExprWalkerInfo
- Returns the alias of the specified expr.
- getAliasBucketBaseFileNameMapping() -
Method in class org.apache.hadoop.hive.ql.plan.BucketMapJoinContext
-
- getAliasBucketFileNameMapping() -
Method in class org.apache.hadoop.hive.ql.plan.BucketMapJoinContext
-
- getAliasBucketFileNameMapping() -
Method in class org.apache.hadoop.hive.ql.plan.MapJoinDesc
-
- getAliasBucketFiles(String, String, String) -
Method in interface org.apache.hadoop.hive.ql.exec.BucketMatcher
-
- getAliasBucketFiles(String, String, String) -
Method in class org.apache.hadoop.hive.ql.exec.DefaultBucketMatcher
-
- getAliases() -
Method in class org.apache.hadoop.hive.ql.parse.QB
-
- getAliasToFetchWork() -
Method in class org.apache.hadoop.hive.ql.plan.MapredLocalWork
-
- getAliasToKnownSize() -
Method in class org.apache.hadoop.hive.ql.plan.ConditionalResolverCommonJoin.ConditionalResolverCommonJoinCtx
-
- getAliasToLateralViews() -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getAliasToPartnInfo() -
Method in class org.apache.hadoop.hive.ql.plan.MapredWork
-
- getAliasToTable() -
Method in class org.apache.hadoop.hive.ql.parse.QBMetaData
-
- getAliasToTask() -
Method in class org.apache.hadoop.hive.ql.plan.ConditionalResolverCommonJoin.ConditionalResolverCommonJoinCtx
-
- getAliasToWork() -
Method in class org.apache.hadoop.hive.ql.plan.MapredLocalWork
-
- getAliasToWork() -
Method in class org.apache.hadoop.hive.ql.plan.MapredWork
-
- getAllCols() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
- Returns a list of all the columns of the table (data columns + partition
columns in that order.
- getAllColumnsInformation(List<FieldSchema>) -
Static method in class org.apache.hadoop.hive.ql.metadata.formatting.MetaDataFormatUtils
-
- getAllColumnsInformation(List<FieldSchema>, List<FieldSchema>) -
Static method in class org.apache.hadoop.hive.ql.metadata.formatting.MetaDataFormatUtils
-
- getAllColumnsInformation(Index) -
Static method in class org.apache.hadoop.hive.ql.metadata.formatting.MetaDataFormatUtils
-
- getAllDatabases() -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- getAllDatabases() -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
- Get the names of all databases in the MetaStore.
- getAllDatabases() -
Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
- Get the names of all databases in the MetaStore.
- getAllDatabases() -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getAllDatabases() -
Method in interface org.apache.hadoop.hive.metastore.RawStore
-
- getAllDatabases() -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
- Get all existing database names.
- getAllExprToColumnAlias() -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getAllIndexes(short) -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getAllOperators() -
Method in class org.apache.hadoop.hive.ql.plan.MapredWork
-
- getAllowStatefulFunctions() -
Method in class org.apache.hadoop.hive.ql.parse.TypeCheckCtx
-
- getAllProperties() -
Method in class org.apache.hadoop.hive.conf.HiveConf
-
- getAllRoleNames() -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
- Get all existing role names.
- getAllStructFieldNames() -
Method in class org.apache.hadoop.hive.serde2.typeinfo.StructTypeInfo
-
- getAllStructFieldRefs() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector
-
- getAllStructFieldRefs() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedStructObjectInspector
-
- getAllStructFieldRefs() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.ReflectionStructObjectInspector
-
- getAllStructFieldRefs() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardStructObjectInspector
-
- getAllStructFieldRefs() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StructObjectInspector
- Returns all the fields.
- getAllStructFieldRefs() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.SubStructObjectInspector
-
- getAllStructFieldRefs() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.UnionStructObjectInspector
-
- getAllStructFieldTypeInfos() -
Method in class org.apache.hadoop.hive.serde2.typeinfo.StructTypeInfo
-
- getAllTables(String) -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- getAllTables(String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
- Get the names of all tables in the specified database.
- getAllTables(String) -
Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
- Get the names of all tables in the specified database.
- getAllTables(String) -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getAllTables(String) -
Method in interface org.apache.hadoop.hive.metastore.RawStore
-
- getAllTables() -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
- Get all table names for the current database.
- getAllTables(String) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
- Get all table names for the specified database.
- getAllTokenIdentifiers() -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- getAllTokenIdentifiers() -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getAllTokenIdentifiers() -
Method in interface org.apache.hadoop.hive.metastore.RawStore
-
- getAllUnionObjectTypeInfos() -
Method in class org.apache.hadoop.hive.serde2.typeinfo.UnionTypeInfo
-
- getAlterDatabaseDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getAlterIndexDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getAlterTableTypeString() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableDesc
-
- getAlterTblDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getAlterTblSimpleDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getAndIncrementId() -
Static method in class org.apache.hadoop.hive.ql.exec.TaskFactory
-
- getAndInitBackupTask() -
Method in class org.apache.hadoop.hive.ql.exec.Task
-
- getAndMakeChild(T, Operator...) -
Static method in class org.apache.hadoop.hive.ql.exec.OperatorFactory
- Returns an operator given the conf and a list of parent operators.
- getAndMakeChild(T, List<Operator<? extends OperatorDesc>>) -
Static method in class org.apache.hadoop.hive.ql.exec.OperatorFactory
- Returns an operator given the conf and a list of parent operators.
- getAndMakeChild(T, RowSchema, Operator...) -
Static method in class org.apache.hadoop.hive.ql.exec.OperatorFactory
- Returns an operator given the conf and a list of parent operators.
- getAndMakeChild(T, RowSchema, List<Operator<? extends OperatorDesc>>) -
Static method in class org.apache.hadoop.hive.ql.exec.OperatorFactory
- Returns an operator given the conf and a list of parent operators.
- getAndMakeChild(T, HiveConf, Task<? extends Serializable>...) -
Static method in class org.apache.hadoop.hive.ql.exec.TaskFactory
-
- getArchivingLevel(Partition) -
Static method in class org.apache.hadoop.hive.ql.exec.ArchiveUtils
- Returns archiving level, which is how many fields were set in partial
specification ARCHIVE was run for
- getArgTypeList() -
Method in exception org.apache.hadoop.hive.ql.exec.UDFArgumentException
-
- getArgumentId() -
Method in exception org.apache.hadoop.hive.ql.exec.UDFArgumentTypeException
-
- getArray(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getArray(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getArray(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getArray(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getArray(int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getArray(String) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getArray(int) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getArray(String) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getArrayElementType(Type) -
Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoUtils
- Returns the array element type, if the Type is an array (Object[]), or
GenericArrayType (Map
[]).
- getArrayEntry() -
Method in class org.apache.hive.service.cli.thrift.TTypeEntry
-
- getAsciiStream(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getAsciiStream(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getAsciiStream(int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getAsciiStream(String) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getAString() -
Method in class org.apache.hadoop.hive.serde2.proto.test.Complexpb.Complex
-
- getAString() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.Complex
-
- getAstStringTree() -
Method in class org.apache.hadoop.hive.ql.plan.ExplainWork
-
- getAsyncClient(TNonblockingTransport) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.Factory
-
- getAsyncClient(TNonblockingTransport) -
Method in class org.apache.hadoop.hive.service.ThriftHive.AsyncClient.Factory
-
- getAsyncClient(TNonblockingTransport) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.AsyncClient.Factory
-
- getAttribute(String) -
Method in class org.apache.hadoop.hive.common.metrics.MetricsMBeanImpl
-
- getAttributes(String[]) -
Method in class org.apache.hadoop.hive.common.metrics.MetricsMBeanImpl
-
- getAttributes(String, String, String, String) -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getAttributes(String, String, String, String) -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getAuth() -
Method in class org.apache.hadoop.hive.hwi.HWISessionItem
-
- getAuthenticationProvider(AuthenticationProviderFactory.AuthMethods) -
Static method in class org.apache.hive.service.auth.AuthenticationProviderFactory
-
- getAuthenticator(Configuration, HiveConf.ConfVars) -
Static method in class org.apache.hadoop.hive.ql.metadata.HiveUtils
-
- getAuthenticator() -
Method in interface org.apache.hadoop.hive.ql.security.authorization.HiveAuthorizationProvider
-
- getAuthenticator() -
Method in class org.apache.hadoop.hive.ql.security.authorization.HiveAuthorizationProviderBase
-
- getAuthenticator() -
Method in class org.apache.hadoop.hive.ql.security.DummyHiveMetastoreAuthorizationProvider
-
- getAuthenticator() -
Method in class org.apache.hadoop.hive.ql.session.SessionState
-
- getAuthMethod() -
Method in enum org.apache.hive.service.auth.AuthenticationProviderFactory.AuthMethods
-
- getAuthMethod() -
Method in class org.apache.hive.service.auth.PlainSaslServer.ExternalAuthenticationCallback
-
- getAuthName() -
Method in enum org.apache.hive.service.auth.HiveAuthFactory.AuthTypes
-
- getAuthorizationID() -
Method in class org.apache.hive.service.auth.PlainSaslServer
-
- getAuthorizationProvider() -
Method in class org.apache.hadoop.hive.ql.metadata.DefaultStorageHandler
-
- getAuthorizationProvider() -
Method in interface org.apache.hadoop.hive.ql.metadata.HiveStorageHandler
- Returns the implementation specific authorization provider
- getAuthorizeProviderManager(Configuration, HiveConf.ConfVars, HiveAuthenticationProvider) -
Static method in class org.apache.hadoop.hive.ql.metadata.HiveUtils
-
- getAuthorizer() -
Method in class org.apache.hadoop.hive.ql.session.SessionState
-
- getAuthProcFactory(ThriftCLIService) -
Method in class org.apache.hive.service.auth.HiveAuthFactory
-
- getAuthTransFactory() -
Method in class org.apache.hive.service.auth.HiveAuthFactory
-
- getAutoCommit() -
Method in class org.apache.hadoop.hive.jdbc.HiveConnection
-
- getAutoCommit() -
Method in class org.apache.hive.jdbc.HiveConnection
-
- getAuxJars() -
Method in class org.apache.hadoop.hive.conf.HiveConf
-
- getAvgColLen() -
Method in class org.apache.hadoop.hive.metastore.api.BinaryColumnStatsData
-
- getAvgColLen() -
Method in class org.apache.hadoop.hive.metastore.api.StringColumnStatsData
-
- getAvgColLen() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionColumnStatistics
-
- getAvgColLen() -
Method in class org.apache.hadoop.hive.metastore.model.MTableColumnStatistics
-
- getBackupChildrenTasks() -
Method in class org.apache.hadoop.hive.ql.exec.Task
-
- getBackupTask() -
Method in class org.apache.hadoop.hive.ql.exec.Task
-
- getBadRecords() -
Method in class org.apache.hadoop.hive.metastore.ObjectStore.UpdateMDatabaseURIRetVal
-
- getBadRecords() -
Method in class org.apache.hadoop.hive.metastore.ObjectStore.UpdateMStorageDescriptorTblPropURIRetVal
-
- getBadRecords() -
Method in class org.apache.hadoop.hive.metastore.ObjectStore.UpdateMStorageDescriptorTblURIRetVal
-
- getBadRecords() -
Method in class org.apache.hadoop.hive.metastore.ObjectStore.UpdateSerdeURIRetVal
-
- getBase_tbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_index_args
-
- getBaseCols() -
Method in class org.apache.hadoop.hive.ql.hooks.LineageInfo.Dependency
-
- getBaseFileName() -
Method in class org.apache.hadoop.hive.ql.plan.PartitionDesc
-
- getBaseSrc() -
Method in class org.apache.hadoop.hive.ql.parse.QBJoinTree
-
- getBaseTableName() -
Method in class org.apache.hadoop.hive.ql.optimizer.index.RewriteCanApplyCtx
-
- getBaseTableName() -
Method in class org.apache.hadoop.hive.ql.optimizer.index.RewriteQueryUsingAggregateIndexCtx
-
- getBaseTableName() -
Method in class org.apache.hadoop.hive.ql.plan.AlterIndexDesc
-
- getBaseToIdxTableMap() -
Method in class org.apache.hadoop.hive.ql.optimizer.index.RewriteCanApplyCtx
-
- getBasicStat() -
Static method in class org.apache.hadoop.hive.ql.stats.jdbc.JDBCStatsUtils
- Returns the basic type of the supported statistics.
- getBeginColumn() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
-
- getBeginLine() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
-
- getBestRowIdentifier(String, String, String, int, boolean) -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getBestRowIdentifier(String, String, String, int, boolean) -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getBigDecimal(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getBigDecimal(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getBigDecimal(int, int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getBigDecimal(String, int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getBigDecimal(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getBigDecimal(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getBigDecimal(int, int) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getBigDecimal() -
Method in class org.apache.hadoop.hive.serde2.io.BigDecimalWritable
-
- getBigDecimal(Object, PrimitiveObjectInspector) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
-
- getBigDecimal(int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getBigDecimal(String) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getBigDecimal(int, int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getBigDecimal(String, int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getBigDecimal(int) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getBigDecimal(String) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getBigDecimal(int, int) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getBigKeysDirMap() -
Method in class org.apache.hadoop.hive.ql.plan.HashTableSinkDesc
-
- getBigKeysDirMap() -
Method in class org.apache.hadoop.hive.ql.plan.JoinDesc
-
- getBigTableAlias() -
Method in class org.apache.hadoop.hive.ql.plan.MapJoinDesc
-
- getBigTableBucketNumMapping() -
Method in class org.apache.hadoop.hive.ql.plan.MapJoinDesc
-
- getBigTableCandidates(JoinCondDesc[]) -
Static method in class org.apache.hadoop.hive.ql.optimizer.MapJoinProcessor
- Get a list of big table candidates.
- getBigTablePartSpecToFileMapping() -
Method in class org.apache.hadoop.hive.ql.plan.BucketMapJoinContext
-
- getBigTablePartSpecToFileMapping() -
Method in class org.apache.hadoop.hive.ql.plan.MapJoinDesc
-
- getBin(int) -
Method in class org.apache.hadoop.hive.ql.udf.generic.NumericHistogram
- Returns a particular histogram bin.
- getBinary(Object, PrimitiveObjectInspector) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
-
- getBinarySortable() -
Method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
-
- getBinaryStats() -
Method in class org.apache.hadoop.hive.metastore.api.ColumnStatisticsData
-
- getBinaryStream(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getBinaryStream(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getBinaryStream(int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getBinaryStream(String) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getBinaryValue() -
Method in class org.apache.hive.service.cli.thrift.TGetInfoValue
-
- getBitVector(int) -
Method in class org.apache.hadoop.hive.ql.udf.generic.NumDistinctValueEstimator
-
- getBitVectorSize() -
Method in class org.apache.hadoop.hive.ql.udf.generic.NumDistinctValueEstimator
-
- getBlob(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getBlob(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getBlob(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getBlob(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getBlob(int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getBlob(String) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getBlob(int) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getBlob(String) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getBookkeepingInfo(String) -
Method in class org.apache.hadoop.hive.ql.exec.Stat
-
- getBoolColumn() -
Method in class org.apache.hive.service.cli.thrift.TColumn
-
- getBoolean(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getBoolean(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getBoolean(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getBoolean(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getBoolean(String) -
Static method in class org.apache.hadoop.hive.ql.processors.SetProcessor
-
- getBoolean(Object, PrimitiveObjectInspector) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
- Get the boolean value out of a primitive object.
- getBoolean(int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getBoolean(String) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getBoolean(int) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getBoolean(String) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getBooleanStats() -
Method in class org.apache.hadoop.hive.metastore.api.ColumnStatisticsData
-
- getBoolExprProcessor() -
Static method in class org.apache.hadoop.hive.ql.parse.TypeCheckProcFactory
- Factory method to get BoolExprProcessor.
- getBoolVal() -
Method in class org.apache.hive.service.cli.thrift.TColumnValue
-
- getBoolVar(Configuration, HiveConf.ConfVars) -
Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getBoolVar(Configuration, HiveConf.ConfVars, boolean) -
Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getBoolVar(HiveConf.ConfVars) -
Method in class org.apache.hadoop.hive.conf.HiveConf
-
- getBranch() -
Static method in class org.apache.hive.common.util.HiveVersionInfo
- Get the branch on which this originated.
- getBucket(K2, V2, int) -
Method in class org.apache.hadoop.hive.ql.io.DefaultHivePartitioner
- Use
Object.hashCode()
to partition.
- getBucket(K2, V2, int) -
Method in interface org.apache.hadoop.hive.ql.io.HivePartitioner
- Get the final bucket within a partition.
- getBucketCols() -
Method in class org.apache.hadoop.hive.metastore.api.StorageDescriptor
-
- getBucketCols() -
Method in class org.apache.hadoop.hive.metastore.model.MStorageDescriptor
-
- getBucketCols() -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
-
- getBucketCols() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getBucketCols() -
Method in class org.apache.hadoop.hive.ql.plan.AddPartitionDesc
-
- getBucketCols() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableDesc
-
- getBucketColsIterator() -
Method in class org.apache.hadoop.hive.metastore.api.StorageDescriptor
-
- getBucketColsSize() -
Method in class org.apache.hadoop.hive.metastore.api.StorageDescriptor
-
- getBucketColumns() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableDesc
-
- getBucketCount() -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
-
- getBucketFileName(String) -
Method in class org.apache.hadoop.hive.ql.plan.MapredLocalWork
-
- getBucketFileNameMapping() -
Method in interface org.apache.hadoop.hive.ql.exec.BucketMatcher
-
- getBucketFileNameMapping() -
Method in class org.apache.hadoop.hive.ql.exec.DefaultBucketMatcher
-
- getBucketFileNameMapping() -
Method in class org.apache.hadoop.hive.ql.plan.BucketMapJoinContext
-
- getBucketGroup() -
Method in class org.apache.hadoop.hive.ql.plan.GroupByDesc
-
- getBucketingDimensionId() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getBucketMapjoinContext() -
Method in class org.apache.hadoop.hive.ql.plan.HashTableSinkDesc
-
- getBucketMapjoinContext() -
Method in class org.apache.hadoop.hive.ql.plan.MapredLocalWork
-
- getBucketMapjoinContextExplain() -
Method in class org.apache.hadoop.hive.ql.plan.MapredLocalWork
-
- getBucketMatcherClass() -
Method in class org.apache.hadoop.hive.ql.plan.BucketMapJoinContext
-
- getBucketPath(int) -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
- mapping from bucket number to bucket path
- getBuffer() -
Method in class org.apache.hadoop.hive.thrift.TFilterTransport
-
- getBufferPosition() -
Method in class org.apache.hadoop.hive.thrift.TFilterTransport
-
- getBufferSize() -
Method in class org.apache.hadoop.hive.ql.plan.CollectDesc
-
- getBuildVersion() -
Static method in class org.apache.hive.common.util.HiveVersionInfo
- Returns the buildVersion which includes version,
revision, user and date.
- getBuiltinUtilsClass() -
Static method in class org.apache.hadoop.hive.ql.exec.Utilities
-
- getByte(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getByte(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getByte(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getByte(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getByte(String, byte) -
Static method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- Return the byte value of the number string.
- getByte(Object, PrimitiveObjectInspector) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
- Get the byte value out of a primitive object.
- getByte(int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getByte(String) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getByte(int) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getByte(String) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getByteColumn() -
Method in class org.apache.hive.service.cli.thrift.TColumn
-
- getBytes(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getBytes(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getBytes(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getBytes(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getBytes() -
Method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
- Used to create copies of objects
- getBytes(int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getBytes(String) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getBytes(int) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getBytes(String) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getBytesCopy() -
Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
- Returns a copy of the underlying bytes referenced by this instance.
- getBytesRemainingInBuffer() -
Method in class org.apache.hadoop.hive.thrift.TFilterTransport
-
- getByteVal() -
Method in class org.apache.hive.service.cli.thrift.TColumnValue
-
- getByteValue(String, String) -
Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
-
- getCandidateFilterOps() -
Method in class org.apache.hadoop.hive.ql.ppd.OpWalkerInfo
-
- getCatalog() -
Method in class org.apache.hadoop.hive.jdbc.HiveConnection
-
- getCatalog() -
Method in class org.apache.hive.jdbc.HiveConnection
-
- getCatalogName(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveResultSetMetaData
-
- getCatalogName(int) -
Method in class org.apache.hive.jdbc.HiveResultSetMetaData
-
- getCatalogName() -
Method in class org.apache.hive.service.cli.thrift.TGetColumnsReq
-
- getCatalogName() -
Method in class org.apache.hive.service.cli.thrift.TGetFunctionsReq
-
- getCatalogName() -
Method in class org.apache.hive.service.cli.thrift.TGetSchemasReq
-
- getCatalogName() -
Method in class org.apache.hive.service.cli.thrift.TGetTablesReq
-
- getCatalogs() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getCatalogs() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getCatalogs(SessionHandle) -
Method in class org.apache.hive.service.cli.CLIService
-
- getCatalogs(SessionHandle) -
Method in class org.apache.hive.service.cli.CLIServiceClient
-
- getCatalogs(SessionHandle) -
Method in class org.apache.hive.service.cli.EmbeddedCLIServiceClient
-
- getCatalogs(SessionHandle) -
Method in interface org.apache.hive.service.cli.ICLIService
-
- getCatalogs() -
Method in class org.apache.hive.service.cli.session.Session
-
- GetCatalogs(TGetCatalogsReq, AsyncMethodCallback<TCLIService.AsyncClient.GetCatalogs_call>) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.AsyncClient
-
- GetCatalogs(TGetCatalogsReq, AsyncMethodCallback<TCLIService.AsyncClient.GetCatalogs_call>) -
Method in interface org.apache.hive.service.cli.thrift.TCLIService.AsyncIface
-
- GetCatalogs(TGetCatalogsReq) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Client
-
- GetCatalogs(TGetCatalogsReq) -
Method in interface org.apache.hive.service.cli.thrift.TCLIService.Iface
-
- GetCatalogs(TGetCatalogsReq) -
Method in class org.apache.hive.service.cli.thrift.ThriftCLIService
-
- getCatalogs(SessionHandle) -
Method in class org.apache.hive.service.cli.thrift.ThriftCLIServiceClient
-
- getCatalogSeparator() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getCatalogSeparator() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- GetCatalogsOperation - Class in org.apache.hive.service.cli.operation
- GetCatalogsOperation.
- GetCatalogsOperation(Session) -
Constructor for class org.apache.hive.service.cli.operation.GetCatalogsOperation
-
- getCatalogTerm() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getCatalogTerm() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getCategory() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyListObjectInspector
-
- getCategory() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyMapObjectInspector
-
- getCategory() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector
-
- getCategory() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyUnionObjectInspector
-
- getCategory() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedListObjectInspector
-
- getCategory() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedMapObjectInspector
-
- getCategory() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedStructObjectInspector
-
- getCategory() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedUnionObjectInspector
-
- getCategory() -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector
- An ObjectInspector must inherit from one of the following interfaces if
getCategory() returns: PRIMITIVE: PrimitiveObjectInspector LIST:
ListObjectInspector MAP: MapObjectInspector STRUCT: StructObjectInspector.
- getCategory() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveObjectInspector
- Return the associated category this primitive ObjectInspector.
- getCategory() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.ReflectionStructObjectInspector
-
- getCategory() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardListObjectInspector
-
- getCategory() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardMapObjectInspector
-
- getCategory() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardStructObjectInspector
-
- getCategory() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardUnionObjectInspector
-
- getCategory() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.SubStructObjectInspector
-
- getCategory() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.UnionStructObjectInspector
-
- getCategory() -
Method in class org.apache.hadoop.hive.serde2.typeinfo.ListTypeInfo
-
- getCategory() -
Method in class org.apache.hadoop.hive.serde2.typeinfo.MapTypeInfo
-
- getCategory() -
Method in class org.apache.hadoop.hive.serde2.typeinfo.PrimitiveTypeInfo
- Returns the category of this TypeInfo.
- getCategory() -
Method in class org.apache.hadoop.hive.serde2.typeinfo.StructTypeInfo
-
- getCategory() -
Method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfo
- The Category of this TypeInfo.
- getCategory() -
Method in class org.apache.hadoop.hive.serde2.typeinfo.UnionTypeInfo
-
- getCD() -
Method in class org.apache.hadoop.hive.metastore.model.MStorageDescriptor
-
- getChangedProperties() -
Method in class org.apache.hadoop.hive.conf.HiveConf
-
- getCharacterStream(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getCharacterStream(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getCharacterStream(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getCharacterStream(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getCharacterStream(int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getCharacterStream(String) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getCharacterStream(int) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getCharacterStream(String) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getCheckFileFormat() -
Method in class org.apache.hadoop.hive.ql.plan.MoveWork
-
- getChildErrStream() -
Method in class org.apache.hadoop.hive.ql.session.SessionState.LogHelper
-
- getChildExprs() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeGenericFuncDesc
-
- getChildOperators() -
Method in class org.apache.hadoop.hive.ql.exec.Operator
-
- getChildOutStream() -
Method in class org.apache.hadoop.hive.ql.session.SessionState.LogHelper
-
- getChildren() -
Method in class org.apache.hadoop.hive.ql.exec.Operator
- Implements the getChildren function for the Node Interface.
- getChildren() -
Method in class org.apache.hadoop.hive.ql.exec.Task
-
- getChildren() -
Method in interface org.apache.hadoop.hive.ql.lib.Node
- Gets the vector of children nodes.
- getChildren() -
Method in class org.apache.hadoop.hive.ql.parse.ASTNode
-
- getChildren() -
Method in class org.apache.hadoop.hive.ql.plan.api.Adjacency
-
- getChildren() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeDesc
-
- getChildren() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeFieldDesc
-
- getChildren() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeGenericFuncDesc
-
- getChildren() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldList
-
- getChildrenIterator() -
Method in class org.apache.hadoop.hive.ql.plan.api.Adjacency
-
- getChildrenSize() -
Method in class org.apache.hadoop.hive.ql.plan.api.Adjacency
-
- getChildTasks() -
Method in class org.apache.hadoop.hive.ql.exec.Task
-
- getClass(String) -
Static method in class org.apache.hadoop.hive.metastore.MetaStoreUtils
-
- getClassLoader() -
Static method in class org.apache.hadoop.hive.common.JavaUtils
- Standard way of getting classloader in Hive code (outside of Hadoop).
- getClassName() -
Method in class org.apache.hadoop.hive.ant.QTestGenTask
-
- getClassName() -
Method in class org.apache.hadoop.hive.ql.plan.CreateFunctionDesc
-
- getClauseNames() -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getClauseNamesForDest() -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getClient() -
Method in class org.apache.hadoop.hive.cli.CliSessionState
-
- getClient(TProtocol) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client.Factory
-
- getClient(TProtocol, TProtocol) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client.Factory
-
- getClient(TProtocol) -
Method in class org.apache.hadoop.hive.service.ThriftHive.Client.Factory
-
- getClient(TProtocol, TProtocol) -
Method in class org.apache.hadoop.hive.service.ThriftHive.Client.Factory
-
- getClient(TProtocol) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Client.Factory
-
- getClient(TProtocol, TProtocol) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Client.Factory
-
- getClient_protocol() -
Method in class org.apache.hive.service.cli.thrift.TOpenSessionReq
-
- getClientInfo() -
Method in class org.apache.hadoop.hive.jdbc.HiveConnection
-
- getClientInfo(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveConnection
-
- getClientInfo() -
Method in class org.apache.hive.jdbc.HiveConnection
-
- getClientInfo(String) -
Method in class org.apache.hive.jdbc.HiveConnection
-
- getClientInfoProperties() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getClientInfoProperties() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getClientIp() -
Method in class org.apache.hadoop.hive.ql.lockmgr.HiveLockObject.HiveLockObjectData
-
- getClientUGI() -
Method in class org.apache.hadoop.hive.thrift.TUGIContainingTransport
-
- getClob(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getClob(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getClob(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getClob(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getClob(int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getClob(String) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getClob(int) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getClob(String) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getCloneTSOpMap() -
Method in class org.apache.hadoop.hive.ql.optimizer.SkewJoinOptimizer.SkewJoinOptProcCtx
-
- getClusterByForClause(String) -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
- Get the Cluster By AST for the clause.
- getClusterMode() -
Method in class org.apache.hadoop.hive.ant.QTestGenTask
-
- getClusterStatus() -
Method in class org.apache.hadoop.hive.ql.Driver
- Return the status information about the Map-Reduce cluster
- getClusterStatus() -
Method in class org.apache.hadoop.hive.service.HiveServer.HiveServerHandler
- Return the status information about the Map-Reduce cluster.
- getClusterStatus(AsyncMethodCallback<ThriftHive.AsyncClient.getClusterStatus_call>) -
Method in class org.apache.hadoop.hive.service.ThriftHive.AsyncClient
-
- getClusterStatus(AsyncMethodCallback<ThriftHive.AsyncClient.getClusterStatus_call>) -
Method in interface org.apache.hadoop.hive.service.ThriftHive.AsyncIface
-
- getClusterStatus() -
Method in class org.apache.hadoop.hive.service.ThriftHive.Client
-
- getClusterStatus() -
Method in interface org.apache.hadoop.hive.service.ThriftHive.Iface
-
- getCmd() -
Method in class org.apache.hadoop.hive.ql.Context
- Find the original query command.
- getCmd() -
Method in class org.apache.hadoop.hive.ql.session.SessionState
-
- getCol() -
Method in class org.apache.hadoop.hive.metastore.api.Order
-
- getCol() -
Method in class org.apache.hadoop.hive.metastore.model.MOrder
-
- getCol() -
Method in class org.apache.hadoop.hive.ql.plan.ExtractDesc
-
- getCol_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.delete_partition_column_statistics_args
-
- getCol_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.delete_table_column_statistics_args
-
- getCol_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_column_statistics_args
-
- getCol_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_column_statistics_args
-
- getColList() -
Method in class org.apache.hadoop.hive.ql.plan.SelectDesc
-
- getCollItemDelim() -
Method in class org.apache.hadoop.hive.ql.plan.CreateIndexDesc
-
- getCollItemDelim() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableDesc
-
- getColName() -
Method in class org.apache.hadoop.hive.metastore.api.ColumnStatisticsObj
-
- getColName() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionColumnStatistics
-
- getColName() -
Method in class org.apache.hadoop.hive.metastore.model.MTableColumnStatistics
-
- getColName() -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getColName() -
Method in class org.apache.hadoop.hive.ql.plan.ColumnStatsDesc
-
- getCols() -
Method in class org.apache.hadoop.hive.metastore.api.StorageDescriptor
-
- getCols() -
Method in class org.apache.hadoop.hive.metastore.model.MColumnDescriptor
-
- getCols() -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
-
- getCols() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getCols() -
Method in class org.apache.hadoop.hive.ql.plan.AddPartitionDesc
-
- getCols() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableDesc
-
- getCols() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeColumnDesc
-
- getCols() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeDesc
-
- getCols() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeFieldDesc
-
- getCols() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeGenericFuncDesc
-
- getColsFromSelectExpr(SelectOperator) -
Method in class org.apache.hadoop.hive.ql.optimizer.ColumnPrunerProcCtx
- Creates the list of internal column names from select expressions in a
select operator.
- getColsIterator() -
Method in class org.apache.hadoop.hive.metastore.api.StorageDescriptor
-
- getColsSize() -
Method in class org.apache.hadoop.hive.metastore.api.StorageDescriptor
-
- getColsString() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableDesc
-
- getColStats() -
Method in class org.apache.hadoop.hive.ql.plan.ColumnStatsWork
-
- getColType() -
Method in class org.apache.hadoop.hive.metastore.api.ColumnStatisticsObj
-
- getColType() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionColumnStatistics
-
- getColType() -
Method in class org.apache.hadoop.hive.metastore.model.MTableColumnStatistics
-
- getColType() -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getColType() -
Method in class org.apache.hadoop.hive.ql.plan.ColumnStatsDesc
-
- getColumn() -
Method in class org.apache.hadoop.hive.ql.hooks.LineageInfo.BaseColumnInfo
-
- getColumn(int, BytesRefArrayWritable) -
Method in class org.apache.hadoop.hive.ql.io.RCFile.Reader
- Fetch all data in the buffer for a given column.
- getColumn() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeColumnDesc
-
- getColumn() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
- Deprecated.
- getColumnarStructObjectInspector(List<String>, List<ObjectInspector>) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory
-
- getColumnarStructObjectInspector(List<String>, List<ObjectInspector>, List<String>) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory
-
- getColumnClassName(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveResultSetMetaData
-
- getColumnClassName(int) -
Method in class org.apache.hive.jdbc.HiveResultSetMetaData
-
- getColumnCount() -
Method in class org.apache.hadoop.hive.jdbc.HiveResultSetMetaData
-
- getColumnCount() -
Method in class org.apache.hive.jdbc.HiveResultSetMetaData
-
- getColumnDesc() -
Method in class org.apache.hadoop.hive.ql.index.IndexSearchCondition
-
- getColumnDescriptorAt(int) -
Method in class org.apache.hive.service.cli.TableSchema
-
- getColumnDescriptors() -
Method in class org.apache.hive.service.cli.TableSchema
-
- getColumnDisplaySize(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveResultSetMetaData
-
- getColumnDisplaySize(int) -
Method in class org.apache.hive.jdbc.HiveResultSetMetaData
-
- getColumnExprMap() -
Method in class org.apache.hadoop.hive.ql.exec.Operator
- Returns a map of output column name to input expression map Note that
currently it returns only key columns for ReduceSink and GroupBy operators.
- getColumnExprProcessor() -
Static method in class org.apache.hadoop.hive.ql.parse.TypeCheckProcFactory
- Factory method to get ColumnExprProcessor.
- getColumnInfos() -
Method in class org.apache.hadoop.hive.ql.parse.RowResolver
-
- getColumnInternalName(int) -
Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getColumnInternalName(int) -
Static method in class org.apache.hadoop.hive.ql.parse.SemanticAnalyzer
-
- getColumnLabel(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveResultSetMetaData
-
- getColumnLabel(int) -
Method in class org.apache.hive.jdbc.HiveResultSetMetaData
-
- getColumnName(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveResultSetMetaData
-
- getColumnName() -
Method in class org.apache.hadoop.hive.jdbc.JdbcColumn
-
- getColumnName() -
Method in class org.apache.hadoop.hive.metastore.api.HiveObjectRef
-
- getColumnName() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege
-
- getColumnName() -
Method in class org.apache.hadoop.hive.metastore.model.MTableColumnPrivilege
-
- getColumnName(int) -
Method in class org.apache.hive.jdbc.HiveResultSetMetaData
-
- getColumnName() -
Method in class org.apache.hive.jdbc.JdbcColumn
-
- getColumnName() -
Method in class org.apache.hive.service.cli.thrift.TColumnDesc
-
- getColumnName() -
Method in class org.apache.hive.service.cli.thrift.TGetColumnsReq
-
- getColumnNames(Properties) -
Static method in class org.apache.hadoop.hive.ql.exec.Utilities
-
- getColumnNames(List<FieldSchema>) -
Static method in class org.apache.hadoop.hive.ql.index.AbstractIndexHandler
-
- getColumnNames(ASTNode) -
Method in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
-
- getColumnNames() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe.SerDeParameters
-
- getColumnNamesFromFieldSchema(List<FieldSchema>) -
Static method in class org.apache.hadoop.hive.metastore.MetaStoreUtils
- Convert FieldSchemas to columnNames.
- getColumnNamesFromFieldSchema(List<FieldSchema>) -
Static method in class org.apache.hadoop.hive.ql.exec.Utilities
-
- getColumnNamesFromSortCols(List<Order>) -
Static method in class org.apache.hadoop.hive.ql.exec.Utilities
-
- getColumnNamesOrder(ASTNode) -
Method in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
-
- getColumnNumber() -
Method in class org.apache.hadoop.hive.ql.io.RCFile.KeyBuffer
-
- getColumnNumber(Configuration) -
Static method in class org.apache.hadoop.hive.ql.io.RCFileOutputFormat
- Returns the number of columns set in the conf for writers.
- getColumnPath() -
Method in class org.apache.hadoop.hive.ql.plan.DescTableDesc
-
- getColumnPrivileges(String, String, String, String) -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getColumnPrivileges(String, String, String, String) -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getColumnPrivilegeSet(String, String, String, String, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- getColumnPrivilegeSet(String, String, String, String, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getColumnPrivilegeSet(String, String, String, String, String, List<String>) -
Method in interface org.apache.hadoop.hive.metastore.RawStore
-
- getColumnProcessor() -
Static method in class org.apache.hadoop.hive.ql.optimizer.lineage.ExprProcFactory
-
- getColumnProcessor() -
Static method in class org.apache.hadoop.hive.ql.optimizer.listbucketingpruner.LBExprProcFactory
- Instantiate column processor.
- getColumnProcessor() -
Static method in class org.apache.hadoop.hive.ql.optimizer.pcr.PcrExprProcFactory
-
- getColumnProcessor() -
Static method in class org.apache.hadoop.hive.ql.optimizer.ppr.ExprProcFactory
- Instantiate column processor.
- getColumnProcessor() -
Static method in class org.apache.hadoop.hive.ql.ppd.ExprWalkerProcFactory
-
- getColumns(String, String, String, String) -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getColumns(ASTNode) -
Method in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
-
- getColumns(ASTNode, boolean) -
Static method in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
- Get the list of FieldSchema out of the ASTNode.
- getColumns() -
Method in class org.apache.hadoop.hive.ql.plan.LoadFileDesc
-
- getColumns() -
Method in class org.apache.hadoop.hive.ql.plan.LoadMultiFilesDesc
-
- getColumns() -
Method in class org.apache.hadoop.hive.ql.plan.PrivilegeDesc
-
- getColumns() -
Method in class org.apache.hadoop.hive.ql.plan.ShowGrantDesc
-
- getColumns(String, String, String, String) -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getColumns(SessionHandle, String, String, String, String) -
Method in class org.apache.hive.service.cli.CLIService
-
- getColumns(SessionHandle, String, String, String, String) -
Method in class org.apache.hive.service.cli.CLIServiceClient
-
- getColumns(SessionHandle, String, String, String, String) -
Method in class org.apache.hive.service.cli.EmbeddedCLIServiceClient
-
- getColumns(SessionHandle, String, String, String, String) -
Method in interface org.apache.hive.service.cli.ICLIService
-
- getColumns(String, String, String, String) -
Method in class org.apache.hive.service.cli.session.Session
-
- GetColumns(TGetColumnsReq, AsyncMethodCallback<TCLIService.AsyncClient.GetColumns_call>) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.AsyncClient
-
- GetColumns(TGetColumnsReq, AsyncMethodCallback<TCLIService.AsyncClient.GetColumns_call>) -
Method in interface org.apache.hive.service.cli.thrift.TCLIService.AsyncIface
-
- GetColumns(TGetColumnsReq) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Client
-
- GetColumns(TGetColumnsReq) -
Method in interface org.apache.hive.service.cli.thrift.TCLIService.Iface
-
- GetColumns(TGetColumnsReq) -
Method in class org.apache.hive.service.cli.thrift.ThriftCLIService
-
- getColumns(SessionHandle, String, String, String, String) -
Method in class org.apache.hive.service.cli.thrift.ThriftCLIServiceClient
-
- getColumns() -
Method in class org.apache.hive.service.cli.thrift.TRowSet
-
- getColumns() -
Method in class org.apache.hive.service.cli.thrift.TTableSchema
-
- getColumnsHeader() -
Static method in class org.apache.hadoop.hive.ql.metadata.formatting.MetaDataFormatUtils
-
- getColumnsIterator() -
Method in class org.apache.hive.service.cli.thrift.TRowSet
-
- getColumnsIterator() -
Method in class org.apache.hive.service.cli.thrift.TTableSchema
-
- getColumnSize() -
Method in class org.apache.hadoop.hive.jdbc.JdbcColumn
-
- getColumnSize() -
Method in class org.apache.hive.jdbc.JdbcColumn
-
- getColumnSize() -
Method in enum org.apache.hive.service.cli.Type
- The column size for this type.
- GetColumnsOperation - Class in org.apache.hive.service.cli.operation
- GetColumnsOperation.
- GetColumnsOperation(Session, String, String, String, String) -
Constructor for class org.apache.hive.service.cli.operation.GetColumnsOperation
-
- getColumnsSize() -
Method in class org.apache.hive.service.cli.thrift.TRowSet
-
- getColumnsSize() -
Method in class org.apache.hive.service.cli.thrift.TTableSchema
-
- getColumnType(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveResultSetMetaData
-
- getColumnType(int) -
Method in class org.apache.hive.jdbc.HiveResultSetMetaData
-
- getColumnTypeName(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveResultSetMetaData
-
- getColumnTypeName(int) -
Method in class org.apache.hive.jdbc.HiveResultSetMetaData
-
- getColumnTypes(Properties) -
Static method in class org.apache.hadoop.hive.ql.exec.Utilities
-
- getColumnTypes() -
Method in class org.apache.hadoop.hive.ql.plan.LoadFileDesc
-
- getColumnTypes() -
Method in class org.apache.hadoop.hive.ql.plan.LoadMultiFilesDesc
-
- getColumnTypes() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe.SerDeParameters
-
- getColumnTypesFromFieldSchema(List<FieldSchema>) -
Static method in class org.apache.hadoop.hive.metastore.MetaStoreUtils
- Convert FieldSchemas to columnTypes.
- getColVals() -
Method in class org.apache.hive.service.cli.thrift.TRow
-
- getColValsIterator() -
Method in class org.apache.hive.service.cli.thrift.TRow
-
- getColValsSize() -
Method in class org.apache.hive.service.cli.thrift.TRow
-
- getCombineFileInputFormat() -
Method in interface org.apache.hadoop.hive.shims.HadoopShims
-
- getCommand() -
Method in interface org.apache.hadoop.hive.ql.HiveDriverRunHookContext
-
- getCommand() -
Method in class org.apache.hadoop.hive.ql.HiveDriverRunHookContextImpl
-
- getCommand() -
Method in class org.apache.hadoop.hive.ql.plan.MapredWork
-
- getCommandCompletor() -
Static method in class org.apache.hadoop.hive.cli.CliDriver
-
- getCommandProcessor() -
Method in class org.apache.hive.service.cli.operation.HiveCommandOperation
-
- getCommandType() -
Method in class org.apache.hadoop.hive.ql.session.SessionState
-
- getComment() -
Method in class org.apache.hadoop.hive.jdbc.JdbcColumn
-
- getComment() -
Method in class org.apache.hadoop.hive.jdbc.JdbcTable
-
- getComment() -
Method in class org.apache.hadoop.hive.metastore.api.FieldSchema
-
- getComment() -
Method in class org.apache.hadoop.hive.metastore.model.MFieldSchema
-
- getComment() -
Method in class org.apache.hadoop.hive.ql.plan.AlterDatabaseDesc
-
- getComment() -
Method in class org.apache.hadoop.hive.ql.plan.CreateDatabaseDesc
-
- getComment() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableDesc
-
- getComment() -
Method in class org.apache.hadoop.hive.ql.plan.CreateViewDesc
-
- getComment() -
Method in class org.apache.hive.jdbc.JdbcColumn
-
- getComment() -
Method in class org.apache.hive.jdbc.JdbcTable
-
- getComment() -
Method in class org.apache.hive.service.cli.ColumnDescriptor
-
- getComment() -
Method in class org.apache.hive.service.cli.thrift.TColumnDesc
-
- getComments() -
Method in class org.apache.hadoop.hive.metastore.api.Version
-
- getCommonClass(TypeInfo, TypeInfo) -
Static method in class org.apache.hadoop.hive.ql.exec.FunctionRegistry
- Find a common class that objects of both TypeInfo a and TypeInfo b can
convert to.
- getCommonClassForComparison(TypeInfo, TypeInfo) -
Static method in class org.apache.hadoop.hive.ql.exec.FunctionRegistry
- Find a common class that objects of both TypeInfo a and TypeInfo b can
convert to.
- getCommonClassForUnionAll(TypeInfo, TypeInfo) -
Static method in class org.apache.hadoop.hive.ql.exec.FunctionRegistry
- Find a common class for union-all operator
- getCommonJoinTask() -
Method in class org.apache.hadoop.hive.ql.plan.ConditionalResolverCommonJoin.ConditionalResolverCommonJoinCtx
-
- getComparison() -
Method in class org.apache.hadoop.hive.ql.io.IOContext
-
- getComparisonExpr() -
Method in class org.apache.hadoop.hive.ql.index.IndexSearchCondition
-
- getComparisonOp() -
Method in class org.apache.hadoop.hive.ql.index.IndexSearchCondition
-
- getCompleteName() -
Method in class org.apache.hadoop.hive.ql.metadata.DummyPartition
-
- getCompleteName() -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
-
- getCompleteName() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getCompleteTaskList() -
Method in class org.apache.hadoop.hive.ql.hooks.HookContext
-
- getCompressCodec() -
Method in class org.apache.hadoop.hive.ql.plan.FileSinkDesc
-
- getCompressed() -
Method in class org.apache.hadoop.hive.ql.plan.FileSinkDesc
-
- getCompressionCodec() -
Method in class org.apache.hadoop.hive.ql.io.RCFile.Reader
-
- getCompressionCodec() -
Method in class org.apache.hadoop.hive.ql.io.RCFile.Writer
- Deprecated.
- getCompressor(CompressionCodec) -
Static method in class org.apache.hadoop.hive.ql.io.CodecPool
- Get a
Compressor
for the given CompressionCodec
from the
pool or a new one.
- getCompressType() -
Method in class org.apache.hadoop.hive.ql.plan.FileSinkDesc
-
- getConcurrency() -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getConcurrency() -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getConds() -
Method in class org.apache.hadoop.hive.ql.plan.HashTableSinkDesc
-
- getConds() -
Method in class org.apache.hadoop.hive.ql.plan.JoinDesc
-
- getCondsList() -
Method in class org.apache.hadoop.hive.ql.plan.JoinDesc
-
- getConf() -
Method in class org.apache.hadoop.hive.cli.RCFileCat
-
- getConf() -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- getConf() -
Method in class org.apache.hadoop.hive.metastore.HiveAlterHandler
-
- getConf() -
Method in class org.apache.hadoop.hive.metastore.MetaStoreEndFunctionListener
-
- getConf() -
Method in class org.apache.hadoop.hive.metastore.MetaStoreEventListener
-
- getConf() -
Method in class org.apache.hadoop.hive.metastore.MetaStorePreEventListener
-
- getConf() -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getConf() -
Method in class org.apache.hadoop.hive.metastore.RetryingHMSHandler
-
- getConf() -
Method in class org.apache.hadoop.hive.metastore.RetryingRawStore
-
- getConf() -
Method in class org.apache.hadoop.hive.ql.Context
-
- getConf() -
Method in class org.apache.hadoop.hive.ql.exec.errors.RegexErrorHeuristic
-
- getConf() -
Method in class org.apache.hadoop.hive.ql.exec.HashTableSinkOperator.HashTableSinkObjectCtx
-
- getConf() -
Method in class org.apache.hadoop.hive.ql.exec.Operator
-
- getConf() -
Method in class org.apache.hadoop.hive.ql.HiveDriverRunHookContextImpl
-
- getConf() -
Method in class org.apache.hadoop.hive.ql.hooks.HookContext
-
- getConf() -
Method in class org.apache.hadoop.hive.ql.index.TableBasedIndexHandler
-
- getConf() -
Method in class org.apache.hadoop.hive.ql.io.FlatFileInputFormat.SerializationContextFromConf
-
- getConf() -
Method in class org.apache.hadoop.hive.ql.io.HiveInputFormat.HiveInputSplit
-
- getConf() -
Method in class org.apache.hadoop.hive.ql.lockmgr.HiveLockManagerCtx
-
- getConf() -
Method in class org.apache.hadoop.hive.ql.metadata.DefaultStorageHandler
-
- getConf() -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
-
- getConf() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext
-
- getConf() -
Method in class org.apache.hadoop.hive.ql.optimizer.GroupByOptimizer.GroupByOptimizerContext
-
- getConf() -
Method in class org.apache.hadoop.hive.ql.optimizer.physical.PhysicalContext
-
- getConf() -
Method in class org.apache.hadoop.hive.ql.parse.HiveSemanticAnalyzerHookContextImpl
-
- getConf() -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
-
- getConf() -
Method in class org.apache.hadoop.hive.ql.security.authorization.HiveAuthorizationProviderBase
-
- getConf() -
Method in class org.apache.hadoop.hive.ql.security.DummyAuthenticator
-
- getConf() -
Method in class org.apache.hadoop.hive.ql.security.DummyHiveMetastoreAuthorizationProvider
-
- getConf() -
Method in class org.apache.hadoop.hive.ql.security.HadoopDefaultAuthenticator
-
- getConf() -
Method in class org.apache.hadoop.hive.ql.security.InjectableDummyAuthenticator
-
- getConf() -
Method in class org.apache.hadoop.hive.ql.session.SessionState
-
- getConfiguration() -
Method in class org.apache.hive.service.cli.operation.Operation
-
- getConfiguration() -
Method in class org.apache.hive.service.cli.thrift.TOpenSessionReq
-
- getConfiguration() -
Method in class org.apache.hive.service.cli.thrift.TOpenSessionResp
-
- getConfigurationSize() -
Method in class org.apache.hive.service.cli.thrift.TOpenSessionReq
-
- getConfigurationSize() -
Method in class org.apache.hive.service.cli.thrift.TOpenSessionResp
-
- getConfigValue(String, String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
-
- getConfigValue(String, String) -
Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
-
- getConfirmedPartns() -
Method in class org.apache.hadoop.hive.ql.parse.PrunedPartitionList
- get confirmed partitions.
- getConfOverlay() -
Method in class org.apache.hive.service.cli.thrift.TExecuteStatementReq
-
- getConfOverlaySize() -
Method in class org.apache.hive.service.cli.thrift.TExecuteStatementReq
-
- getConfSystemProperties() -
Static method in class org.apache.hadoop.hive.conf.HiveConf
- This method returns a mapping from config variable name to its value for all config variables
which have been set using System properties
- getConfVars(String) -
Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getConnection() -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getConnection() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getConnection() -
Method in class org.apache.hadoop.hive.jdbc.HiveDataSource
-
- getConnection(String, String) -
Method in class org.apache.hadoop.hive.jdbc.HiveDataSource
-
- getConnection() -
Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
-
- getConnection() -
Method in class org.apache.hadoop.hive.jdbc.HiveStatement
-
- getConnection() -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getConnection() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getConnection() -
Method in class org.apache.hive.jdbc.HiveDataSource
-
- getConnection(String, String) -
Method in class org.apache.hive.jdbc.HiveDataSource
-
- getConnection() -
Method in class org.apache.hive.jdbc.HivePreparedStatement
-
- getConnection() -
Method in class org.apache.hive.jdbc.HiveStatement
-
- getConnectionURLExamples() -
Method in class org.apache.hive.cli.beeline.BeeLine
-
- getConsole() -
Method in class org.apache.hadoop.hive.ql.exec.persistence.HashMapWrapper
-
- getConsole() -
Static method in class org.apache.hadoop.hive.ql.session.SessionState
- initialize or retrieve console object for SessionState.
- getConsoleReader(InputStream) -
Method in class org.apache.hive.cli.beeline.BeeLine
-
- getConstantDesc() -
Method in class org.apache.hadoop.hive.ql.index.IndexSearchCondition
-
- getConstantObjectInspector(ObjectInspector, Object) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
-
- getContentSummary(Path) -
Method in class org.apache.hadoop.fs.ProxyFileSystem
-
- getContentSummary(Path, JobConf) -
Method in interface org.apache.hadoop.hive.ql.io.ContentSummaryInputFormat
-
- getContentSummary(Path, JobConf) -
Method in class org.apache.hadoop.hive.ql.io.SymlinkTextInputFormat
-
- getContext() -
Method in class org.apache.hadoop.hive.ql.optimizer.physical.PhysicalContext
-
- getContext() -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
-
- getConvertedNode(Node) -
Method in class org.apache.hadoop.hive.ql.ppd.ExprWalkerInfo
-
- getConverter(ObjectInspector, ObjectInspector) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters
- Returns a converter that converts objects from one OI to another OI.
- getCount() -
Method in class org.apache.hadoop.hive.serde2.ByteStream.Input
-
- getCount() -
Method in class org.apache.hadoop.hive.serde2.ByteStream.Output
-
- getCount(Service.STATE) -
Method in class org.apache.hive.service.BreakableService
-
- getCounterNames() -
Method in class org.apache.hadoop.hive.ql.exec.Operator
-
- getCounterNameToEnum() -
Method in class org.apache.hadoop.hive.ql.exec.Operator
-
- getCounters() -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- getCounters() -
Method in class org.apache.hadoop.hive.ql.exec.Operator
-
- getCounters() -
Method in class org.apache.hadoop.hive.ql.exec.Task
-
- getCounters() -
Method in class org.apache.hadoop.hive.ql.exec.TaskHandle
-
- getCounters() -
Method in class org.apache.hadoop.hive.ql.MapRedStats
-
- getCounters() -
Method in class org.apache.hadoop.hive.ql.QueryPlan
-
- getCountForMapJoinDumpFilePrefix() -
Static method in class org.apache.hadoop.hive.ql.plan.PlanUtils
-
- getCpuMSec() -
Method in class org.apache.hadoop.hive.ql.MapRedStats
-
- getCpuProfile(int) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- getCreate(String) -
Static method in class org.apache.hadoop.hive.ql.stats.jdbc.JDBCStatsUtils
- Prepares CREATE TABLE query
- getCreateDatabaseDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getCreateFunctionDesc() -
Method in class org.apache.hadoop.hive.ql.plan.FunctionWork
-
- getCreateIndexDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getCreateParams() -
Method in enum org.apache.hive.service.cli.Type
- Parameters used in creating the type (may be null)
- getCreateTableGrants() -
Method in class org.apache.hadoop.hive.ql.session.SessionState
-
- getCreateTblDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getCreateTblLikeDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getCreateTime() -
Method in class org.apache.hadoop.hive.metastore.api.Index
-
- getCreateTime() -
Method in class org.apache.hadoop.hive.metastore.api.Partition
-
- getCreateTime() -
Method in class org.apache.hadoop.hive.metastore.api.PrivilegeGrantInfo
-
- getCreateTime() -
Method in class org.apache.hadoop.hive.metastore.api.Role
-
- getCreateTime() -
Method in class org.apache.hadoop.hive.metastore.api.Table
-
- getCreateTime() -
Method in class org.apache.hadoop.hive.metastore.model.MDBPrivilege
-
- getCreateTime() -
Method in class org.apache.hadoop.hive.metastore.model.MGlobalPrivilege
-
- getCreateTime() -
Method in class org.apache.hadoop.hive.metastore.model.MIndex
-
- getCreateTime() -
Method in class org.apache.hadoop.hive.metastore.model.MPartition
-
- getCreateTime() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege
-
- getCreateTime() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionPrivilege
-
- getCreateTime() -
Method in class org.apache.hadoop.hive.metastore.model.MRole
-
- getCreateTime() -
Method in class org.apache.hadoop.hive.metastore.model.MTable
-
- getCreateTime() -
Method in class org.apache.hadoop.hive.metastore.model.MTableColumnPrivilege
-
- getCreateTime() -
Method in class org.apache.hadoop.hive.metastore.model.MTablePrivilege
-
- getCreateViewDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getCreateVwDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getCrossReference(String, String, String, String, String, String) -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getCrossReference(String, String, String, String, String, String) -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getCS(String) -
Method in class org.apache.hadoop.hive.ql.Context
-
- getCtx() -
Method in class org.apache.hadoop.hive.ql.DriverContext
-
- getCurJobNo() -
Method in class org.apache.hadoop.hive.ql.DriverContext
-
- getCurrAliasId() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext.GenMapRedCtx
-
- getCurrAliasId() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext
-
- getCurrentBigBucketFile() -
Method in class org.apache.hadoop.hive.ql.exec.ExecMapperContext
-
- getCurrentBlockLength() -
Method in class org.apache.hadoop.hive.ql.io.RCFile.Reader
-
- getCurrentBlockStart() -
Method in class org.apache.hadoop.hive.ql.io.IOContext
-
- getCurrentCompressedKeyLen() -
Method in class org.apache.hadoop.hive.ql.io.RCFile.Reader
-
- getCurrentDatabase() -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
- Get the name of the current database
- getCurrentDbName() -
Method in class org.apache.hadoop.hive.cli.CliSessionState
- Return the name of the current database
- getCurrentInputFile() -
Method in class org.apache.hadoop.hive.ql.exec.ExecMapperContext
-
- getCurrentKeyBufferObj() -
Method in class org.apache.hadoop.hive.ql.io.RCFile.Reader
- return the KeyBuffer object used in the reader.
- getCurrentKeyLength() -
Method in class org.apache.hadoop.hive.ql.io.RCFile.Reader
-
- getCurrentMapJoin() -
Static method in class org.apache.hadoop.hive.ql.optimizer.MapJoinProcessor
-
- getCurrentMemory() -
Method in class org.apache.hadoop.hive.ql.exec.persistence.HashMapWrapper
-
- getCurrentRow() -
Method in class org.apache.hadoop.hive.ql.io.IOContext
-
- getCurrentRow(BytesRefArrayWritable) -
Method in class org.apache.hadoop.hive.ql.io.RCFile.Reader
- get the current row used,make sure called
RCFile.Reader.next(LongWritable)
first.
- getCurrentTask() -
Method in class org.apache.hadoop.hive.ql.optimizer.physical.index.IndexWhereProcCtx
-
- getCurrentTask() -
Method in class org.apache.hadoop.hive.ql.optimizer.physical.MapJoinResolver.LocalMapJoinProcCtx
-
- getCurrentTask() -
Method in class org.apache.hadoop.hive.ql.optimizer.physical.SkewJoinResolver.SkewJoinProcCtx
-
- getCurrentValueBufferObj() -
Method in class org.apache.hadoop.hive.ql.io.RCFile.Reader
- return the ValueBuffer object used in the reader.
- getCurrMapJoinOp() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext
-
- getCurrMapJoinOp() -
Method in class org.apache.hadoop.hive.ql.optimizer.MapJoinProcessor.MapJoinWalkerCtx
-
- getCurrPart() -
Method in class org.apache.hadoop.hive.ql.exec.FetchOperator
-
- getCurrTask() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext.GenMapRedCtx
-
- getCurrTask() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext
-
- getCurrTbl() -
Method in class org.apache.hadoop.hive.ql.exec.FetchOperator
-
- getCurrTopOp() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext.GenMapRedCtx
-
- getCurrTopOp() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext
-
- getCurrUnionOp() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext
-
- getCurSize() -
Method in class org.apache.hadoop.hive.ql.exec.CommonJoinOperator.IntermediateObject
-
- getCursorName() -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getCursorName() -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getD() -
Method in class org.apache.hadoop.hive.ql.hooks.Entity
-
- getData() -
Method in class org.apache.hadoop.hive.common.io.NonSyncByteArrayOutputStream
-
- getData() -
Method in class org.apache.hadoop.hive.ql.io.NonSyncDataOutputBuffer
- Returns the current contents of the buffer.
- getData() -
Method in class org.apache.hadoop.hive.ql.lockmgr.HiveLockObject
-
- getData() -
Method in class org.apache.hadoop.hive.serde2.binarysortable.InputByteBuffer
- Returns the underlying byte array.
- getData() -
Method in class org.apache.hadoop.hive.serde2.binarysortable.OutputByteBuffer
- Returns the underlying byte array.
- getData() -
Method in class org.apache.hadoop.hive.serde2.ByteStream.Input
-
- getData() -
Method in class org.apache.hadoop.hive.serde2.ByteStream.Output
-
- getData() -
Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
- Returns the underlying bytes.
- getData() -
Method in class org.apache.hadoop.hive.serde2.lazy.ByteArrayRef
-
- getDatabase() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_database_args
-
- getDatabase(String) -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- getDatabase() -
Method in class org.apache.hadoop.hive.metastore.events.CreateDatabaseEvent
-
- getDatabase() -
Method in class org.apache.hadoop.hive.metastore.events.DropDatabaseEvent
-
- getDatabase() -
Method in class org.apache.hadoop.hive.metastore.events.PreCreateDatabaseEvent
-
- getDatabase() -
Method in class org.apache.hadoop.hive.metastore.events.PreDropDatabaseEvent
-
- getDatabase(String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
-
- getDatabase(String) -
Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
- Get a Database Object
- getDatabase() -
Method in class org.apache.hadoop.hive.metastore.model.MDBPrivilege
-
- getDatabase() -
Method in class org.apache.hadoop.hive.metastore.model.MTable
-
- getDatabase(String) -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getDatabase(String) -
Method in interface org.apache.hadoop.hive.metastore.RawStore
-
- getDatabase(String) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
- Get the database by name.
- getDatabase(String) -
Method in class org.apache.hadoop.hive.ql.security.authorization.HiveAuthorizationProviderBase.HiveProxy
-
- getDatabaseMajorVersion() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getDatabaseMajorVersion() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getDatabaseMinorVersion() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getDatabaseMinorVersion() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getDatabaseName() -
Method in class org.apache.hadoop.hive.ql.plan.AlterDatabaseDesc
-
- getDatabaseName() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableDesc
-
- getDatabaseName() -
Method in class org.apache.hadoop.hive.ql.plan.DescDatabaseDesc
-
- getDatabaseName() -
Method in class org.apache.hadoop.hive.ql.plan.DropDatabaseDesc
-
- getDatabaseName() -
Method in class org.apache.hadoop.hive.ql.plan.SwitchDatabaseDesc
-
- getDatabasePath(Database) -
Method in class org.apache.hadoop.hive.metastore.Warehouse
-
- getDatabaseProductName() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getDatabaseProductName() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getDatabaseProductVersion() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getDatabaseProductVersion() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getDatabaseProperties() -
Method in class org.apache.hadoop.hive.ql.plan.AlterDatabaseDesc
-
- getDatabaseProperties() -
Method in class org.apache.hadoop.hive.ql.plan.CreateDatabaseDesc
-
- getDatabases(String) -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- getDatabases(String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
- Get the names of all databases in the MetaStore that match the given pattern.
- getDatabases(String) -
Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
- Get the names of all databases in the MetaStore that match the given pattern.
- getDatabases(String) -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getDatabases(String) -
Method in interface org.apache.hadoop.hive.metastore.RawStore
-
- getDatabasesByPattern(String) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
- Get all existing databases that match the given
pattern.
- getDataContainer() -
Method in class org.apache.hadoop.hive.ql.hooks.LineageInfo.DependencyKey
-
- getDataLocation() -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
-
- getDataLocation() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getDate(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getDate(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getDate(int, Calendar) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getDate(String, Calendar) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getDate(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getDate(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getDate(int, Calendar) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getDate(String, Calendar) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getDate() -
Static method in class org.apache.hive.common.util.HiveVersionInfo
- The date that Hive was compiled.
- getDate(int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getDate(String) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getDate(int, Calendar) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getDate(String, Calendar) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getDate(int) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getDate(String) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getDate(int, Calendar) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getDate(String, Calendar) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getDb() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_database_args
-
- getDb() -
Method in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_with_environment_context_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partitions_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_by_name_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.delete_partition_column_statistics_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.delete_table_column_statistics_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_index_by_name_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_by_name_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_all_tables_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_fields_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_index_by_name_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_index_names_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_indexes_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_by_name_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_column_statistics_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_ps_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_with_auth_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_filter_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_names_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_with_auth_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_with_auth_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_schema_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_column_statistics_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_tables_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.isPartitionMarkedForEvent_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.markPartitionForEvent_args
-
- getDb_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.rename_partition_args
-
- getDbLocation(Database) -
Method in class org.apache.hadoop.hive.ql.security.authorization.StorageBasedAuthorizationProvider
-
- getDbName() -
Method in class org.apache.hadoop.hive.metastore.api.ColumnStatisticsDesc
-
- getDbName() -
Method in class org.apache.hadoop.hive.metastore.api.HiveObjectRef
-
- getDbName() -
Method in class org.apache.hadoop.hive.metastore.api.Index
-
- getDbName() -
Method in class org.apache.hadoop.hive.metastore.api.Partition
-
- getDbName() -
Method in class org.apache.hadoop.hive.metastore.api.Table
-
- getDbname() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_database_args
-
- getDbname() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_index_args
-
- getDbname() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_args
-
- getDbname() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_with_environment_context_args
-
- getDbname() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_table_args
-
- getDbname() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_args
-
- getDbname() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_names_by_filter_args
-
- getDbname() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_objects_by_name_args
-
- getDbName() -
Method in class org.apache.hadoop.hive.metastore.events.PreAlterPartitionEvent
-
- getDbName() -
Method in class org.apache.hadoop.hive.metastore.events.PreLoadPartitionDoneEvent
-
- getDbName() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionColumnStatistics
-
- getDbName() -
Method in class org.apache.hadoop.hive.metastore.model.MTableColumnStatistics
-
- getDbName() -
Method in class org.apache.hadoop.hive.ql.index.IndexMetadataChangeWork
-
- getDbName() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getDbName() -
Method in class org.apache.hadoop.hive.ql.plan.AddPartitionDesc
-
- getDbName() -
Method in class org.apache.hadoop.hive.ql.plan.AlterIndexDesc
-
- getDbName() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableSimpleDesc
-
- getDbName() -
Method in class org.apache.hadoop.hive.ql.plan.RenamePartitionDesc
-
- getDbName() -
Method in class org.apache.hadoop.hive.ql.plan.ShowColumnsDesc
-
- getDbName() -
Method in class org.apache.hadoop.hive.ql.plan.ShowTablesDesc
-
- getDbName() -
Method in class org.apache.hadoop.hive.ql.plan.ShowTableStatusDesc
-
- getDbName() -
Method in class org.apache.hive.jdbc.Utils.JdbcConnectionParams
-
- getDBPrivilege(String, String, PrincipalType) -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getDBPrivilegeSet(String, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- getDBPrivilegeSet(String, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getDBPrivilegeSet(String, String, List<String>) -
Method in interface org.apache.hadoop.hive.metastore.RawStore
-
- getDDLFromFieldSchema(String, List<FieldSchema>) -
Static method in class org.apache.hadoop.hive.metastore.MetaStoreUtils
- Convert FieldSchemas to Thrift DDL.
- getDecimalDigits() -
Method in class org.apache.hadoop.hive.jdbc.JdbcColumn
-
- getDecimalDigits() -
Method in class org.apache.hive.jdbc.JdbcColumn
-
- getDecimalDigits() -
Method in enum org.apache.hive.service.cli.Type
- The number of fractional digits for this type.
- getDeclaredNonStaticFields(Class<?>) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
- Get all the declared non-static fields of Class c.
- getDecompressor(CompressionCodec) -
Static method in class org.apache.hadoop.hive.ql.io.CodecPool
- Get a
Decompressor
for the given CompressionCodec
from the
pool or a new one.
- getDefault() -
Static method in class org.apache.hadoop.hive.ql.optimizer.MapJoinProcessor
-
- getDefaultDatabasePath(String) -
Method in class org.apache.hadoop.hive.metastore.Warehouse
-
- getDefaultExprProcessor() -
Static method in class org.apache.hadoop.hive.ql.optimizer.lineage.ExprProcFactory
-
- getDefaultExprProcessor() -
Static method in class org.apache.hadoop.hive.ql.optimizer.pcr.PcrExprProcFactory
-
- getDefaultExprProcessor() -
Static method in class org.apache.hadoop.hive.ql.optimizer.PrunerExpressionOperatorFactory
- Instantiate default expression processor.
- getDefaultExprProcessor() -
Static method in class org.apache.hadoop.hive.ql.parse.TypeCheckProcFactory
- Factory method to get DefaultExprProcessor.
- getDefaultExprProcessor() -
Static method in class org.apache.hadoop.hive.ql.ppd.ExprWalkerProcFactory
-
- getDefaultInputFormat() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableLikeDesc
-
- getDefaultNotificationInterval(Configuration) -
Static method in class org.apache.hadoop.hive.ql.exec.Utilities
- Gets the default notification interval to send progress updates to the tracker.
- getDefaultOutputFormat() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableLikeDesc
-
- getDefaultPartitionName() -
Method in class org.apache.hadoop.hive.ql.plan.DynamicPartitionCtx
-
- getDefaultProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.ColumnPrunerProcFactory
- Factory method to get the ColumnPrunerDefaultProc class.
- getDefaultProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.lineage.OpProcFactory
-
- getDefaultProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.pcr.PcrOpProcFactory
-
- getDefaultProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.physical.LocalMapJoinProcFactory
-
- getDefaultProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.physical.SkewJoinProcFactory
-
- getDefaultProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.PrunerOperatorFactory
- Instantiate default processor.
- getDefaultProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.SamplePruner
-
- getDefaultProc() -
Static method in class org.apache.hadoop.hive.ql.ppd.OpProcFactory
-
- getDefaultQueryOutputTableDesc(String, String, String) -
Static method in class org.apache.hadoop.hive.ql.plan.PlanUtils
-
- getDefaultSerdeProps() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableLikeDesc
-
- getDefaultSerName() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableLikeDesc
-
- getDefaultTableDesc(String, String) -
Static method in class org.apache.hadoop.hive.ql.plan.PlanUtils
- Generate the table descriptor of MetadataTypedColumnsetSerDe with the
separatorCode and column names (comma separated string).
- getDefaultTableDesc(String, String, boolean) -
Static method in class org.apache.hadoop.hive.ql.plan.PlanUtils
- Generate the table descriptor of MetadataTypedColumnsetSerDe with the
separatorCode and column names (comma separated string), and whether the
last column should take the rest of the line.
- getDefaultTableDesc(String, String, String, boolean) -
Static method in class org.apache.hadoop.hive.ql.plan.PlanUtils
- Generate the table descriptor of MetadataTypedColumnsetSerDe with the
separatorCode and column names (comma separated string), and whether the
last column should take the rest of the line.
- getDefaultTableDesc(String) -
Static method in class org.apache.hadoop.hive.ql.plan.PlanUtils
- Generate the table descriptor of MetadataTypedColumnsetSerDe with the
separatorCode.
- getDefaultTransactionIsolation() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getDefaultTransactionIsolation() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getDefaultValue() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_config_value_args
-
- getDeferredRebuild() -
Method in class org.apache.hadoop.hive.metastore.model.MIndex
-
- getDeferredRebuild() -
Method in class org.apache.hadoop.hive.ql.plan.CreateIndexDesc
-
- getDelegationToken(String, String) -
Static method in class org.apache.hadoop.hive.metastore.HiveMetaStore
- Get a new delegation token.
- getDelegationToken(String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
-
- getDelegationToken(String, String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
-
- getDelegationToken(String, String) -
Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
-
- getDelegationToken(String, String) -
Method in class org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge.Server
-
- getDeleteAggr(String, String) -
Static method in class org.apache.hadoop.hive.ql.stats.jdbc.JDBCStatsUtils
- Prepares DELETE statement for cleanup.
- getDeniedPartns() -
Method in class org.apache.hadoop.hive.ql.parse.PrunedPartitionList
- get denied partitions.
- getDenominator() -
Method in class org.apache.hadoop.hive.ql.parse.TableSample
- Gets the denominator.
- getDenominator() -
Method in class org.apache.hadoop.hive.ql.plan.FilterDesc.sampleDesc
-
- getDependency(LineageInfo.DataContainer, FieldSchema) -
Method in class org.apache.hadoop.hive.ql.hooks.LineageInfo
- Gets the dependency for a table, column tuple.
- getDependency(Operator<? extends OperatorDesc>, ColumnInfo) -
Method in class org.apache.hadoop.hive.ql.optimizer.lineage.LineageCtx.Index
- Gets the dependency for an operator, columninfo tuple.
- getDependency() -
Method in class org.apache.hadoop.hive.ql.plan.ExplainWork
-
- getDependencyTaskForMultiInsert() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext
- Returns dependencyTaskForMultiInsert initializing it if necessary.
- getDependentTasks() -
Method in class org.apache.hadoop.hive.ql.exec.ConditionalTask
-
- getDependentTasks() -
Method in class org.apache.hadoop.hive.ql.exec.Task
- The default dependent tasks are just child tasks, but different types could implement their own
(e.g.
- getDesc() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeFieldDesc
-
- getDescDatabaseDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getDescFunctionDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getDescription() -
Method in class org.apache.hadoop.hive.metastore.api.Database
-
- getDescription() -
Method in class org.apache.hadoop.hive.metastore.model.MDatabase
-
- getDescTblDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getDeserializer(Configuration, Properties) -
Static method in class org.apache.hadoop.hive.metastore.MetaStoreUtils
- getDeserializer
Get the Deserializer for a table given its name and properties.
- getDeserializer(Configuration, Table) -
Static method in class org.apache.hadoop.hive.metastore.MetaStoreUtils
- getDeserializer
Get the Deserializer for a table.
- getDeserializer(Configuration, Partition, Table) -
Static method in class org.apache.hadoop.hive.metastore.MetaStoreUtils
- getDeserializer
Get the Deserializer for a partition.
- getDeserializer() -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
-
- getDeserializer(Properties) -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
-
- getDeserializer() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getDeserializer() -
Method in class org.apache.hadoop.hive.ql.plan.PartitionDesc
- Return a deserializer object corresponding to the tableDesc.
- getDeserializer() -
Method in class org.apache.hadoop.hive.ql.plan.TableDesc
- Return a deserializer object corresponding to the tableDesc.
- getDeserializerClass() -
Method in class org.apache.hadoop.hive.ql.plan.PartitionDesc
-
- getDeserializerClass() -
Method in class org.apache.hadoop.hive.ql.plan.TableDesc
-
- getDestCubes() -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getDestFileForAlias(String) -
Method in class org.apache.hadoop.hive.ql.parse.QBMetaData
-
- getDestForClause(String) -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getDestGroupingSets() -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getDestinationCreateTable() -
Method in class org.apache.hadoop.hive.ql.plan.LoadFileDesc
-
- getDestLimit(String) -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getDestPartitionForAlias(String) -
Method in class org.apache.hadoop.hive.ql.parse.QBMetaData
-
- getDestRollups() -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getDestTableForAlias(String) -
Method in class org.apache.hadoop.hive.ql.parse.QBMetaData
-
- getDestTableId() -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
-
- getDestTableId() -
Method in class org.apache.hadoop.hive.ql.plan.FileSinkDesc
-
- getDestToAggregationExprs() -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getDestToClusterBy() -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getDestToDistinctFuncExprs() -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getDestToDistributeBy() -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getDestToGroupBy() -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getDestToHaving() -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getDestToLimit() -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getDestToOrderBy() -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getDestToSortBy() -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getDestToWhereExpr() -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getDestTypeForAlias(String) -
Method in class org.apache.hadoop.hive.ql.parse.QBMetaData
-
- getDimensionId() -
Method in class org.apache.hadoop.hive.ql.metadata.Dimension
-
- getDimensionType() -
Method in class org.apache.hadoop.hive.ql.metadata.Dimension
-
- getDir() -
Method in class org.apache.hadoop.hive.ql.plan.ConditionalResolverMergeFiles.ConditionalResolverMergeFilesCtx
-
- getDirName() -
Method in class org.apache.hadoop.hive.ql.plan.FileSinkDesc
-
- getDirToTaskMap() -
Method in class org.apache.hadoop.hive.ql.plan.ConditionalResolverSkewJoin.ConditionalResolverSkewJoinCtx
-
- getDispatchedList() -
Method in class org.apache.hadoop.hive.ql.lib.DefaultGraphWalker
-
- getDispatchedList() -
Method in class org.apache.hadoop.hive.ql.lib.TaskGraphWalker
-
- getDisplayName() -
Method in class org.apache.hadoop.hive.ql.exec.FunctionInfo
- Get the display name for this function.
- getDisplayName() -
Method in class org.apache.hadoop.hive.ql.lockmgr.HiveLockObject
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.AbstractGenericUDFEWAHBitmapBop
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDF
- Get the String to be displayed in explain.
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFArray
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFArrayContains
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFAssertTrue
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFBaseCompare
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFBetween
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFBridge
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFCase
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFCoalesce
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFConcatWS
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFElt
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFEvaluateNPE
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFEWAHBitmapEmpty
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFField
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFFormatNumber
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFFromUtcTimestamp
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFHash
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFIf
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFIn
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFIndex
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFInFile
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFInstr
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFLocate
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFMap
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFMapKeys
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFMapValues
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFNamedStruct
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFOPAnd
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFOPNot
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFOPNotNull
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFOPNull
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFOPOr
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFPrintf
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFReflect
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFSentences
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFSize
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFSortArray
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFSplit
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFStringToMap
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFStruct
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFTestGetJavaBoolean
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFTestGetJavaString
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFTestTranslate
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFTimestamp
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFToBinary
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFToDecimal
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFToUtcTimestamp
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFTranslate
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFUnion
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFWhen
-
- getDisplayString(String[]) -
Method in class org.apache.hadoop.hive.ql.udf.xml.GenericUDFXPath
-
- getDistinct() -
Method in class org.apache.hadoop.hive.ql.plan.AggregationDesc
-
- getDistinctColumnIndices() -
Method in class org.apache.hadoop.hive.ql.plan.ReduceSinkDesc
-
- getDistinctFuncExprsForClause(String) -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getDistributeByForClause(String) -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
- Get the Distribute By AST for the clause.
- getDnsPath(Path) -
Method in class org.apache.hadoop.hive.metastore.Warehouse
- Hadoop File System reverse lookups paths with raw ip addresses The File
System URI always contains the canonical DNS name of the Namenode.
- getDone() -
Static method in class org.apache.hadoop.hive.ql.exec.ExecMapper
-
- getDone() -
Method in class org.apache.hadoop.hive.ql.exec.Operator
-
- getDone() -
Method in class org.apache.hadoop.hive.ql.QueryPlan
-
- getDoneJoins() -
Method in class org.apache.hadoop.hive.ql.optimizer.SkewJoinOptimizer.SkewJoinOptProcCtx
-
- getDouble(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getDouble(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getDouble(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getDouble(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getDouble() -
Method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
-
- getDouble(Object, PrimitiveObjectInspector) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
- Get the double value out of a primitive object.
- getDouble(int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getDouble(String) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getDouble(int) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getDouble(String) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getDoubleColumn() -
Method in class org.apache.hive.service.cli.thrift.TColumn
-
- getDoubleHighValue() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionColumnStatistics
-
- getDoubleHighValue() -
Method in class org.apache.hadoop.hive.metastore.model.MTableColumnStatistics
-
- getDoubleLowValue() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionColumnStatistics
-
- getDoubleLowValue() -
Method in class org.apache.hadoop.hive.metastore.model.MTableColumnStatistics
-
- getDoubleStats() -
Method in class org.apache.hadoop.hive.metastore.api.ColumnStatisticsData
-
- getDoubleVal() -
Method in class org.apache.hive.service.cli.thrift.TColumnValue
-
- getDPColNames() -
Method in class org.apache.hadoop.hive.ql.plan.DynamicPartitionCtx
-
- getDPCtx(String) -
Method in class org.apache.hadoop.hive.ql.parse.QBMetaData
-
- getDPCtx() -
Method in class org.apache.hadoop.hive.ql.plan.ConditionalResolverMergeFiles.ConditionalResolverMergeFilesCtx
-
- getDPCtx() -
Method in class org.apache.hadoop.hive.ql.plan.LoadTableDesc
-
- getDPSpecPaths() -
Method in class org.apache.hadoop.hive.ql.plan.MoveWork
-
- getDriverMajorVersion() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getDriverMajorVersion() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getDriverMinorVersion() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getDriverMinorVersion() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getDriverName() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getDriverName() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getDriverVersion() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getDriverVersion() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getDropDatabaseDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getDropFunctionDesc() -
Method in class org.apache.hadoop.hive.ql.plan.FunctionWork
-
- getDropIdxDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getDropTblDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getDummyParentOp() -
Method in class org.apache.hadoop.hive.ql.optimizer.physical.MapJoinResolver.LocalMapJoinProcCtx
-
- getDummyParentOp() -
Method in class org.apache.hadoop.hive.ql.plan.MapredLocalWork
-
- getDumpFile() -
Method in class org.apache.hadoop.hive.ql.exec.persistence.HashMapWrapper
-
- getDumpFilePrefix() -
Method in class org.apache.hadoop.hive.ql.plan.HashTableSinkDesc
-
- getDumpFilePrefix() -
Method in class org.apache.hadoop.hive.ql.plan.MapJoinDesc
-
- getDynPartCtx() -
Method in class org.apache.hadoop.hive.ql.io.rcfile.merge.MergeWork
-
- getDynPartCtx() -
Method in class org.apache.hadoop.hive.ql.plan.FileSinkDesc
-
- getElementType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeList
-
- getElementType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeSet
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.add_index
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.add_partition
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.add_partition_with_environment_context
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.add_partitions
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.alter_database
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.alter_index
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.alter_partition
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.alter_partition_with_environment_context
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.alter_partitions
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.alter_table
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.alter_table_with_environment_context
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.append_partition
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.append_partition_by_name
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.cancel_delegation_token
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.create_database
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.create_role
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.create_table
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.create_table_with_environment_context
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.create_type
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.delete_partition_column_statistics
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.delete_table_column_statistics
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.drop_database
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.drop_index_by_name
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.drop_partition
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.drop_partition_by_name
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.drop_role
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.drop_table
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.drop_type
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_all_databases
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_all_tables
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_config_value
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_database
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_databases
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_delegation_token
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_fields
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_index_by_name
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_index_names
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_indexes
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_partition
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_partition_by_name
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_partition_column_statistics
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_partition_names
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_partition_names_ps
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_partition_with_auth
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_partitions
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_partitions_by_filter
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_partitions_by_names
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_partitions_ps
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_partitions_ps_with_auth
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_partitions_with_auth
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_privilege_set
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_role_names
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_schema
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_table
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_table_column_statistics
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_table_names_by_filter
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_table_objects_by_name
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_tables
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_type
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_type_all
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.grant_privileges
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.grant_role
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.isPartitionMarkedForEvent
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.list_privileges
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.list_roles
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.markPartitionForEvent
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.partition_name_to_spec
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.partition_name_to_vals
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.rename_partition
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.renew_delegation_token
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.revoke_privileges
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.revoke_role
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.set_ugi
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.update_partition_column_statistics
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.update_table_column_statistics
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.service.ThriftHive.Processor.clean
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.service.ThriftHive.Processor.execute
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.service.ThriftHive.Processor.fetchAll
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.service.ThriftHive.Processor.fetchN
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.service.ThriftHive.Processor.fetchOne
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.service.ThriftHive.Processor.getClusterStatus
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.service.ThriftHive.Processor.getQueryPlan
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.service.ThriftHive.Processor.getSchema
-
- getEmptyArgsInstance() -
Method in class org.apache.hadoop.hive.service.ThriftHive.Processor.getThriftSchema
-
- getEmptyArgsInstance() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.CancelOperation
-
- getEmptyArgsInstance() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.CloseOperation
-
- getEmptyArgsInstance() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.CloseSession
-
- getEmptyArgsInstance() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.ExecuteStatement
-
- getEmptyArgsInstance() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.FetchResults
-
- getEmptyArgsInstance() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.GetCatalogs
-
- getEmptyArgsInstance() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.GetColumns
-
- getEmptyArgsInstance() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.GetFunctions
-
- getEmptyArgsInstance() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.GetInfo
-
- getEmptyArgsInstance() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.GetOperationStatus
-
- getEmptyArgsInstance() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.GetResultSetMetadata
-
- getEmptyArgsInstance() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.GetSchemas
-
- getEmptyArgsInstance() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.GetTables
-
- getEmptyArgsInstance() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.GetTableTypes
-
- getEmptyArgsInstance() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.GetTypeInfo
-
- getEmptyArgsInstance() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.OpenSession
-
- getEnd() -
Method in class org.apache.hadoop.hive.serde2.binarysortable.InputByteBuffer
-
- getEndColumn() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
-
- getEndLine() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
-
- getEndTime(String) -
Method in class org.apache.hadoop.hive.ql.log.PerfLogger
-
- getEnvironment_context() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_with_environment_context_args
-
- getEnvironment_context() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_with_environment_context_args
-
- getEnvironment_context() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_with_environment_context_args
-
- getEnvironment_context() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_with_environment_context_args
-
- getEnvironmentContext() -
Method in class org.apache.hadoop.hive.metastore.events.ListenerEvent
-
- getError() -
Method in class org.apache.hadoop.hive.ql.exec.errors.ErrorAndSolution
-
- getError() -
Method in class org.apache.hadoop.hive.ql.parse.TypeCheckCtx
-
- getErrorAndSolution() -
Method in class org.apache.hadoop.hive.ql.exec.errors.DataCorruptErrorHeuristic
-
- getErrorAndSolution() -
Method in interface org.apache.hadoop.hive.ql.exec.errors.ErrorHeuristic
- Examine the hive query, job configuration, and the lines from the task log
seen so far though processLogLine() and generate a possible cause/solution.
- getErrorAndSolution() -
Method in class org.apache.hadoop.hive.ql.exec.errors.MapAggrMemErrorHeuristic
-
- getErrorAndSolution() -
Method in class org.apache.hadoop.hive.ql.exec.errors.RegexErrorHeuristic
-
- getErrorAndSolution() -
Method in class org.apache.hadoop.hive.ql.exec.errors.ScriptErrorHeuristic
-
- getErrorCode() -
Method in enum org.apache.hadoop.hive.ql.ErrorMsg
-
- getErrorCode() -
Method in class org.apache.hadoop.hive.ql.exec.JobDebugger
-
- getErrorCode() -
Method in exception org.apache.hadoop.hive.service.HiveServerException
-
- getErrorCode() -
Method in class org.apache.hive.service.cli.thrift.TStatus
-
- getErrorCodedMsg() -
Method in enum org.apache.hadoop.hive.ql.ErrorMsg
-
- getErrorCodePattern() -
Static method in enum org.apache.hadoop.hive.ql.ErrorMsg
-
- getErrorFile() -
Method in class org.apache.hadoop.hive.hwi.HWISessionItem
- Currently unused.
- getErrorHeader(RecognitionException) -
Method in class org.apache.hadoop.hive.ql.parse.ParseDriver.HiveParserX
-
- getErrorMessage(RecognitionException, String[]) -
Method in class org.apache.hadoop.hive.ql.parse.ParseDriver.HiveLexerX
-
- getErrorMessage(RecognitionException, String[]) -
Method in class org.apache.hadoop.hive.ql.parse.ParseDriver.HiveParserX
-
- getErrorMessage() -
Method in class org.apache.hadoop.hive.ql.processors.CommandProcessorResponse
-
- getErrorMessage() -
Method in class org.apache.hive.service.cli.thrift.TStatus
-
- getErrorMsg(String) -
Static method in enum org.apache.hadoop.hive.ql.ErrorMsg
- Given an error message string, returns the ErrorMsg object associated with it.
- getErrorMsg(int) -
Static method in enum org.apache.hadoop.hive.ql.ErrorMsg
- Given an error code, returns the ErrorMsg object associated with it.
- getErrors() -
Method in class org.apache.hadoop.hive.ql.exec.errors.TaskLogProcessor
- Processes the provided task logs using the known error heuristics to get
the matching errors.
- getErrors() -
Method in class org.apache.hadoop.hive.ql.parse.ParseDriver.HiveLexerX
-
- getErrors() -
Method in class org.apache.hadoop.hive.ql.parse.ParseDriver.HiveParserX
-
- getErrorSrcNode() -
Method in class org.apache.hadoop.hive.ql.parse.TypeCheckCtx
-
- getErrRecordReaderClass() -
Method in class org.apache.hadoop.hive.ql.plan.ScriptDesc
-
- getErrStream() -
Method in class org.apache.hadoop.hive.ql.session.SessionState.LogHelper
-
- getEscapeChar() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe.SerDeParameters
-
- getEscapeChar() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyListObjectInspector
-
- getEscapeChar() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyMapObjectInspector
-
- getEscapeChar() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector
-
- getEscapeChar() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyUnionObjectInspector
-
- getEscapeChar() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyStringObjectInspector
-
- getEval() -
Method in class org.apache.hadoop.hive.ql.optimizer.index.RewriteQueryUsingAggregateIndexCtx
-
- getEvalMethod(List<TypeInfo>) -
Method in class org.apache.hadoop.hive.ql.exec.ComparisonOpMethodResolver
-
- getEvalMethod(List<TypeInfo>) -
Method in class org.apache.hadoop.hive.ql.exec.DefaultUDFMethodResolver
- Gets the evaluate method for the UDF given the parameter types.
- getEvalMethod(List<TypeInfo>) -
Method in class org.apache.hadoop.hive.ql.exec.NumericOpMethodResolver
-
- getEvalMethod(List<TypeInfo>) -
Method in interface org.apache.hadoop.hive.ql.exec.UDFMethodResolver
- Gets the evaluate method for the UDF given the parameter types.
- getEvaluator(GenericUDAFParameterInfo) -
Method in class org.apache.hadoop.hive.ql.udf.generic.AbstractGenericUDAFResolver
-
- getEvaluator(TypeInfo[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.AbstractGenericUDAFResolver
-
- getEvaluator(TypeInfo[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFAverage
-
- getEvaluator(TypeInfo[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFBridge
-
- getEvaluator(TypeInfo[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFCollectSet
-
- getEvaluator(TypeInfo[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFComputeStats
-
- getEvaluator(TypeInfo[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFContextNGrams
-
- getEvaluator(TypeInfo[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFCorrelation
-
- getEvaluator(TypeInfo[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFCount
-
- getEvaluator(GenericUDAFParameterInfo) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFCount
-
- getEvaluator(TypeInfo[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFCovariance
-
- getEvaluator(TypeInfo[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFCovarianceSample
-
- getEvaluator(TypeInfo[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFEWAHBitmap
-
- getEvaluator(TypeInfo[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFHistogramNumeric
-
- getEvaluator(TypeInfo[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFMax
-
- getEvaluator(TypeInfo[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFMin
-
- getEvaluator(TypeInfo[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFnGrams
-
- getEvaluator(GenericUDAFParameterInfo) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFPercentileApprox
-
- getEvaluator(TypeInfo[]) -
Method in interface org.apache.hadoop.hive.ql.udf.generic.GenericUDAFResolver
- Deprecated. Get the evaluator for the parameter types.
- getEvaluator(GenericUDAFParameterInfo) -
Method in interface org.apache.hadoop.hive.ql.udf.generic.GenericUDAFResolver2
- Get the evaluator for the parameter types.
- getEvaluator(TypeInfo[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFStd
-
- getEvaluator(TypeInfo[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFStdSample
-
- getEvaluator(TypeInfo[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFSum
-
- getEvaluator(TypeInfo[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFVariance
-
- getEvaluator(TypeInfo[]) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFVarianceSample
-
- getEvaluator(TypeInfo[]) -
Method in class org.apache.hive.builtins.UDAFUnionMap
-
- getEvaluatorClass(List<TypeInfo>) -
Method in class org.apache.hadoop.hive.ql.exec.DefaultUDAFEvaluatorResolver
- Gets the evaluator class for the UDAF given the parameter types.
- getEvaluatorClass(List<TypeInfo>) -
Method in class org.apache.hadoop.hive.ql.exec.NumericUDAFEvaluatorResolver
-
- getEvaluatorClass(List<TypeInfo>) -
Method in interface org.apache.hadoop.hive.ql.exec.UDAFEvaluatorResolver
- Gets the evaluator class corresponding to the passed parameter list.
- getEventType() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.isPartitionMarkedForEvent_args
-
- getEventType() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.markPartitionForEvent_args
-
- getEventType() -
Method in class org.apache.hadoop.hive.metastore.events.PreEventContext
-
- getEx() -
Method in class org.apache.hadoop.hive.service.ThriftHive.execute_result
-
- getEx() -
Method in class org.apache.hadoop.hive.service.ThriftHive.fetchAll_result
-
- getEx() -
Method in class org.apache.hadoop.hive.service.ThriftHive.fetchN_result
-
- getEx() -
Method in class org.apache.hadoop.hive.service.ThriftHive.fetchOne_result
-
- getEx() -
Method in class org.apache.hadoop.hive.service.ThriftHive.getClusterStatus_result
-
- getEx() -
Method in class org.apache.hadoop.hive.service.ThriftHive.getQueryPlan_result
-
- getEx() -
Method in class org.apache.hadoop.hive.service.ThriftHive.getSchema_result
-
- getEx() -
Method in class org.apache.hadoop.hive.service.ThriftHive.getThriftSchema_result
-
- getException() -
Method in class org.apache.hadoop.hive.metastore.MetaStoreEndFunctionContext
-
- getExcludeQueryFile() -
Method in class org.apache.hadoop.hive.ant.QTestGenTask
-
- getExecContext() -
Method in class org.apache.hadoop.hive.ql.exec.Operator
-
- getExitVal() -
Method in class org.apache.hadoop.hive.ql.exec.TaskResult
-
- getExpectView() -
Method in class org.apache.hadoop.hive.ql.plan.AddPartitionDesc
-
- getExpectView() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableDesc
-
- getExpectView() -
Method in class org.apache.hadoop.hive.ql.plan.DropTableDesc
-
- getExplain() -
Method in class org.apache.hadoop.hive.ql.Context
- Find whether the current query is an explain query
- getExportedKeys(String, String, String) -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getExportedKeys(String, String, String) -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getExpr() -
Method in class org.apache.hadoop.hive.ql.hooks.LineageInfo.Dependency
-
- getExprDependency(LineageCtx, Operator<? extends OperatorDesc>, ExprNodeDesc) -
Static method in class org.apache.hadoop.hive.ql.optimizer.lineage.ExprProcFactory
- Gets the expression dependencies for the expression.
- getExpression(ASTNode) -
Method in class org.apache.hadoop.hive.ql.parse.RowResolver
- Retrieves the ColumnInfo corresponding to a source expression which
exactly matches the string rendering of the given ASTNode.
- getExpressionMap() -
Method in class org.apache.hadoop.hive.ql.parse.RowResolver
-
- getExpressions() -
Method in class org.apache.hadoop.hive.ql.parse.QBJoinTree
-
- getExpressionSource(ASTNode) -
Method in class org.apache.hadoop.hive.ql.parse.RowResolver
- Retrieves the source expression matching a given ASTNode's
string rendering exactly.
- getExprNodeDesc() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeDesc.ExprNodeDescEqualityWrapper
-
- getExprs() -
Method in class org.apache.hadoop.hive.ql.parse.TableSample
- Gets the ON part's expression list.
- getExprs() -
Method in class org.apache.hadoop.hive.ql.plan.HashTableSinkDesc
-
- getExprs() -
Method in class org.apache.hadoop.hive.ql.plan.JoinDesc
-
- getExprsStringMap() -
Method in class org.apache.hadoop.hive.ql.plan.JoinDesc
-
- getExprString() -
Method in class org.apache.hadoop.hive.ql.plan.AggregationDesc
-
- getExprString() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeColumnDesc
-
- getExprString() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeConstantDesc
-
- getExprString() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeDesc
-
- getExprString() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeFieldDesc
-
- getExprString() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeGenericFuncDesc
-
- getExprString() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeNullDesc
-
- getExprToColumnAlias(ASTNode) -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getExtended() -
Method in class org.apache.hadoop.hive.ql.plan.ExplainWork
-
- getExternalTmpFileURI(URI) -
Method in class org.apache.hadoop.hive.ql.Context
- Get a path to store tmp data destined for external URI.
- getExtraNameCharacters() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getExtraNameCharacters() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getFeedSubscribers() -
Method in class org.apache.hadoop.hive.ql.exec.Task
-
- getFetchDirection() -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getFetchDirection() -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getFetchDirection() -
Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
-
- getFetchDirection() -
Method in class org.apache.hadoop.hive.jdbc.HiveStatement
-
- getFetchDirection() -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getFetchDirection() -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getFetchDirection() -
Method in class org.apache.hive.jdbc.HivePreparedStatement
-
- getFetchDirection() -
Method in class org.apache.hive.jdbc.HiveStatement
-
- getFetchOperators() -
Method in class org.apache.hadoop.hive.ql.exec.ExecMapperContext
-
- getFetchOrientation(TFetchOrientation) -
Static method in enum org.apache.hive.service.cli.FetchOrientation
-
- getFetchSize() -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getFetchSize() -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getFetchSize() -
Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
-
- getFetchSize() -
Method in class org.apache.hadoop.hive.jdbc.HiveQueryResultSet
-
- getFetchSize() -
Method in class org.apache.hadoop.hive.jdbc.HiveStatement
-
- getFetchSize() -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getFetchSize() -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getFetchSize() -
Method in class org.apache.hive.jdbc.HivePreparedStatement
-
- getFetchSize() -
Method in class org.apache.hive.jdbc.HiveQueryResultSet
-
- getFetchSize() -
Method in class org.apache.hive.jdbc.HiveStatement
-
- getFetchTask() -
Method in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
-
- getFetchTask() -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
-
- getFetchTask() -
Method in class org.apache.hadoop.hive.ql.QueryPlan
-
- getField(String) -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getField(int) -
Method in class org.apache.hadoop.hive.serde2.columnar.ColumnarStructBase
- Get one field out of the struct.
- getField(int) -
Method in class org.apache.hadoop.hive.serde2.lazy.LazyStruct
- Get one field out of the struct.
- getField() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazyUnion
- Get the field out of the union.
- getField(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyUnionObjectInspector
-
- getField(int) -
Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryStruct
- Get one field out of the struct.
- getField(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedUnionObjectInspector
-
- getField(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardUnionObjectInspector
- Return the field based on the tag value associated with the Object.
- getField(Object) -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.UnionObjectInspector
- Return the field based on the tag associated with the Object.
- getField0() -
Method in class org.apache.hadoop.hive.serde.test.InnerStruct
-
- getField1() -
Method in class org.apache.hadoop.hive.serde.test.ThriftTestObj
-
- getField2() -
Method in class org.apache.hadoop.hive.serde.test.ThriftTestObj
-
- getField3() -
Method in class org.apache.hadoop.hive.serde.test.ThriftTestObj
-
- getField3Iterator() -
Method in class org.apache.hadoop.hive.serde.test.ThriftTestObj
-
- getField3Size() -
Method in class org.apache.hadoop.hive.serde.test.ThriftTestObj
-
- getFieldByName(String) -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldList
-
- getFieldComment() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector.MyField
-
- getFieldComment() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.ReflectionStructObjectInspector.MyField
-
- getFieldComment() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardStructObjectInspector.MyField
-
- getFieldComment() -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.StructField
- Get the comment for the field.
- getFieldComment() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.UnionStructObjectInspector.MyField
-
- getFieldDelim() -
Method in class org.apache.hadoop.hive.ql.plan.CreateIndexDesc
-
- getFieldDelim() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableDesc
-
- getFieldDesc(ColumnStatisticsData._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ColumnStatisticsData
-
- getFieldDesc(TColumn._Fields) -
Method in class org.apache.hive.service.cli.thrift.TColumn
-
- getFieldDesc(TColumnValue._Fields) -
Method in class org.apache.hive.service.cli.thrift.TColumnValue
-
- getFieldDesc(TGetInfoValue._Fields) -
Method in class org.apache.hive.service.cli.thrift.TGetInfoValue
-
- getFieldDesc(TTypeEntry._Fields) -
Method in class org.apache.hive.service.cli.thrift.TTypeEntry
-
- getFieldEscape() -
Method in class org.apache.hadoop.hive.ql.plan.CreateIndexDesc
-
- getFieldEscape() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableDesc
-
- getFieldID() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector.MyField
-
- getFieldID() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardStructObjectInspector.MyField
-
- getFieldInited() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazyStruct
-
- getFieldList() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFunction
-
- getFieldList() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStruct
-
- getFieldList() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStructBase
-
- getFieldMap(String) -
Method in class org.apache.hadoop.hive.ql.parse.RowResolver
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.AlreadyExistsException._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.BinaryColumnStatsData._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.BooleanColumnStatsData._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ColumnStatistics._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ColumnStatisticsData._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ColumnStatisticsDesc._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ColumnStatisticsObj._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ConfigValSecurityException._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.Database._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.DoubleColumnStatsData._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.EnvironmentContext._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.FieldSchema._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.HiveObjectPrivilege._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.HiveObjectRef._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.Index._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.IndexAlreadyExistsException._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.InvalidInputException._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.InvalidObjectException._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.InvalidOperationException._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.InvalidPartitionException._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.LongColumnStatsData._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.MetaException._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.NoSuchObjectException._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.Order._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.Partition._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.PrincipalPrivilegeSet._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.PrivilegeBag._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.PrivilegeGrantInfo._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.Role._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.Schema._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.SerDeInfo._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.SkewedInfo._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.StorageDescriptor._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.StringColumnStatsData._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.Table._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_index_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_index_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_with_environment_context_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_with_environment_context_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partitions_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partitions_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_database_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_database_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_index_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_index_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_with_environment_context_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_with_environment_context_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partitions_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partitions_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_with_environment_context_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_with_environment_context_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_by_name_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_by_name_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.cancel_delegation_token_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.cancel_delegation_token_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_database_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_database_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_role_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_role_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_with_environment_context_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_with_environment_context_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_type_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_type_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.delete_partition_column_statistics_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.delete_partition_column_statistics_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.delete_table_column_statistics_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.delete_table_column_statistics_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_database_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_database_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_index_by_name_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_index_by_name_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_by_name_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_by_name_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_role_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_role_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_table_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_table_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_type_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_type_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_all_databases_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_all_databases_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_all_tables_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_all_tables_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_config_value_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_config_value_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_database_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_database_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_databases_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_databases_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_delegation_token_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_delegation_token_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_fields_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_fields_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_index_by_name_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_index_by_name_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_index_names_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_index_names_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_indexes_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_indexes_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_by_name_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_by_name_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_column_statistics_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_column_statistics_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_ps_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_ps_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_with_auth_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_with_auth_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_filter_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_filter_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_names_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_names_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_with_auth_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_with_auth_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_with_auth_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_with_auth_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_privilege_set_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_privilege_set_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_role_names_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_role_names_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_schema_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_schema_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_column_statistics_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_column_statistics_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_names_by_filter_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_names_by_filter_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_objects_by_name_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_objects_by_name_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_tables_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_tables_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_all_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_all_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.grant_privileges_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.grant_privileges_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.grant_role_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.grant_role_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.isPartitionMarkedForEvent_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.isPartitionMarkedForEvent_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.list_privileges_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.list_privileges_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.list_roles_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.list_roles_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.markPartitionForEvent_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.markPartitionForEvent_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.partition_name_to_spec_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.partition_name_to_spec_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.partition_name_to_vals_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.partition_name_to_vals_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.rename_partition_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.rename_partition_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.renew_delegation_token_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.renew_delegation_token_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.revoke_privileges_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.revoke_privileges_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.revoke_role_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.revoke_role_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.set_ugi_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.set_ugi_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.update_partition_column_statistics_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.update_partition_column_statistics_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.update_table_column_statistics_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.update_table_column_statistics_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.Type._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.UnknownDBException._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.UnknownPartitionException._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.UnknownTableException._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.metastore.api.Version._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.ql.plan.api.Adjacency._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.ql.plan.api.Graph._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.ql.plan.api.Operator._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.ql.plan.api.Query._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.ql.plan.api.QueryPlan._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.ql.plan.api.Stage._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.ql.plan.api.Task._Fields
-
- getFieldName() -
Method in class org.apache.hadoop.hive.ql.plan.ExplosionDesc
-
- getFieldName() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeFieldDesc
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.serde.test.InnerStruct._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.serde.test.ThriftTestObj._Fields
-
- getFieldName() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector.MyField
-
- getFieldName() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.ReflectionStructObjectInspector.MyField
-
- getFieldName() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardStructObjectInspector.MyField
-
- getFieldName() -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.StructField
- Get the name of the field.
- getFieldName() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.UnionStructObjectInspector.MyField
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.serde2.thrift.test.Complex._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.serde2.thrift.test.IntString._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.serde2.thrift.test.MegaStruct._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.serde2.thrift.test.MiniStruct._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.service.HiveClusterStatus._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.service.HiveServerException._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.clean_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.clean_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.execute_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.execute_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.fetchAll_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.fetchAll_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.fetchN_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.fetchN_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.fetchOne_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.fetchOne_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.getClusterStatus_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.getClusterStatus_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.getQueryPlan_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.getQueryPlan_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.getSchema_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.getSchema_result._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.getThriftSchema_args._Fields
-
- getFieldName() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.getThriftSchema_result._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TArrayTypeEntry._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TBoolValue._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TByteValue._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCancelOperationReq._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCancelOperationResp._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.CancelOperation_args._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.CancelOperation_result._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.CloseOperation_args._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.CloseOperation_result._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.CloseSession_args._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.CloseSession_result._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.ExecuteStatement_args._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.ExecuteStatement_result._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.FetchResults_args._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.FetchResults_result._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetCatalogs_args._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetCatalogs_result._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetColumns_args._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetColumns_result._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetFunctions_args._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetFunctions_result._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetInfo_args._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetInfo_result._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetOperationStatus_args._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetOperationStatus_result._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetResultSetMetadata_args._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetResultSetMetadata_result._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetSchemas_args._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetSchemas_result._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetTables_args._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetTables_result._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetTableTypes_args._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetTableTypes_result._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetTypeInfo_args._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetTypeInfo_result._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.OpenSession_args._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.OpenSession_result._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCloseOperationReq._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCloseOperationResp._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCloseSessionReq._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TCloseSessionResp._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TColumn._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TColumnDesc._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TColumnValue._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TDoubleValue._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TExecuteStatementReq._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TExecuteStatementResp._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TFetchResultsReq._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TFetchResultsResp._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TGetCatalogsReq._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TGetCatalogsResp._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TGetColumnsReq._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TGetColumnsResp._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TGetFunctionsReq._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TGetFunctionsResp._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TGetInfoReq._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TGetInfoResp._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TGetInfoValue._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TGetOperationStatusReq._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TGetOperationStatusResp._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TGetResultSetMetadataReq._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TGetResultSetMetadataResp._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TGetSchemasReq._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TGetSchemasResp._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TGetTablesReq._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TGetTablesResp._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TGetTableTypesReq._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TGetTableTypesResp._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TGetTypeInfoReq._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TGetTypeInfoResp._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.THandleIdentifier._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TI16Value._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TI32Value._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TI64Value._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TMapTypeEntry._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TOpenSessionReq._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TOpenSessionResp._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TOperationHandle._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TPrimitiveTypeEntry._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TRow._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TRowSet._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TSessionHandle._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TStatus._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TStringValue._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TStructTypeEntry._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TTableSchema._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TTypeDesc._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TTypeEntry._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TUnionTypeEntry._Fields
-
- getFieldName() -
Method in enum org.apache.hive.service.cli.thrift.TUserDefinedTypeEntry._Fields
-
- getFieldNames(StructObjectInspector) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
- Get the list of field names as csv from a StructObjectInspector.
- getFieldObjectInspector() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector.MyField
-
- getFieldObjectInspector() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.ReflectionStructObjectInspector.MyField
-
- getFieldObjectInspector() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardStructObjectInspector.MyField
-
- getFieldObjectInspector() -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.StructField
- Get the ObjectInspector for the field.
- getFieldObjectInspector() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.UnionStructObjectInspector.MyField
-
- getFieldProcessor() -
Static method in class org.apache.hadoop.hive.ql.optimizer.lineage.ExprProcFactory
-
- getFieldProcessor() -
Static method in class org.apache.hadoop.hive.ql.optimizer.pcr.PcrExprProcFactory
-
- getFieldProcessor() -
Static method in class org.apache.hadoop.hive.ql.optimizer.PrunerExpressionOperatorFactory
- Instantiate field processor.
- getFields() -
Method in class org.apache.hadoop.hive.metastore.api.Type
-
- getFields(String, String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
-
- getFields(String, String) -
Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
-
- getFields() -
Method in class org.apache.hadoop.hive.metastore.model.MType
-
- getFields() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getFields() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazyStruct
-
- getFieldsAsList() -
Method in class org.apache.hadoop.hive.serde2.columnar.ColumnarStructBase
- Get the values of the fields as an ArrayList.
- getFieldsAsList() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazyStruct
- Get the values of the fields as an ArrayList.
- getFieldsAsList() -
Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryStruct
- Get the values of the fields as an ArrayList.
- getFieldSchema() -
Method in class org.apache.hadoop.hive.ql.hooks.LineageInfo.DependencyKey
-
- getFieldSchemaFromTypeInfo(String, TypeInfo) -
Static method in class org.apache.hadoop.hive.metastore.MetaStoreUtils
- Convert TypeInfo to FieldSchema.
- getFieldSchemas() -
Method in class org.apache.hadoop.hive.metastore.api.Schema
-
- getFieldSchemasFromColumnInfo(ArrayList<ColumnInfo>, String) -
Static method in class org.apache.hadoop.hive.ql.plan.PlanUtils
- Convert the ColumnInfo to FieldSchema.
- getFieldSchemasFromColumnList(List<ExprNodeDesc>, List<String>, int, String) -
Static method in class org.apache.hadoop.hive.ql.plan.PlanUtils
- Convert the ColumnList to FieldSchema list.
- getFieldSchemasFromColumnList(List<ExprNodeDesc>, String) -
Static method in class org.apache.hadoop.hive.ql.plan.PlanUtils
- Convert the ColumnList to FieldSchema list.
- getFieldSchemasFromColumnListWithLength(List<ExprNodeDesc>, List<List<Integer>>, List<String>, int, String) -
Static method in class org.apache.hadoop.hive.ql.plan.PlanUtils
- Convert the ColumnList to FieldSchema list.
- getFieldSchemasFromRowSchema(RowSchema, String) -
Static method in class org.apache.hadoop.hive.ql.plan.PlanUtils
- Convert the RowSchema to FieldSchema list.
- getFieldSchemasIterator() -
Method in class org.apache.hadoop.hive.metastore.api.Schema
-
- getFieldSchemasSize() -
Method in class org.apache.hadoop.hive.metastore.api.Schema
-
- getFieldSchemaString(List<FieldSchema>) -
Static method in class org.apache.hadoop.hive.ql.exec.Utilities
-
- getFieldsFromDeserializer(String, Deserializer) -
Static method in class org.apache.hadoop.hive.metastore.MetaStoreUtils
-
- getFieldsFromDeserializer(String, Deserializer) -
Static method in class org.apache.hadoop.hive.ql.metadata.Hive
-
- getFieldsIterator() -
Method in class org.apache.hadoop.hive.metastore.api.Type
-
- getFieldsSize() -
Method in class org.apache.hadoop.hive.metastore.api.Type
-
- getFieldType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeField
-
- getFieldTypes(StructObjectInspector) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
- Get the list of field type as csv from a StructObjectInspector.
- getFieldValue(AlreadyExistsException._Fields) -
Method in exception org.apache.hadoop.hive.metastore.api.AlreadyExistsException
-
- getFieldValue(BinaryColumnStatsData._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.BinaryColumnStatsData
-
- getFieldValue(BooleanColumnStatsData._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.BooleanColumnStatsData
-
- getFieldValue(ColumnStatistics._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ColumnStatistics
-
- getFieldValue(ColumnStatisticsDesc._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ColumnStatisticsDesc
-
- getFieldValue(ColumnStatisticsObj._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ColumnStatisticsObj
-
- getFieldValue(ConfigValSecurityException._Fields) -
Method in exception org.apache.hadoop.hive.metastore.api.ConfigValSecurityException
-
- getFieldValue(Database._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.Database
-
- getFieldValue(DoubleColumnStatsData._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.DoubleColumnStatsData
-
- getFieldValue(EnvironmentContext._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.EnvironmentContext
-
- getFieldValue(FieldSchema._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.FieldSchema
-
- getFieldValue(HiveObjectPrivilege._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.HiveObjectPrivilege
-
- getFieldValue(HiveObjectRef._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.HiveObjectRef
-
- getFieldValue(Index._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.Index
-
- getFieldValue(IndexAlreadyExistsException._Fields) -
Method in exception org.apache.hadoop.hive.metastore.api.IndexAlreadyExistsException
-
- getFieldValue(InvalidInputException._Fields) -
Method in exception org.apache.hadoop.hive.metastore.api.InvalidInputException
-
- getFieldValue(InvalidObjectException._Fields) -
Method in exception org.apache.hadoop.hive.metastore.api.InvalidObjectException
-
- getFieldValue(InvalidOperationException._Fields) -
Method in exception org.apache.hadoop.hive.metastore.api.InvalidOperationException
-
- getFieldValue(InvalidPartitionException._Fields) -
Method in exception org.apache.hadoop.hive.metastore.api.InvalidPartitionException
-
- getFieldValue(LongColumnStatsData._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.LongColumnStatsData
-
- getFieldValue(MetaException._Fields) -
Method in exception org.apache.hadoop.hive.metastore.api.MetaException
-
- getFieldValue(NoSuchObjectException._Fields) -
Method in exception org.apache.hadoop.hive.metastore.api.NoSuchObjectException
-
- getFieldValue(Order._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.Order
-
- getFieldValue(Partition._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.Partition
-
- getFieldValue(PrincipalPrivilegeSet._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.PrincipalPrivilegeSet
-
- getFieldValue(PrivilegeBag._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.PrivilegeBag
-
- getFieldValue(PrivilegeGrantInfo._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.PrivilegeGrantInfo
-
- getFieldValue(Role._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.Role
-
- getFieldValue(Schema._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.Schema
-
- getFieldValue(SerDeInfo._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.SerDeInfo
-
- getFieldValue(SkewedInfo._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.SkewedInfo
-
- getFieldValue(StorageDescriptor._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.StorageDescriptor
-
- getFieldValue(StringColumnStatsData._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.StringColumnStatsData
-
- getFieldValue(Table._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.Table
-
- getFieldValue(ThriftHiveMetastore.add_index_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_index_args
-
- getFieldValue(ThriftHiveMetastore.add_index_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_index_result
-
- getFieldValue(ThriftHiveMetastore.add_partition_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_args
-
- getFieldValue(ThriftHiveMetastore.add_partition_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_result
-
- getFieldValue(ThriftHiveMetastore.add_partition_with_environment_context_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_with_environment_context_args
-
- getFieldValue(ThriftHiveMetastore.add_partition_with_environment_context_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_with_environment_context_result
-
- getFieldValue(ThriftHiveMetastore.add_partitions_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partitions_args
-
- getFieldValue(ThriftHiveMetastore.add_partitions_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partitions_result
-
- getFieldValue(ThriftHiveMetastore.alter_database_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_database_args
-
- getFieldValue(ThriftHiveMetastore.alter_database_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_database_result
-
- getFieldValue(ThriftHiveMetastore.alter_index_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_index_args
-
- getFieldValue(ThriftHiveMetastore.alter_index_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_index_result
-
- getFieldValue(ThriftHiveMetastore.alter_partition_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_args
-
- getFieldValue(ThriftHiveMetastore.alter_partition_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_result
-
- getFieldValue(ThriftHiveMetastore.alter_partition_with_environment_context_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_with_environment_context_args
-
- getFieldValue(ThriftHiveMetastore.alter_partition_with_environment_context_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_with_environment_context_result
-
- getFieldValue(ThriftHiveMetastore.alter_partitions_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partitions_args
-
- getFieldValue(ThriftHiveMetastore.alter_partitions_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partitions_result
-
- getFieldValue(ThriftHiveMetastore.alter_table_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_args
-
- getFieldValue(ThriftHiveMetastore.alter_table_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_result
-
- getFieldValue(ThriftHiveMetastore.alter_table_with_environment_context_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_with_environment_context_args
-
- getFieldValue(ThriftHiveMetastore.alter_table_with_environment_context_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_with_environment_context_result
-
- getFieldValue(ThriftHiveMetastore.append_partition_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_args
-
- getFieldValue(ThriftHiveMetastore.append_partition_by_name_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_by_name_args
-
- getFieldValue(ThriftHiveMetastore.append_partition_by_name_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_by_name_result
-
- getFieldValue(ThriftHiveMetastore.append_partition_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_result
-
- getFieldValue(ThriftHiveMetastore.cancel_delegation_token_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.cancel_delegation_token_args
-
- getFieldValue(ThriftHiveMetastore.cancel_delegation_token_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.cancel_delegation_token_result
-
- getFieldValue(ThriftHiveMetastore.create_database_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_database_args
-
- getFieldValue(ThriftHiveMetastore.create_database_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_database_result
-
- getFieldValue(ThriftHiveMetastore.create_role_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_role_args
-
- getFieldValue(ThriftHiveMetastore.create_role_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_role_result
-
- getFieldValue(ThriftHiveMetastore.create_table_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_args
-
- getFieldValue(ThriftHiveMetastore.create_table_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_result
-
- getFieldValue(ThriftHiveMetastore.create_table_with_environment_context_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_with_environment_context_args
-
- getFieldValue(ThriftHiveMetastore.create_table_with_environment_context_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_with_environment_context_result
-
- getFieldValue(ThriftHiveMetastore.create_type_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_type_args
-
- getFieldValue(ThriftHiveMetastore.create_type_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_type_result
-
- getFieldValue(ThriftHiveMetastore.delete_partition_column_statistics_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.delete_partition_column_statistics_args
-
- getFieldValue(ThriftHiveMetastore.delete_partition_column_statistics_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.delete_partition_column_statistics_result
-
- getFieldValue(ThriftHiveMetastore.delete_table_column_statistics_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.delete_table_column_statistics_args
-
- getFieldValue(ThriftHiveMetastore.delete_table_column_statistics_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.delete_table_column_statistics_result
-
- getFieldValue(ThriftHiveMetastore.drop_database_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_database_args
-
- getFieldValue(ThriftHiveMetastore.drop_database_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_database_result
-
- getFieldValue(ThriftHiveMetastore.drop_index_by_name_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_index_by_name_args
-
- getFieldValue(ThriftHiveMetastore.drop_index_by_name_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_index_by_name_result
-
- getFieldValue(ThriftHiveMetastore.drop_partition_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_args
-
- getFieldValue(ThriftHiveMetastore.drop_partition_by_name_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_by_name_args
-
- getFieldValue(ThriftHiveMetastore.drop_partition_by_name_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_by_name_result
-
- getFieldValue(ThriftHiveMetastore.drop_partition_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_result
-
- getFieldValue(ThriftHiveMetastore.drop_role_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_role_args
-
- getFieldValue(ThriftHiveMetastore.drop_role_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_role_result
-
- getFieldValue(ThriftHiveMetastore.drop_table_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_table_args
-
- getFieldValue(ThriftHiveMetastore.drop_table_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_table_result
-
- getFieldValue(ThriftHiveMetastore.drop_type_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_type_args
-
- getFieldValue(ThriftHiveMetastore.drop_type_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_type_result
-
- getFieldValue(ThriftHiveMetastore.get_all_databases_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_all_databases_args
-
- getFieldValue(ThriftHiveMetastore.get_all_databases_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_all_databases_result
-
- getFieldValue(ThriftHiveMetastore.get_all_tables_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_all_tables_args
-
- getFieldValue(ThriftHiveMetastore.get_all_tables_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_all_tables_result
-
- getFieldValue(ThriftHiveMetastore.get_config_value_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_config_value_args
-
- getFieldValue(ThriftHiveMetastore.get_config_value_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_config_value_result
-
- getFieldValue(ThriftHiveMetastore.get_database_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_database_args
-
- getFieldValue(ThriftHiveMetastore.get_database_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_database_result
-
- getFieldValue(ThriftHiveMetastore.get_databases_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_databases_args
-
- getFieldValue(ThriftHiveMetastore.get_databases_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_databases_result
-
- getFieldValue(ThriftHiveMetastore.get_delegation_token_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_delegation_token_args
-
- getFieldValue(ThriftHiveMetastore.get_delegation_token_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_delegation_token_result
-
- getFieldValue(ThriftHiveMetastore.get_fields_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_fields_args
-
- getFieldValue(ThriftHiveMetastore.get_fields_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_fields_result
-
- getFieldValue(ThriftHiveMetastore.get_index_by_name_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_index_by_name_args
-
- getFieldValue(ThriftHiveMetastore.get_index_by_name_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_index_by_name_result
-
- getFieldValue(ThriftHiveMetastore.get_index_names_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_index_names_args
-
- getFieldValue(ThriftHiveMetastore.get_index_names_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_index_names_result
-
- getFieldValue(ThriftHiveMetastore.get_indexes_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_indexes_args
-
- getFieldValue(ThriftHiveMetastore.get_indexes_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_indexes_result
-
- getFieldValue(ThriftHiveMetastore.get_partition_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_args
-
- getFieldValue(ThriftHiveMetastore.get_partition_by_name_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_by_name_args
-
- getFieldValue(ThriftHiveMetastore.get_partition_by_name_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_by_name_result
-
- getFieldValue(ThriftHiveMetastore.get_partition_column_statistics_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_column_statistics_args
-
- getFieldValue(ThriftHiveMetastore.get_partition_column_statistics_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_column_statistics_result
-
- getFieldValue(ThriftHiveMetastore.get_partition_names_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_args
-
- getFieldValue(ThriftHiveMetastore.get_partition_names_ps_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_ps_args
-
- getFieldValue(ThriftHiveMetastore.get_partition_names_ps_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_ps_result
-
- getFieldValue(ThriftHiveMetastore.get_partition_names_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_result
-
- getFieldValue(ThriftHiveMetastore.get_partition_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_result
-
- getFieldValue(ThriftHiveMetastore.get_partition_with_auth_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_with_auth_args
-
- getFieldValue(ThriftHiveMetastore.get_partition_with_auth_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_with_auth_result
-
- getFieldValue(ThriftHiveMetastore.get_partitions_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_args
-
- getFieldValue(ThriftHiveMetastore.get_partitions_by_filter_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_filter_args
-
- getFieldValue(ThriftHiveMetastore.get_partitions_by_filter_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_filter_result
-
- getFieldValue(ThriftHiveMetastore.get_partitions_by_names_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_names_args
-
- getFieldValue(ThriftHiveMetastore.get_partitions_by_names_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_names_result
-
- getFieldValue(ThriftHiveMetastore.get_partitions_ps_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_args
-
- getFieldValue(ThriftHiveMetastore.get_partitions_ps_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_result
-
- getFieldValue(ThriftHiveMetastore.get_partitions_ps_with_auth_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_with_auth_args
-
- getFieldValue(ThriftHiveMetastore.get_partitions_ps_with_auth_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_with_auth_result
-
- getFieldValue(ThriftHiveMetastore.get_partitions_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_result
-
- getFieldValue(ThriftHiveMetastore.get_partitions_with_auth_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_with_auth_args
-
- getFieldValue(ThriftHiveMetastore.get_partitions_with_auth_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_with_auth_result
-
- getFieldValue(ThriftHiveMetastore.get_privilege_set_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_privilege_set_args
-
- getFieldValue(ThriftHiveMetastore.get_privilege_set_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_privilege_set_result
-
- getFieldValue(ThriftHiveMetastore.get_role_names_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_role_names_args
-
- getFieldValue(ThriftHiveMetastore.get_role_names_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_role_names_result
-
- getFieldValue(ThriftHiveMetastore.get_schema_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_schema_args
-
- getFieldValue(ThriftHiveMetastore.get_schema_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_schema_result
-
- getFieldValue(ThriftHiveMetastore.get_table_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_args
-
- getFieldValue(ThriftHiveMetastore.get_table_column_statistics_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_column_statistics_args
-
- getFieldValue(ThriftHiveMetastore.get_table_column_statistics_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_column_statistics_result
-
- getFieldValue(ThriftHiveMetastore.get_table_names_by_filter_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_names_by_filter_args
-
- getFieldValue(ThriftHiveMetastore.get_table_names_by_filter_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_names_by_filter_result
-
- getFieldValue(ThriftHiveMetastore.get_table_objects_by_name_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_objects_by_name_args
-
- getFieldValue(ThriftHiveMetastore.get_table_objects_by_name_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_objects_by_name_result
-
- getFieldValue(ThriftHiveMetastore.get_table_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_result
-
- getFieldValue(ThriftHiveMetastore.get_tables_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_tables_args
-
- getFieldValue(ThriftHiveMetastore.get_tables_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_tables_result
-
- getFieldValue(ThriftHiveMetastore.get_type_all_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_all_args
-
- getFieldValue(ThriftHiveMetastore.get_type_all_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_all_result
-
- getFieldValue(ThriftHiveMetastore.get_type_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_args
-
- getFieldValue(ThriftHiveMetastore.get_type_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_result
-
- getFieldValue(ThriftHiveMetastore.grant_privileges_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.grant_privileges_args
-
- getFieldValue(ThriftHiveMetastore.grant_privileges_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.grant_privileges_result
-
- getFieldValue(ThriftHiveMetastore.grant_role_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.grant_role_args
-
- getFieldValue(ThriftHiveMetastore.grant_role_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.grant_role_result
-
- getFieldValue(ThriftHiveMetastore.isPartitionMarkedForEvent_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.isPartitionMarkedForEvent_args
-
- getFieldValue(ThriftHiveMetastore.isPartitionMarkedForEvent_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.isPartitionMarkedForEvent_result
-
- getFieldValue(ThriftHiveMetastore.list_privileges_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.list_privileges_args
-
- getFieldValue(ThriftHiveMetastore.list_privileges_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.list_privileges_result
-
- getFieldValue(ThriftHiveMetastore.list_roles_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.list_roles_args
-
- getFieldValue(ThriftHiveMetastore.list_roles_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.list_roles_result
-
- getFieldValue(ThriftHiveMetastore.markPartitionForEvent_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.markPartitionForEvent_args
-
- getFieldValue(ThriftHiveMetastore.markPartitionForEvent_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.markPartitionForEvent_result
-
- getFieldValue(ThriftHiveMetastore.partition_name_to_spec_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.partition_name_to_spec_args
-
- getFieldValue(ThriftHiveMetastore.partition_name_to_spec_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.partition_name_to_spec_result
-
- getFieldValue(ThriftHiveMetastore.partition_name_to_vals_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.partition_name_to_vals_args
-
- getFieldValue(ThriftHiveMetastore.partition_name_to_vals_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.partition_name_to_vals_result
-
- getFieldValue(ThriftHiveMetastore.rename_partition_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.rename_partition_args
-
- getFieldValue(ThriftHiveMetastore.rename_partition_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.rename_partition_result
-
- getFieldValue(ThriftHiveMetastore.renew_delegation_token_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.renew_delegation_token_args
-
- getFieldValue(ThriftHiveMetastore.renew_delegation_token_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.renew_delegation_token_result
-
- getFieldValue(ThriftHiveMetastore.revoke_privileges_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.revoke_privileges_args
-
- getFieldValue(ThriftHiveMetastore.revoke_privileges_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.revoke_privileges_result
-
- getFieldValue(ThriftHiveMetastore.revoke_role_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.revoke_role_args
-
- getFieldValue(ThriftHiveMetastore.revoke_role_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.revoke_role_result
-
- getFieldValue(ThriftHiveMetastore.set_ugi_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.set_ugi_args
-
- getFieldValue(ThriftHiveMetastore.set_ugi_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.set_ugi_result
-
- getFieldValue(ThriftHiveMetastore.update_partition_column_statistics_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.update_partition_column_statistics_args
-
- getFieldValue(ThriftHiveMetastore.update_partition_column_statistics_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.update_partition_column_statistics_result
-
- getFieldValue(ThriftHiveMetastore.update_table_column_statistics_args._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.update_table_column_statistics_args
-
- getFieldValue(ThriftHiveMetastore.update_table_column_statistics_result._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.update_table_column_statistics_result
-
- getFieldValue(Type._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.Type
-
- getFieldValue(UnknownDBException._Fields) -
Method in exception org.apache.hadoop.hive.metastore.api.UnknownDBException
-
- getFieldValue(UnknownPartitionException._Fields) -
Method in exception org.apache.hadoop.hive.metastore.api.UnknownPartitionException
-
- getFieldValue(UnknownTableException._Fields) -
Method in exception org.apache.hadoop.hive.metastore.api.UnknownTableException
-
- getFieldValue(Version._Fields) -
Method in class org.apache.hadoop.hive.metastore.api.Version
-
- getFieldValue(Adjacency._Fields) -
Method in class org.apache.hadoop.hive.ql.plan.api.Adjacency
-
- getFieldValue(Graph._Fields) -
Method in class org.apache.hadoop.hive.ql.plan.api.Graph
-
- getFieldValue(Operator._Fields) -
Method in class org.apache.hadoop.hive.ql.plan.api.Operator
-
- getFieldValue(Query._Fields) -
Method in class org.apache.hadoop.hive.ql.plan.api.Query
-
- getFieldValue(QueryPlan._Fields) -
Method in class org.apache.hadoop.hive.ql.plan.api.QueryPlan
-
- getFieldValue(Stage._Fields) -
Method in class org.apache.hadoop.hive.ql.plan.api.Stage
-
- getFieldValue(Task._Fields) -
Method in class org.apache.hadoop.hive.ql.plan.api.Task
-
- getFieldValue(InnerStruct._Fields) -
Method in class org.apache.hadoop.hive.serde.test.InnerStruct
-
- getFieldValue(ThriftTestObj._Fields) -
Method in class org.apache.hadoop.hive.serde.test.ThriftTestObj
-
- getFieldValue(Complex._Fields) -
Method in class org.apache.hadoop.hive.serde2.thrift.test.Complex
-
- getFieldValue(IntString._Fields) -
Method in class org.apache.hadoop.hive.serde2.thrift.test.IntString
-
- getFieldValue(MegaStruct._Fields) -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getFieldValue(MiniStruct._Fields) -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MiniStruct
-
- getFieldValue(HiveClusterStatus._Fields) -
Method in class org.apache.hadoop.hive.service.HiveClusterStatus
-
- getFieldValue(HiveServerException._Fields) -
Method in exception org.apache.hadoop.hive.service.HiveServerException
-
- getFieldValue(ThriftHive.clean_args._Fields) -
Method in class org.apache.hadoop.hive.service.ThriftHive.clean_args
-
- getFieldValue(ThriftHive.clean_result._Fields) -
Method in class org.apache.hadoop.hive.service.ThriftHive.clean_result
-
- getFieldValue(ThriftHive.execute_args._Fields) -
Method in class org.apache.hadoop.hive.service.ThriftHive.execute_args
-
- getFieldValue(ThriftHive.execute_result._Fields) -
Method in class org.apache.hadoop.hive.service.ThriftHive.execute_result
-
- getFieldValue(ThriftHive.fetchAll_args._Fields) -
Method in class org.apache.hadoop.hive.service.ThriftHive.fetchAll_args
-
- getFieldValue(ThriftHive.fetchAll_result._Fields) -
Method in class org.apache.hadoop.hive.service.ThriftHive.fetchAll_result
-
- getFieldValue(ThriftHive.fetchN_args._Fields) -
Method in class org.apache.hadoop.hive.service.ThriftHive.fetchN_args
-
- getFieldValue(ThriftHive.fetchN_result._Fields) -
Method in class org.apache.hadoop.hive.service.ThriftHive.fetchN_result
-
- getFieldValue(ThriftHive.fetchOne_args._Fields) -
Method in class org.apache.hadoop.hive.service.ThriftHive.fetchOne_args
-
- getFieldValue(ThriftHive.fetchOne_result._Fields) -
Method in class org.apache.hadoop.hive.service.ThriftHive.fetchOne_result
-
- getFieldValue(ThriftHive.getClusterStatus_args._Fields) -
Method in class org.apache.hadoop.hive.service.ThriftHive.getClusterStatus_args
-
- getFieldValue(ThriftHive.getClusterStatus_result._Fields) -
Method in class org.apache.hadoop.hive.service.ThriftHive.getClusterStatus_result
-
- getFieldValue(ThriftHive.getQueryPlan_args._Fields) -
Method in class org.apache.hadoop.hive.service.ThriftHive.getQueryPlan_args
-
- getFieldValue(ThriftHive.getQueryPlan_result._Fields) -
Method in class org.apache.hadoop.hive.service.ThriftHive.getQueryPlan_result
-
- getFieldValue(ThriftHive.getSchema_args._Fields) -
Method in class org.apache.hadoop.hive.service.ThriftHive.getSchema_args
-
- getFieldValue(ThriftHive.getSchema_result._Fields) -
Method in class org.apache.hadoop.hive.service.ThriftHive.getSchema_result
-
- getFieldValue(ThriftHive.getThriftSchema_args._Fields) -
Method in class org.apache.hadoop.hive.service.ThriftHive.getThriftSchema_args
-
- getFieldValue(ThriftHive.getThriftSchema_result._Fields) -
Method in class org.apache.hadoop.hive.service.ThriftHive.getThriftSchema_result
-
- getFieldValue(TArrayTypeEntry._Fields) -
Method in class org.apache.hive.service.cli.thrift.TArrayTypeEntry
-
- getFieldValue(TBoolValue._Fields) -
Method in class org.apache.hive.service.cli.thrift.TBoolValue
-
- getFieldValue(TByteValue._Fields) -
Method in class org.apache.hive.service.cli.thrift.TByteValue
-
- getFieldValue(TCancelOperationReq._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCancelOperationReq
-
- getFieldValue(TCancelOperationResp._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCancelOperationResp
-
- getFieldValue(TCLIService.CancelOperation_args._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.CancelOperation_args
-
- getFieldValue(TCLIService.CancelOperation_result._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.CancelOperation_result
-
- getFieldValue(TCLIService.CloseOperation_args._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.CloseOperation_args
-
- getFieldValue(TCLIService.CloseOperation_result._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.CloseOperation_result
-
- getFieldValue(TCLIService.CloseSession_args._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.CloseSession_args
-
- getFieldValue(TCLIService.CloseSession_result._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.CloseSession_result
-
- getFieldValue(TCLIService.ExecuteStatement_args._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.ExecuteStatement_args
-
- getFieldValue(TCLIService.ExecuteStatement_result._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.ExecuteStatement_result
-
- getFieldValue(TCLIService.FetchResults_args._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.FetchResults_args
-
- getFieldValue(TCLIService.FetchResults_result._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.FetchResults_result
-
- getFieldValue(TCLIService.GetCatalogs_args._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetCatalogs_args
-
- getFieldValue(TCLIService.GetCatalogs_result._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetCatalogs_result
-
- getFieldValue(TCLIService.GetColumns_args._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetColumns_args
-
- getFieldValue(TCLIService.GetColumns_result._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetColumns_result
-
- getFieldValue(TCLIService.GetFunctions_args._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetFunctions_args
-
- getFieldValue(TCLIService.GetFunctions_result._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetFunctions_result
-
- getFieldValue(TCLIService.GetInfo_args._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetInfo_args
-
- getFieldValue(TCLIService.GetInfo_result._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetInfo_result
-
- getFieldValue(TCLIService.GetOperationStatus_args._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetOperationStatus_args
-
- getFieldValue(TCLIService.GetOperationStatus_result._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetOperationStatus_result
-
- getFieldValue(TCLIService.GetResultSetMetadata_args._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetResultSetMetadata_args
-
- getFieldValue(TCLIService.GetResultSetMetadata_result._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetResultSetMetadata_result
-
- getFieldValue(TCLIService.GetSchemas_args._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetSchemas_args
-
- getFieldValue(TCLIService.GetSchemas_result._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetSchemas_result
-
- getFieldValue(TCLIService.GetTables_args._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetTables_args
-
- getFieldValue(TCLIService.GetTables_result._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetTables_result
-
- getFieldValue(TCLIService.GetTableTypes_args._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetTableTypes_args
-
- getFieldValue(TCLIService.GetTableTypes_result._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetTableTypes_result
-
- getFieldValue(TCLIService.GetTypeInfo_args._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetTypeInfo_args
-
- getFieldValue(TCLIService.GetTypeInfo_result._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetTypeInfo_result
-
- getFieldValue(TCLIService.OpenSession_args._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.OpenSession_args
-
- getFieldValue(TCLIService.OpenSession_result._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.OpenSession_result
-
- getFieldValue(TCloseOperationReq._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCloseOperationReq
-
- getFieldValue(TCloseOperationResp._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCloseOperationResp
-
- getFieldValue(TCloseSessionReq._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCloseSessionReq
-
- getFieldValue(TCloseSessionResp._Fields) -
Method in class org.apache.hive.service.cli.thrift.TCloseSessionResp
-
- getFieldValue(TColumnDesc._Fields) -
Method in class org.apache.hive.service.cli.thrift.TColumnDesc
-
- getFieldValue(TDoubleValue._Fields) -
Method in class org.apache.hive.service.cli.thrift.TDoubleValue
-
- getFieldValue(TExecuteStatementReq._Fields) -
Method in class org.apache.hive.service.cli.thrift.TExecuteStatementReq
-
- getFieldValue(TExecuteStatementResp._Fields) -
Method in class org.apache.hive.service.cli.thrift.TExecuteStatementResp
-
- getFieldValue(TFetchResultsReq._Fields) -
Method in class org.apache.hive.service.cli.thrift.TFetchResultsReq
-
- getFieldValue(TFetchResultsResp._Fields) -
Method in class org.apache.hive.service.cli.thrift.TFetchResultsResp
-
- getFieldValue(TGetCatalogsReq._Fields) -
Method in class org.apache.hive.service.cli.thrift.TGetCatalogsReq
-
- getFieldValue(TGetCatalogsResp._Fields) -
Method in class org.apache.hive.service.cli.thrift.TGetCatalogsResp
-
- getFieldValue(TGetColumnsReq._Fields) -
Method in class org.apache.hive.service.cli.thrift.TGetColumnsReq
-
- getFieldValue(TGetColumnsResp._Fields) -
Method in class org.apache.hive.service.cli.thrift.TGetColumnsResp
-
- getFieldValue(TGetFunctionsReq._Fields) -
Method in class org.apache.hive.service.cli.thrift.TGetFunctionsReq
-
- getFieldValue(TGetFunctionsResp._Fields) -
Method in class org.apache.hive.service.cli.thrift.TGetFunctionsResp
-
- getFieldValue(TGetInfoReq._Fields) -
Method in class org.apache.hive.service.cli.thrift.TGetInfoReq
-
- getFieldValue(TGetInfoResp._Fields) -
Method in class org.apache.hive.service.cli.thrift.TGetInfoResp
-
- getFieldValue(TGetOperationStatusReq._Fields) -
Method in class org.apache.hive.service.cli.thrift.TGetOperationStatusReq
-
- getFieldValue(TGetOperationStatusResp._Fields) -
Method in class org.apache.hive.service.cli.thrift.TGetOperationStatusResp
-
- getFieldValue(TGetResultSetMetadataReq._Fields) -
Method in class org.apache.hive.service.cli.thrift.TGetResultSetMetadataReq
-
- getFieldValue(TGetResultSetMetadataResp._Fields) -
Method in class org.apache.hive.service.cli.thrift.TGetResultSetMetadataResp
-
- getFieldValue(TGetSchemasReq._Fields) -
Method in class org.apache.hive.service.cli.thrift.TGetSchemasReq
-
- getFieldValue(TGetSchemasResp._Fields) -
Method in class org.apache.hive.service.cli.thrift.TGetSchemasResp
-
- getFieldValue(TGetTablesReq._Fields) -
Method in class org.apache.hive.service.cli.thrift.TGetTablesReq
-
- getFieldValue(TGetTablesResp._Fields) -
Method in class org.apache.hive.service.cli.thrift.TGetTablesResp
-
- getFieldValue(TGetTableTypesReq._Fields) -
Method in class org.apache.hive.service.cli.thrift.TGetTableTypesReq
-
- getFieldValue(TGetTableTypesResp._Fields) -
Method in class org.apache.hive.service.cli.thrift.TGetTableTypesResp
-
- getFieldValue(TGetTypeInfoReq._Fields) -
Method in class org.apache.hive.service.cli.thrift.TGetTypeInfoReq
-
- getFieldValue(TGetTypeInfoResp._Fields) -
Method in class org.apache.hive.service.cli.thrift.TGetTypeInfoResp
-
- getFieldValue(THandleIdentifier._Fields) -
Method in class org.apache.hive.service.cli.thrift.THandleIdentifier
-
- getFieldValue(TI16Value._Fields) -
Method in class org.apache.hive.service.cli.thrift.TI16Value
-
- getFieldValue(TI32Value._Fields) -
Method in class org.apache.hive.service.cli.thrift.TI32Value
-
- getFieldValue(TI64Value._Fields) -
Method in class org.apache.hive.service.cli.thrift.TI64Value
-
- getFieldValue(TMapTypeEntry._Fields) -
Method in class org.apache.hive.service.cli.thrift.TMapTypeEntry
-
- getFieldValue(TOpenSessionReq._Fields) -
Method in class org.apache.hive.service.cli.thrift.TOpenSessionReq
-
- getFieldValue(TOpenSessionResp._Fields) -
Method in class org.apache.hive.service.cli.thrift.TOpenSessionResp
-
- getFieldValue(TOperationHandle._Fields) -
Method in class org.apache.hive.service.cli.thrift.TOperationHandle
-
- getFieldValue(TPrimitiveTypeEntry._Fields) -
Method in class org.apache.hive.service.cli.thrift.TPrimitiveTypeEntry
-
- getFieldValue(TRow._Fields) -
Method in class org.apache.hive.service.cli.thrift.TRow
-
- getFieldValue(TRowSet._Fields) -
Method in class org.apache.hive.service.cli.thrift.TRowSet
-
- getFieldValue(TSessionHandle._Fields) -
Method in class org.apache.hive.service.cli.thrift.TSessionHandle
-
- getFieldValue(TStatus._Fields) -
Method in class org.apache.hive.service.cli.thrift.TStatus
-
- getFieldValue(TStringValue._Fields) -
Method in class org.apache.hive.service.cli.thrift.TStringValue
-
- getFieldValue(TStructTypeEntry._Fields) -
Method in class org.apache.hive.service.cli.thrift.TStructTypeEntry
-
- getFieldValue(TTableSchema._Fields) -
Method in class org.apache.hive.service.cli.thrift.TTableSchema
-
- getFieldValue(TTypeDesc._Fields) -
Method in class org.apache.hive.service.cli.thrift.TTypeDesc
-
- getFieldValue(TUnionTypeEntry._Fields) -
Method in class org.apache.hive.service.cli.thrift.TUnionTypeEntry
-
- getFieldValue(TUserDefinedTypeEntry._Fields) -
Method in class org.apache.hive.service.cli.thrift.TUserDefinedTypeEntry
-
- getFileBlockLocations(FileStatus, long, long) -
Method in class org.apache.hadoop.fs.ProxyFileSystem
-
- getFileChecksum(Path) -
Method in class org.apache.hadoop.fs.ProxyFileSystem
-
- getFileExtension(JobConf, boolean) -
Static method in class org.apache.hadoop.hive.ql.exec.Utilities
- Deprecated. Use
Utilities.getFileExtension(JobConf, boolean, HiveOutputFormat)
- getFileExtension(JobConf, boolean, HiveOutputFormat<?, ?>) -
Static method in class org.apache.hadoop.hive.ql.exec.Utilities
- Based on compression option, output format, and configured output codec -
get extension for output file.
- getFileId() -
Method in class org.apache.hadoop.hive.ql.exec.ExecMapperContext
-
- getFileNameFromDirName(String) -
Static method in class org.apache.hadoop.hive.ql.exec.Utilities
-
- getFileStatus(Path) -
Method in class org.apache.hadoop.fs.ProxyFileSystem
-
- getFileStatusRecurse(Path, int, FileSystem) -
Static method in class org.apache.hadoop.hive.ql.exec.Utilities
- Get all file status from a root path and recursively go deep into certain levels.
- getFileSystem() -
Method in interface org.apache.hadoop.hive.shims.HadoopShims.MiniDFSShim
-
- getFilter() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_filter_args
-
- getFilter() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_names_by_filter_args
-
- getFilterExpr() -
Method in class org.apache.hadoop.hive.ql.plan.TableScanDesc
-
- getFilterMap() -
Method in class org.apache.hadoop.hive.ql.parse.QBJoinTree
-
- getFilterMap() -
Method in class org.apache.hadoop.hive.ql.plan.HashTableSinkDesc
-
- getFilterMap() -
Method in class org.apache.hadoop.hive.ql.plan.JoinDesc
-
- getFilterMapString() -
Method in class org.apache.hadoop.hive.ql.plan.HashTableSinkDesc
-
- getFilterMapString() -
Method in class org.apache.hadoop.hive.ql.plan.JoinDesc
-
- getFilterProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.ColumnPrunerProcFactory
- Factory method to get the ColumnPrunerFilterProc class.
- getFilterProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.listbucketingpruner.LBPartitionProcFactory
-
- getFilterProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.listbucketingpruner.LBProcFactory
-
- getFilterProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.pcr.PcrOpProcFactory
-
- getFilterProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.ppr.OpProcFactory
-
- getFilterProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.SamplePruner
-
- getFilterProc() -
Static method in class org.apache.hadoop.hive.ql.ppd.OpProcFactory
-
- getFilters() -
Method in class org.apache.hadoop.hive.ql.parse.QBJoinTree
-
- getFilters() -
Method in class org.apache.hadoop.hive.ql.plan.HashTableSinkDesc
-
- getFilters() -
Method in class org.apache.hadoop.hive.ql.plan.JoinDesc
-
- getFiltersForPushing() -
Method in class org.apache.hadoop.hive.ql.parse.QBJoinTree
-
- getFiltersStringMap() -
Method in class org.apache.hadoop.hive.ql.plan.JoinDesc
- Get the string representation of filters.
- getFinalCandidates() -
Method in class org.apache.hadoop.hive.ql.ppd.ExprWalkerInfo
- Returns the list of pushdown expressions for each alias that appear in the
current operator's RowResolver.
- getFinalDirName() -
Method in class org.apache.hadoop.hive.ql.plan.FileSinkDesc
-
- getFinalPath(String) -
Method in class org.apache.hadoop.hive.ql.exec.FileSinkOperator.FSPaths
- Update the final paths according to tmpPath.
- getFinalPath(String, Path, String) -
Method in class org.apache.hadoop.hive.ql.exec.FileSinkOperator.FSPaths
- Update the final paths according to tmpPath.
- getFirst() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableDesc
-
- getFirst() -
Method in class org.apache.hadoop.hive.ql.util.ObjectPair
-
- getFloat(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getFloat(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getFloat(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getFloat(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getFloat(Object, PrimitiveObjectInspector) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
- Get the float value out of a primitive object.
- getFloat(int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getFloat(String) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getFloat(int) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getFloat(String) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getFloatVar(Configuration, HiveConf.ConfVars) -
Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getFloatVar(Configuration, HiveConf.ConfVars, float) -
Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getFloatVar(HiveConf.ConfVars) -
Method in class org.apache.hadoop.hive.conf.HiveConf
-
- getFormattedTimeWithDiff(DateFormat, long, long) -
Static method in class org.apache.hive.common.util.HiveStringUtils
- Formats time in ms and appends difference (finishTime - startTime)
as returned by formatTimeDiff().
- getFromPath() -
Method in class org.apache.hadoop.hive.ql.plan.CopyWork
-
- getFs(Path) -
Method in class org.apache.hadoop.hive.metastore.Warehouse
- Helper functions to convert IOException to MetaException
- getFsAction(Privilege) -
Method in class org.apache.hadoop.hive.ql.security.authorization.StorageBasedAuthorizationProvider
- Given a privilege, return what FsActions are required
- getFsActions(Privilege[]) -
Method in class org.apache.hadoop.hive.ql.security.authorization.StorageBasedAuthorizationProvider
- Given a Privilege[], find out what all FsActions are required
- getFullDDLFromFieldSchema(String, List<FieldSchema>) -
Static method in class org.apache.hadoop.hive.metastore.MetaStoreUtils
- Convert FieldSchemas to Thrift DDL + column names and column types
- getFullDPSpecs(Configuration, DynamicPartitionCtx) -
Static method in class org.apache.hadoop.hive.ql.exec.Utilities
- Construct a list of full partition spec from Dynamic Partition Context and the directory names
corresponding to these dynamic partitions.
- getFuncExprNodeDesc(String, ExprNodeDesc...) -
Static method in class org.apache.hadoop.hive.ql.parse.TypeCheckProcFactory.DefaultExprProcessor
- This function create an ExprNodeDesc for a UDF function given the
children (arguments).
- getFunctionClass() -
Method in class org.apache.hadoop.hive.ql.exec.FunctionInfo
- Get the Class of the UDF.
- getFunctionClass() -
Method in exception org.apache.hadoop.hive.ql.exec.UDFArgumentException
-
- getFunctionColumns(String, String, String, String) -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getFunctionColumns(String, String, String, String) -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getFunctionInfo(String) -
Static method in class org.apache.hadoop.hive.ql.exec.FunctionRegistry
-
- getFunctionName() -
Method in class org.apache.hadoop.hive.ql.plan.CreateFunctionDesc
-
- getFunctionName() -
Method in class org.apache.hadoop.hive.ql.plan.DropFunctionDesc
-
- getFunctionName() -
Method in class org.apache.hive.service.cli.thrift.TGetFunctionsReq
-
- getFunctionNames() -
Static method in class org.apache.hadoop.hive.ql.exec.FunctionRegistry
- Returns a set of registered function names.
- getFunctionNames(String) -
Static method in class org.apache.hadoop.hive.ql.exec.FunctionRegistry
- Returns a set of registered function names.
- getFunctions(String, String, String) -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getFunctions(String, String, String) -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getFunctions(SessionHandle, String, String, String) -
Method in class org.apache.hive.service.cli.CLIService
-
- getFunctions(SessionHandle, String, String, String) -
Method in class org.apache.hive.service.cli.CLIServiceClient
-
- getFunctions(SessionHandle, String, String, String) -
Method in class org.apache.hive.service.cli.EmbeddedCLIServiceClient
-
- getFunctions(SessionHandle, String, String, String) -
Method in interface org.apache.hive.service.cli.ICLIService
-
- getFunctions(String, String, String) -
Method in class org.apache.hive.service.cli.session.Session
-
- GetFunctions(TGetFunctionsReq, AsyncMethodCallback<TCLIService.AsyncClient.GetFunctions_call>) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.AsyncClient
-
- GetFunctions(TGetFunctionsReq, AsyncMethodCallback<TCLIService.AsyncClient.GetFunctions_call>) -
Method in interface org.apache.hive.service.cli.thrift.TCLIService.AsyncIface
-
- GetFunctions(TGetFunctionsReq) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Client
-
- GetFunctions(TGetFunctionsReq) -
Method in interface org.apache.hive.service.cli.thrift.TCLIService.Iface
-
- GetFunctions(TGetFunctionsReq) -
Method in class org.apache.hive.service.cli.thrift.ThriftCLIService
-
- getFunctions(SessionHandle, String, String, String) -
Method in class org.apache.hive.service.cli.thrift.ThriftCLIServiceClient
-
- GetFunctionsOperation - Class in org.apache.hive.service.cli.operation
- GetFunctionsOperation.
- GetFunctionsOperation(Session, String, String, String) -
Constructor for class org.apache.hive.service.cli.operation.GetFunctionsOperation
-
- getFunctionsTest() -
Method in class org.apache.hive.service.cli.CLIServiceTest
-
- getFunctionSynonyms(String) -
Static method in class org.apache.hadoop.hive.ql.exec.FunctionRegistry
- Returns the set of synonyms of the supplied function.
- getFunctionText(ASTNode, boolean) -
Static method in class org.apache.hadoop.hive.ql.parse.TypeCheckProcFactory.DefaultExprProcessor
-
- getfWork() -
Method in class org.apache.hadoop.hive.ql.plan.ColumnStatsWork
-
- getGbKeyNameList() -
Method in class org.apache.hadoop.hive.ql.optimizer.index.RewriteCanApplyCtx
-
- getGeneratedKeys() -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getGeneratedKeys() -
Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
-
- getGeneratedKeys() -
Method in class org.apache.hadoop.hive.jdbc.HiveStatement
-
- getGeneratedKeys() -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getGeneratedKeys() -
Method in class org.apache.hive.jdbc.HivePreparedStatement
-
- getGeneratedKeys() -
Method in class org.apache.hive.jdbc.HiveStatement
-
- getGenericFuncProcessor() -
Static method in class org.apache.hadoop.hive.ql.optimizer.lineage.ExprProcFactory
-
- getGenericFuncProcessor() -
Static method in class org.apache.hadoop.hive.ql.optimizer.pcr.PcrExprProcFactory
-
- getGenericFuncProcessor() -
Static method in class org.apache.hadoop.hive.ql.optimizer.PrunerExpressionOperatorFactory
- Instantiate generic function processor.
- getGenericFuncProcessor() -
Static method in class org.apache.hadoop.hive.ql.ppd.ExprWalkerProcFactory
-
- getGenericUDAFEvaluator(String, List<ObjectInspector>, boolean, boolean) -
Static method in class org.apache.hadoop.hive.ql.exec.FunctionRegistry
- Get the GenericUDAF evaluator for the name and argumentClasses.
- getGenericUDAFEvaluator() -
Method in class org.apache.hadoop.hive.ql.plan.AggregationDesc
-
- getGenericUDAFName() -
Method in class org.apache.hadoop.hive.ql.plan.AggregationDesc
-
- getGenericUDAFResolver() -
Method in class org.apache.hadoop.hive.ql.exec.FunctionInfo
- Get the GenericUDAFResolver object for the function.
- getGenericUDAFResolver(String) -
Static method in class org.apache.hadoop.hive.ql.exec.FunctionRegistry
-
- getGenericUDF() -
Method in class org.apache.hadoop.hive.ql.exec.FunctionInfo
- Get a new GenericUDF object for the function.
- getGenericUDF() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeGenericFuncDesc
-
- getGenericUDFClassName() -
Method in class org.apache.hadoop.hive.ql.io.IOContext
-
- getGenericUDFForAnd() -
Static method in class org.apache.hadoop.hive.ql.exec.FunctionRegistry
- A shortcut to get the "and" GenericUDF.
- getGenericUDFForIndex() -
Static method in class org.apache.hadoop.hive.ql.exec.FunctionRegistry
- A shortcut to get the "index" GenericUDF.
- getGenericUDTF() -
Method in class org.apache.hadoop.hive.ql.exec.FunctionInfo
- Get a new GenericUDTF object for the function.
- getGenericUDTF() -
Method in class org.apache.hadoop.hive.ql.plan.UDTFDesc
-
- getGetInfoType(TGetInfoType) -
Static method in enum org.apache.hive.service.cli.GetInfoType
-
- getGlobalLimit() -
Method in class org.apache.hadoop.hive.ql.parse.GlobalLimitCtx
-
- getGlobalLimitCtx() -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
-
- getGrammarFileName() -
Method in class org.apache.hadoop.hive.ql.parse.HiveLexer
-
- getGrammarFileName() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser
-
- getGrant() -
Method in class org.apache.hadoop.hive.ql.plan.GrantRevokeRoleDDL
-
- getGrantDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getGrantInfo() -
Method in class org.apache.hadoop.hive.metastore.api.HiveObjectPrivilege
-
- getGrantOption() -
Method in class org.apache.hadoop.hive.metastore.model.MDBPrivilege
-
- getGrantOption() -
Method in class org.apache.hadoop.hive.metastore.model.MGlobalPrivilege
-
- getGrantOption() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege
-
- getGrantOption() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionPrivilege
-
- getGrantOption() -
Method in class org.apache.hadoop.hive.metastore.model.MRoleMap
-
- getGrantOption() -
Method in class org.apache.hadoop.hive.metastore.model.MTableColumnPrivilege
-
- getGrantOption() -
Method in class org.apache.hadoop.hive.metastore.model.MTablePrivilege
-
- getGrantor() -
Method in class org.apache.hadoop.hive.metastore.api.PrivilegeGrantInfo
-
- getGrantor() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.grant_role_args
-
- getGrantor() -
Method in class org.apache.hadoop.hive.metastore.model.MDBPrivilege
-
- getGrantor() -
Method in class org.apache.hadoop.hive.metastore.model.MGlobalPrivilege
-
- getGrantor() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege
-
- getGrantor() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionPrivilege
-
- getGrantor() -
Method in class org.apache.hadoop.hive.metastore.model.MRoleMap
-
- getGrantor() -
Method in class org.apache.hadoop.hive.metastore.model.MTableColumnPrivilege
-
- getGrantor() -
Method in class org.apache.hadoop.hive.metastore.model.MTablePrivilege
-
- getGrantor() -
Method in class org.apache.hadoop.hive.ql.plan.GrantDesc
-
- getGrantor() -
Method in class org.apache.hadoop.hive.ql.plan.GrantRevokeRoleDDL
-
- getGrantorType() -
Method in class org.apache.hadoop.hive.metastore.api.PrivilegeGrantInfo
-
- getGrantorType() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.grant_role_args
-
- getGrantorType() -
Method in class org.apache.hadoop.hive.metastore.model.MDBPrivilege
-
- getGrantorType() -
Method in class org.apache.hadoop.hive.metastore.model.MGlobalPrivilege
-
- getGrantorType() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege
-
- getGrantorType() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionPrivilege
-
- getGrantorType() -
Method in class org.apache.hadoop.hive.metastore.model.MRoleMap
-
- getGrantorType() -
Method in class org.apache.hadoop.hive.metastore.model.MTableColumnPrivilege
-
- getGrantorType() -
Method in class org.apache.hadoop.hive.metastore.model.MTablePrivilege
-
- getGrantorType() -
Method in class org.apache.hadoop.hive.ql.plan.GrantDesc
-
- getGrantorType() -
Method in class org.apache.hadoop.hive.ql.plan.GrantRevokeRoleDDL
-
- getGrantRevokeRoleDDL() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getGroup() -
Method in class org.apache.hadoop.hive.ql.plan.RoleDDLDesc
-
- getGroup_names() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_with_auth_args
-
- getGroup_names() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_with_auth_args
-
- getGroup_names() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_with_auth_args
-
- getGroup_names() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_privilege_set_args
-
- getGroup_names() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.set_ugi_args
-
- getGroup_namesIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_with_auth_args
-
- getGroup_namesIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_with_auth_args
-
- getGroup_namesIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_with_auth_args
-
- getGroup_namesIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_privilege_set_args
-
- getGroup_namesIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.set_ugi_args
-
- getGroup_namesSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_with_auth_args
-
- getGroup_namesSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_with_auth_args
-
- getGroup_namesSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_with_auth_args
-
- getGroup_namesSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_privilege_set_args
-
- getGroup_namesSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.set_ugi_args
-
- getGroupByForClause(String) -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getGroupByMemoryUsage() -
Method in class org.apache.hadoop.hive.ql.plan.GroupByDesc
-
- getGroupByProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.ColumnPrunerProcFactory
- Factory method to get the ColumnPrunerGroupByProc class.
- getGroupByProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.lineage.OpProcFactory
-
- getGroupByProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.physical.LocalMapJoinProcFactory
-
- getGroupGrants() -
Method in class org.apache.hadoop.hive.ql.session.CreateTableAutomaticGrant
-
- getGroupingSetPosition() -
Method in class org.apache.hadoop.hive.ql.plan.GroupByDesc
-
- getGroupKeyNotReductionKey() -
Method in class org.apache.hadoop.hive.ql.plan.GroupByDesc
-
- getGroupKeyObject() -
Method in class org.apache.hadoop.hive.ql.exec.Operator
-
- getGroupNames() -
Method in class org.apache.hadoop.hive.ql.security.DummyAuthenticator
-
- getGroupNames() -
Method in class org.apache.hadoop.hive.ql.security.HadoopDefaultAuthenticator
-
- getGroupNames() -
Method in interface org.apache.hadoop.hive.ql.security.HiveAuthenticationProvider
-
- getGroupNames() -
Method in class org.apache.hadoop.hive.ql.security.InjectableDummyAuthenticator
-
- getGroupOpToInputTables() -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
-
- getGroupPrivileges() -
Method in class org.apache.hadoop.hive.metastore.api.PrincipalPrivilegeSet
-
- getGroupPrivilegesSize() -
Method in class org.apache.hadoop.hive.metastore.api.PrincipalPrivilegeSet
-
- getGroups() -
Method in class org.apache.hadoop.hive.hwi.HWIAuth
-
- getGuid() -
Method in class org.apache.hive.service.cli.thrift.THandleIdentifier
-
- getHadoopShims() -
Static method in class org.apache.hadoop.hive.shims.ShimLoader
- Factory method to get an instance of HadoopShims based on the
version of Hadoop on the classpath.
- getHadoopSupportsSplittable() -
Method in class org.apache.hadoop.hive.ql.plan.MapredWork
-
- getHadoopThriftAuthBridge() -
Static method in class org.apache.hadoop.hive.shims.ShimLoader
-
- getHadoopVersion() -
Method in class org.apache.hadoop.hive.ant.QTestGenTask
-
- getHandle() -
Method in class org.apache.hive.service.cli.operation.Operation
-
- getHandled() -
Method in class org.apache.hadoop.hive.io.HiveIOExceptionNextHandleResult
-
- getHandleIdentifier() -
Method in class org.apache.hive.service.cli.Handle
-
- getHandler() -
Method in class org.apache.hadoop.hive.metastore.events.ListenerEvent
-
- getHandler() -
Method in class org.apache.hadoop.hive.metastore.events.PreEventContext
-
- getHandlerChain() -
Method in class org.apache.hadoop.hive.io.HiveIOExceptionHandlerChain
-
- getHandlerClsName() -
Method in enum org.apache.hadoop.hive.ql.index.HiveIndex.IndexType
-
- getHandleResult() -
Method in class org.apache.hadoop.hive.io.HiveIOExceptionNextHandleResult
-
- getHandleSkewJoin() -
Method in class org.apache.hadoop.hive.ql.plan.JoinDesc
-
- getHarUri(URI, HadoopShims) -
Method in class org.apache.hadoop.hive.ql.exec.ArchiveUtils.HarPathHelper
-
- getHarUri(URI, URI, URI) -
Method in interface org.apache.hadoop.hive.shims.HadoopShims
-
- getHashtableMemoryUsage() -
Method in class org.apache.hadoop.hive.ql.plan.HashTableSinkDesc
-
- getHasMoreResults() -
Method in class org.apache.hive.service.cli.RowSet
-
- getHasNonPartCols() -
Method in class org.apache.hadoop.hive.ql.optimizer.ppr.ExprProcCtx
-
- getHasNonPartCols() -
Method in class org.apache.hadoop.hive.ql.optimizer.ppr.OpWalkerCtx
-
- getHasNonPartCols() -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
- Gets the value of the hasNonPartCols flag.
- getHavingForClause(String) -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getHdfsTmpDir() -
Method in class org.apache.hadoop.hive.ql.plan.ConditionalResolverCommonJoin.ConditionalResolverCommonJoinCtx
-
- getHelpText() -
Method in class org.apache.hive.cli.beeline.AbstractCommandHandler
-
- getHighValue() -
Method in class org.apache.hadoop.hive.metastore.api.DoubleColumnStatsData
-
- getHighValue() -
Method in class org.apache.hadoop.hive.metastore.api.LongColumnStatsData
-
- getHints() -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getHistFileName() -
Method in class org.apache.hadoop.hive.ql.history.HiveHistory
-
- getHistoryViewer() -
Method in class org.apache.hadoop.hive.hwi.HWISessionItem
-
- getHive() -
Method in interface org.apache.hadoop.hive.ql.parse.HiveSemanticAnalyzerHookContext
-
- getHive() -
Method in class org.apache.hadoop.hive.ql.parse.HiveSemanticAnalyzerHookContextImpl
-
- getHiveConf() -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- getHiveConf() -
Method in class org.apache.hive.service.AbstractService
-
- getHiveConf() -
Method in class org.apache.hive.service.cli.session.Session
-
- getHiveConf() -
Method in class org.apache.hive.service.FilterService
-
- getHiveConf() -
Method in interface org.apache.hive.service.Service
- Get the configuration of this service.
- getHiveConfs() -
Method in class org.apache.hive.jdbc.Utils.JdbcConnectionParams
-
- getHiveConfVar(HiveConf.ConfVars) -
Method in class org.apache.hadoop.hive.hwi.HWISessionItem
- Helper function to get configuration variables.
- getHiveConfVar(String) -
Method in class org.apache.hadoop.hive.hwi.HWISessionItem
-
- getHiveDb() -
Method in class org.apache.hadoop.hive.ql.optimizer.index.RewriteQueryUsingAggregateIndexCtx
-
- getHiveHistory() -
Method in class org.apache.hadoop.hive.ql.session.SessionState
- get hiveHitsory object which does structured logging.
- getHiveIOExceptionHandlerChain(JobConf) -
Static method in class org.apache.hadoop.hive.io.HiveIOExceptionHandlerChain
-
- getHiveJobID(Configuration) -
Static method in class org.apache.hadoop.hive.ql.exec.Utilities
-
- getHiveLockMgr() -
Method in class org.apache.hadoop.hive.ql.Context
-
- getHiveLockMode() -
Method in class org.apache.hadoop.hive.ql.lockmgr.HiveLock
-
- getHiveLockMode() -
Method in class org.apache.hadoop.hive.ql.lockmgr.zookeeper.ZooKeeperHiveLock
-
- getHiveLockObject() -
Method in class org.apache.hadoop.hive.ql.lockmgr.HiveLock
-
- getHiveLockObject() -
Method in class org.apache.hadoop.hive.ql.lockmgr.zookeeper.ZooKeeperHiveLock
-
- getHiveLocks() -
Method in class org.apache.hadoop.hive.ql.Context
-
- getHiveObj() -
Method in class org.apache.hadoop.hive.ql.plan.ShowGrantDesc
-
- getHiveObject() -
Method in class org.apache.hadoop.hive.metastore.api.HiveObjectPrivilege
-
- getHiveObject() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_privilege_set_args
-
- getHiveObject() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.list_privileges_args
-
- getHiveOperation() -
Method in class org.apache.hadoop.hive.ql.session.SessionState
-
- getHiveRecordWriter(JobConf, Path, Class<? extends Writable>, boolean, Properties, Progressable) -
Method in class org.apache.hadoop.hive.ql.io.avro.AvroContainerOutputFormat
-
- getHiveRecordWriter(JobConf, Path, Class<? extends Writable>, boolean, Properties, Progressable) -
Method in class org.apache.hadoop.hive.ql.io.HiveBinaryOutputFormat
- create the final out file, and output row by row.
- getHiveRecordWriter(JobConf, TableDesc, Class<? extends Writable>, FileSinkDesc, Path, Reporter) -
Static method in class org.apache.hadoop.hive.ql.io.HiveFileFormatUtils
-
- getHiveRecordWriter(JobConf, Path, Class<? extends Writable>, boolean, Properties, Progressable) -
Method in class org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
- create the final out file, and output row by row.
- getHiveRecordWriter(JobConf, Path, Class<? extends Writable>, boolean, Properties, Progressable) -
Method in class org.apache.hadoop.hive.ql.io.HiveNullValueSequenceFileOutputFormat
-
- getHiveRecordWriter(JobConf, Path, Class<? extends Writable>, boolean, Properties, Progressable) -
Method in interface org.apache.hadoop.hive.ql.io.HiveOutputFormat
- create the final out file and get some specific settings.
- getHiveRecordWriter(JobConf, Path, Class<? extends Writable>, boolean, Properties, Progressable) -
Method in class org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat
- create the final out file, and output an empty key as the key.
- getHiveRecordWriter(JobConf, Path, Class<? extends Writable>, boolean, Properties, Progressable) -
Method in class org.apache.hadoop.hive.ql.io.RCFileOutputFormat
- create the final out file.
- getHiveRecordWriter(JobConf, Path, Class<? extends Writable>, boolean, Properties, Progressable) -
Method in class org.apache.hadoop.hive.ql.io.udf.Rot13OutputFormat
-
- getHiveRootDirectory() -
Method in class org.apache.hadoop.hive.ant.QTestGenTask
-
- getHiveSitePath() -
Method in class org.apache.hadoop.hive.conf.HiveConf
-
- getHiveVariables() -
Method in class org.apache.hadoop.hive.cli.OptionsProcessor
-
- getHiveVariables() -
Method in class org.apache.hadoop.hive.ql.session.SessionState
-
- getHiveVars() -
Method in class org.apache.hive.jdbc.Utils.JdbcConnectionParams
-
- getHoldability() -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getHoldability() -
Method in class org.apache.hadoop.hive.jdbc.HiveConnection
-
- getHoldability() -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getHoldability() -
Method in class org.apache.hive.jdbc.HiveConnection
-
- getHoldDDLTime() -
Method in class org.apache.hadoop.hive.ql.plan.LoadTableDesc
-
- getHomeDirectory() -
Method in class org.apache.hadoop.fs.ProxyFileSystem
-
- getHook(Table) -
Method in interface org.apache.hadoop.hive.metastore.HiveMetaHookLoader
- Loads a hook for the specified table.
- getHookType() -
Method in class org.apache.hadoop.hive.ql.hooks.HookContext
-
- getHost() -
Method in class org.apache.hadoop.hive.cli.CliSessionState
-
- getHost() -
Method in class org.apache.hive.jdbc.Utils.JdbcConnectionParams
-
- getHostname() -
Static method in class org.apache.hive.common.util.HiveStringUtils
- Return hostname without throwing exception.
- getI16Column() -
Method in class org.apache.hive.service.cli.thrift.TColumn
-
- getI16Val() -
Method in class org.apache.hive.service.cli.thrift.TColumnValue
-
- getI32Column() -
Method in class org.apache.hive.service.cli.thrift.TColumn
-
- getI32Val() -
Method in class org.apache.hive.service.cli.thrift.TColumnValue
-
- getI64Column() -
Method in class org.apache.hive.service.cli.thrift.TColumn
-
- getI64Val() -
Method in class org.apache.hive.service.cli.thrift.TColumnValue
-
- getId() -
Method in class org.apache.hadoop.hive.ql.exec.Task
-
- getId() -
Method in class org.apache.hadoop.hive.ql.parse.QB
-
- getIdColumnName() -
Static method in class org.apache.hadoop.hive.ql.stats.jdbc.JDBCStatsUtils
- Returns the name of the column storing the key for statistics.
- getIdentifier() -
Method in class org.apache.hadoop.hive.ql.exec.Operator
- This function is not named getId(), to make sure java serialization does
NOT serialize it.
- getIdentifierQuoteString() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getIdentifierQuoteString() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getIdToTableNameMap() -
Method in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
-
- getIdToTableNameMap() -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
-
- getIdToTableNameMap() -
Method in class org.apache.hadoop.hive.ql.QueryPlan
-
- getIdx_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_index_args
-
- getIdxProps() -
Method in class org.apache.hadoop.hive.ql.plan.CreateIndexDesc
-
- getIfExists() -
Method in class org.apache.hadoop.hive.ql.plan.DropDatabaseDesc
-
- getIfExists() -
Method in class org.apache.hadoop.hive.ql.plan.DropTableDesc
-
- getIfNotExists() -
Method in class org.apache.hadoop.hive.ql.plan.AddPartitionDesc
-
- getIfNotExists() -
Method in class org.apache.hadoop.hive.ql.plan.AlterDatabaseDesc
-
- getIfNotExists() -
Method in class org.apache.hadoop.hive.ql.plan.CreateDatabaseDesc
-
- getIfNotExists() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableDesc
-
- getIfNotExists() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableLikeDesc
-
- getIfNotExists() -
Method in class org.apache.hadoop.hive.ql.plan.CreateViewDesc
-
- GetImage() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
-
- getImportedKeys(String, String, String) -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getImportedKeys(String, String, String) -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getIndex(String, String, String) -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- getIndex(String, String, String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
-
- getIndex(String, String, String) -
Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
-
- getIndex(String, String, String) -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getIndex(String, String, String) -
Method in interface org.apache.hadoop.hive.metastore.RawStore
-
- getIndex(String) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
-
- getIndex(String, String) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
-
- getIndex(String, String, String) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
-
- getIndex() -
Method in class org.apache.hadoop.hive.ql.optimizer.lineage.LineageCtx
- Gets the dependency index.
- getIndex_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_index_by_name_args
-
- getIndex_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_index_by_name_args
-
- getIndex_table() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_index_args
-
- getIndexBuilderMapRedTask(Set<ReadEntity>, Set<WriteEntity>, List<FieldSchema>, boolean, PartitionDesc, String, PartitionDesc, String, String) -
Method in class org.apache.hadoop.hive.ql.index.AggregateIndexHandler
-
- getIndexBuilderMapRedTask(Set<ReadEntity>, Set<WriteEntity>, List<FieldSchema>, boolean, PartitionDesc, String, PartitionDesc, String, String) -
Method in class org.apache.hadoop.hive.ql.index.bitmap.BitmapIndexHandler
-
- getIndexBuilderMapRedTask(Set<ReadEntity>, Set<WriteEntity>, List<FieldSchema>, boolean, PartitionDesc, String, PartitionDesc, String, String) -
Method in class org.apache.hadoop.hive.ql.index.compact.CompactIndexHandler
-
- getIndexBuilderMapRedTask(Set<ReadEntity>, Set<WriteEntity>, List<FieldSchema>, boolean, PartitionDesc, String, PartitionDesc, String, String) -
Method in class org.apache.hadoop.hive.ql.index.TableBasedIndexHandler
-
- getIndexColumnsHeader() -
Static method in class org.apache.hadoop.hive.ql.metadata.formatting.MetaDataFormatUtils
-
- getIndexComment() -
Method in class org.apache.hadoop.hive.ql.plan.CreateIndexDesc
-
- getIndexedCols() -
Method in class org.apache.hadoop.hive.ql.plan.CreateIndexDesc
-
- getIndexes(String, String, int) -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- getIndexes(String, String, int) -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getIndexes(String, String, int) -
Method in interface org.apache.hadoop.hive.metastore.RawStore
-
- getIndexes(String, String, short) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
-
- getIndexes(Table, List<String>) -
Static method in class org.apache.hadoop.hive.ql.optimizer.IndexUtils
- Get a list of indexes on a table that match given types.
- getIndexFiles(String) -
Static method in class org.apache.hadoop.hive.ql.index.HiveIndexedInputFormat
-
- getIndexHandler(HiveConf, String) -
Static method in class org.apache.hadoop.hive.ql.metadata.HiveUtils
-
- getIndexHandlerClass() -
Method in class org.apache.hadoop.hive.metastore.api.Index
-
- getIndexHandlerClass() -
Method in class org.apache.hadoop.hive.metastore.model.MIndex
-
- getIndexInfo(String, String, String, boolean, boolean) -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getIndexInfo(String, String, String, boolean, boolean) -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getIndexInputFormat() -
Method in class org.apache.hadoop.hive.ql.index.HiveIndexQueryContext
-
- getIndexIntermediateFile() -
Method in class org.apache.hadoop.hive.ql.index.HiveIndexQueryContext
-
- getIndexIntermediateFile() -
Method in class org.apache.hadoop.hive.ql.plan.MapredWork
-
- getIndexName() -
Method in class org.apache.hadoop.hive.metastore.api.Index
-
- getIndexName() -
Method in class org.apache.hadoop.hive.metastore.model.MIndex
-
- getIndexName() -
Method in class org.apache.hadoop.hive.ql.optimizer.index.RewriteQueryUsingAggregateIndexCtx
-
- getIndexName() -
Method in class org.apache.hadoop.hive.ql.plan.AlterIndexDesc
-
- getIndexName() -
Method in class org.apache.hadoop.hive.ql.plan.CreateIndexDesc
-
- getIndexName() -
Method in class org.apache.hadoop.hive.ql.plan.DropIndexDesc
-
- getIndexTable() -
Method in class org.apache.hadoop.hive.metastore.model.MIndex
-
- getIndexTableName() -
Method in class org.apache.hadoop.hive.metastore.api.Index
-
- getIndexTableName(String, String, String) -
Static method in class org.apache.hadoop.hive.metastore.MetaStoreUtils
-
- getIndexTableName() -
Method in class org.apache.hadoop.hive.ql.plan.CreateIndexDesc
-
- getIndexTbl() -
Method in class org.apache.hadoop.hive.ql.index.IndexMetadataChangeWork
-
- getIndexType(String) -
Static method in class org.apache.hadoop.hive.ql.index.HiveIndex
-
- getIndexTypeByClassName(String) -
Static method in class org.apache.hadoop.hive.ql.index.HiveIndex
-
- getIndexTypeHandlerClass() -
Method in class org.apache.hadoop.hive.ql.plan.CreateIndexDesc
-
- getInfo(SessionHandle, GetInfoType) -
Method in class org.apache.hive.service.cli.CLIService
-
- getInfo(SessionHandle, GetInfoType) -
Method in class org.apache.hive.service.cli.CLIServiceClient
-
- getInfo(SessionHandle, GetInfoType) -
Method in class org.apache.hive.service.cli.EmbeddedCLIServiceClient
-
- getInfo(SessionHandle, GetInfoType) -
Method in interface org.apache.hive.service.cli.ICLIService
-
- getInfo(GetInfoType) -
Method in class org.apache.hive.service.cli.session.Session
-
- GetInfo(TGetInfoReq, AsyncMethodCallback<TCLIService.AsyncClient.GetInfo_call>) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.AsyncClient
-
- GetInfo(TGetInfoReq, AsyncMethodCallback<TCLIService.AsyncClient.GetInfo_call>) -
Method in interface org.apache.hive.service.cli.thrift.TCLIService.AsyncIface
-
- GetInfo(TGetInfoReq) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Client
-
- GetInfo(TGetInfoReq) -
Method in interface org.apache.hive.service.cli.thrift.TCLIService.Iface
-
- GetInfo(TGetInfoReq) -
Method in class org.apache.hive.service.cli.thrift.ThriftCLIService
-
- getInfo(SessionHandle, GetInfoType) -
Method in class org.apache.hive.service.cli.thrift.ThriftCLIServiceClient
-
- getInfoMessages() -
Method in class org.apache.hive.service.cli.thrift.TStatus
-
- getInfoMessagesIterator() -
Method in class org.apache.hive.service.cli.thrift.TStatus
-
- getInfoMessagesSize() -
Method in class org.apache.hive.service.cli.thrift.TStatus
-
- getInfoStream() -
Method in class org.apache.hadoop.hive.ql.session.SessionState.LogHelper
-
- GetInfoType - Enum in org.apache.hive.service.cli
- GetInfoType.
- getInfoType() -
Method in class org.apache.hive.service.cli.thrift.TGetInfoReq
-
- GetInfoValue - Class in org.apache.hive.service.cli
- GetInfoValue.
- GetInfoValue(String) -
Constructor for class org.apache.hive.service.cli.GetInfoValue
-
- GetInfoValue(short) -
Constructor for class org.apache.hive.service.cli.GetInfoValue
-
- GetInfoValue(int) -
Constructor for class org.apache.hive.service.cli.GetInfoValue
-
- GetInfoValue(long) -
Constructor for class org.apache.hive.service.cli.GetInfoValue
-
- GetInfoValue(TGetInfoValue) -
Constructor for class org.apache.hive.service.cli.GetInfoValue
-
- getInfoValue() -
Method in class org.apache.hive.service.cli.thrift.TGetInfoResp
-
- getInheritTableSpecs() -
Method in class org.apache.hadoop.hive.ql.plan.LoadTableDesc
-
- getInitialized() -
Method in class org.apache.hadoop.hive.ql.exec.Task
-
- getInput() -
Method in class org.apache.hadoop.hive.ant.GetVersionPref
-
- getInputColumnLevelRequiredPriv() -
Method in class org.apache.hadoop.hive.ql.plan.HiveOperation.PrivilegeAgreement
-
- getInputDBLevelRequiredPriv() -
Method in class org.apache.hadoop.hive.ql.plan.HiveOperation.PrivilegeAgreement
-
- getInputDir() -
Method in class org.apache.hadoop.hive.ql.parse.AlterTablePartMergeFilesDesc
-
- getInputFile() -
Method in class org.apache.hadoop.hive.ql.io.IOContext
-
- getInputFileChangeSensitive() -
Method in class org.apache.hadoop.hive.ql.plan.MapredLocalWork
-
- getInputFileFormatClass() -
Method in class org.apache.hadoop.hive.ql.plan.PartitionDesc
-
- getInputFileFormatClass() -
Method in class org.apache.hadoop.hive.ql.plan.TableDesc
-
- getInputFileFormatClassName() -
Method in class org.apache.hadoop.hive.ql.plan.PartitionDesc
-
- getInputFileFormatClassName() -
Method in class org.apache.hadoop.hive.ql.plan.TableDesc
-
- getInputFormat() -
Method in class org.apache.hadoop.hive.metastore.api.StorageDescriptor
-
- getInputFormat() -
Method in class org.apache.hadoop.hive.metastore.model.MStorageDescriptor
-
- getInputformat() -
Method in class org.apache.hadoop.hive.ql.io.rcfile.merge.MergeWork
-
- getInputFormat() -
Method in class org.apache.hadoop.hive.ql.plan.AddPartitionDesc
-
- getInputFormat() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableDesc
-
- getInputFormat() -
Method in class org.apache.hadoop.hive.ql.plan.CreateIndexDesc
-
- getInputFormat() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableDesc
-
- getInputformat() -
Method in class org.apache.hadoop.hive.ql.plan.MapredWork
-
- getInputFormatChecker(Class<?>) -
Static method in class org.apache.hadoop.hive.ql.io.HiveFileFormatUtils
- get an InputFormatChecker for a file format.
- getInputFormatClass() -
Method in class org.apache.hadoop.hive.ql.metadata.DefaultStorageHandler
-
- getInputFormatClass() -
Method in interface org.apache.hadoop.hive.ql.metadata.HiveStorageHandler
-
- getInputFormatClass() -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
-
- getInputFormatClass() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getInputFormatClassName() -
Method in class org.apache.hadoop.hive.ql.io.BucketizedHiveInputSplit
-
- getInputFormatClassName() -
Method in interface org.apache.hadoop.hive.shims.HadoopShims
-
- getInputFormatFromCache(Class, JobConf) -
Static method in class org.apache.hadoop.hive.ql.io.HiveInputFormat
-
- getInputObjInspectors() -
Method in class org.apache.hadoop.hive.ql.exec.Operator
-
- getInputOperator() -
Method in class org.apache.hadoop.hive.ql.optimizer.lineage.ExprProcCtx
- Gets the input operator.
- getInputPaths() -
Method in class org.apache.hadoop.hive.ql.io.rcfile.merge.MergeWork
-
- getInputPathsShim(JobConf) -
Method in interface org.apache.hadoop.hive.shims.HadoopShims.CombineFileInputFormatShim
-
- getInputPathToContentSummary() -
Method in class org.apache.hadoop.hive.ql.hooks.HookContext
-
- getInputPruning() -
Method in class org.apache.hadoop.hive.ql.parse.TableSample
- Gets the flag that indicates whether input pruning is possible.
- getInputPruning() -
Method in class org.apache.hadoop.hive.ql.plan.FilterDesc.sampleDesc
-
- getInputRequiredPrivileges() -
Method in enum org.apache.hadoop.hive.ql.plan.HiveOperation
-
- getInputRR() -
Method in class org.apache.hadoop.hive.ql.parse.TypeCheckCtx
-
- getInputs() -
Method in class org.apache.hadoop.hive.ql.hooks.HookContext
-
- getInputs() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext
- Get the input set.
- getInputs() -
Method in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
-
- getInputs() -
Method in interface org.apache.hadoop.hive.ql.parse.HiveSemanticAnalyzerHookContext
- The following methods will only be available to hooks executing postAnalyze.
- getInputs() -
Method in class org.apache.hadoop.hive.ql.parse.HiveSemanticAnalyzerHookContextImpl
-
- getInputs() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getInputs() -
Method in class org.apache.hadoop.hive.ql.plan.ExplainWork
-
- getInputs() -
Method in class org.apache.hadoop.hive.ql.plan.MoveWork
-
- getInputs() -
Method in class org.apache.hadoop.hive.ql.QueryPlan
-
- getInputSplit() -
Method in class org.apache.hadoop.hive.ql.io.HiveInputFormat.HiveInputSplit
-
- getInputSplitShim() -
Method in class org.apache.hadoop.hive.ql.io.CombineHiveInputFormat.CombineHiveInputSplit
-
- getInputSplitShim() -
Method in interface org.apache.hadoop.hive.shims.HadoopShims.CombineFileInputFormatShim
-
- getInputSummary(Context, MapredWork, PathFilter) -
Static method in class org.apache.hadoop.hive.ql.exec.Utilities
- Calculate the total size of input files.
- getInputSummaryLock -
Static variable in class org.apache.hadoop.hive.ql.exec.Utilities
-
- getInputTableLevelRequiredPriv() -
Method in class org.apache.hadoop.hive.ql.plan.HiveOperation.PrivilegeAgreement
-
- getInputTableList() -
Method in class org.apache.hadoop.hive.ql.tools.LineageInfo
-
- getInputToDPCols() -
Method in class org.apache.hadoop.hive.ql.plan.DynamicPartitionCtx
-
- getInputUserLevelRequiredPriv() -
Method in class org.apache.hadoop.hive.ql.plan.HiveOperation.PrivilegeAgreement
-
- getInRecordWriterClass() -
Method in class org.apache.hadoop.hive.ql.plan.ScriptDesc
-
- getInsert(String) -
Static method in class org.apache.hadoop.hive.ql.stats.jdbc.JDBCStatsUtils
- Prepares INSERT statement for statistic publishing.
- getInspector() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazyObject
-
- getInstance(ParseContext) -
Static method in class org.apache.hadoop.hive.ql.optimizer.index.RewriteCanApplyCtx
-
- getInstance(ParseContext, Hive, String, String, String) -
Static method in class org.apache.hadoop.hive.ql.optimizer.index.RewriteQueryUsingAggregateIndexCtx
-
- getInstance(List<String>) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.MetadataListStructObjectInspector
-
- getInstance(List<String>, List<String>) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.MetadataListStructObjectInspector
-
- getInt(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getInt(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getInt(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getInt(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getInt(Object, PrimitiveObjectInspector) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
- Get the integer value out of a primitive object.
- getInt(int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getInt(String) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getInt(int) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getInt(String) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getIntegerBitmask() -
Method in class org.apache.hive.service.cli.thrift.TGetInfoValue
-
- getIntegerFlag() -
Method in class org.apache.hive.service.cli.thrift.TGetInfoValue
-
- getIntermediateFileTableDesc(List<FieldSchema>) -
Static method in class org.apache.hadoop.hive.ql.plan.PlanUtils
- Generate the table descriptor for intermediate files.
- getInternalList() -
Method in class org.apache.hadoop.hive.metastore.model.MStringList
-
- getInternalName() -
Method in class org.apache.hadoop.hive.ql.exec.ColumnInfo
-
- getIntValue() -
Method in class org.apache.hive.service.cli.GetInfoValue
-
- getIntVar(Configuration, HiveConf.ConfVars) -
Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getIntVar(HiveConf.ConfVars) -
Method in class org.apache.hadoop.hive.conf.HiveConf
-
- getInvRslvMap() -
Method in class org.apache.hadoop.hive.ql.parse.RowResolver
-
- getIOContext() -
Method in class org.apache.hadoop.hive.ql.io.HiveContextAwareRecordReader
-
- getIoCxt() -
Method in class org.apache.hadoop.hive.ql.exec.ExecMapperContext
-
- getIOExceptions() -
Method in class org.apache.hadoop.hive.ql.io.IOContext
-
- getIpAddress() -
Static method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- getIsDfsDir() -
Method in class org.apache.hadoop.hive.ql.plan.LoadFileDesc
-
- getIsDfsDir() -
Method in class org.apache.hadoop.hive.ql.plan.LoadMultiFilesDesc
-
- getIsExprResolver() -
Method in class org.apache.hadoop.hive.ql.parse.RowResolver
-
- getIsHidden() -
Method in class org.apache.hadoop.hive.ql.metadata.VirtualColumn
-
- getIsList() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeFieldDesc
-
- getIsolationLevels() -
Method in class org.apache.hive.cli.beeline.BeeLine
-
- getIsPartitionColOrVirtualCol() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeColumnDesc
-
- getIsQuery() -
Method in class org.apache.hadoop.hive.ql.parse.QB
-
- getIsSamplingPred() -
Method in class org.apache.hadoop.hive.ql.plan.FilterDesc
-
- getIsSilent() -
Method in class org.apache.hadoop.hive.ql.session.SessionState
-
- getIsSilent() -
Method in class org.apache.hadoop.hive.ql.session.SessionState.LogHelper
-
- getIsSubQ() -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getIsVerbose() -
Method in class org.apache.hadoop.hive.ql.session.SessionState
-
- getIsVirtualCol() -
Method in class org.apache.hadoop.hive.ql.exec.ColumnInfo
-
- getItems() -
Method in class org.apache.hadoop.hive.hwi.HWISessionManager
-
- getItemSeparator() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyMapObjectInspector
-
- getJar() -
Method in class org.apache.hadoop.hive.conf.HiveConf
-
- getJavaPrimitiveClass() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveObjectInspector
- Return the associated Java primitive class for this primitive
ObjectInspector.
- getJavaPrimitiveClass() -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
- Get the Java Primitive class which is the return type of
getJavaPrimitiveObject().
- getJavaPrimitiveClassFromObjectInspector(ObjectInspector) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
-
- getJc() -
Method in class org.apache.hadoop.hive.ql.exec.ExecMapperContext
-
- getJDBCMajorVersion() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getJDBCMajorVersion() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getJDBCMinorVersion() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getJDBCMinorVersion() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getJdoConnectionUrl(Configuration) -
Method in class org.apache.hadoop.hive.metastore.DummyJdoConnectionUrlHook
-
- getJdoConnectionUrl(Configuration) -
Method in interface org.apache.hadoop.hive.metastore.hooks.JDOConnectionURLHook
- Gets the connection URL to supply to JDO.
- getJdoOp() -
Method in enum org.apache.hadoop.hive.metastore.parser.ExpressionTree.Operator
-
- getJettyShims() -
Static method in class org.apache.hadoop.hive.shims.ShimLoader
- Factory method to get an instance of JettyShims based on the version
of Hadoop on the classpath.
- getJob() -
Method in class org.apache.hadoop.hive.ql.io.CombineHiveInputFormat.CombineHiveInputSplit
-
- getJob() -
Method in interface org.apache.hadoop.hive.shims.HadoopShims.InputSplitShim
-
- getJobEndMsg(String) -
Static method in class org.apache.hadoop.hive.ql.exec.HadoopJobExecHelper
- this msg pattern is used to track when a job is successfully done.
- getJobId() -
Method in class org.apache.hadoop.hive.ql.exec.HadoopJobExecHelper
-
- getJobID() -
Method in class org.apache.hadoop.hive.ql.exec.Task
-
- getJobId() -
Method in class org.apache.hadoop.hive.ql.MapRedStats
-
- getJobId() -
Method in class org.apache.hadoop.hive.ql.plan.ReducerTimeStatsPerJob
-
- getJobInfoMap() -
Method in class org.apache.hadoop.hive.ql.history.HiveHistoryViewer
-
- getJobLauncherHttpAddress(Configuration) -
Method in interface org.apache.hadoop.hive.shims.HadoopShims
- All references to jobtracker/resource manager http address
in the configuration should be done through this shim
- getJobLauncherRpcAddress(Configuration) -
Method in interface org.apache.hadoop.hive.shims.HadoopShims
- All retrieval of jobtracker/resource manager rpc address
in the configuration should be done through this shim
- getJobProperties() -
Method in class org.apache.hadoop.hive.ql.plan.TableDesc
-
- getJobTrackerState(ClusterStatus) -
Method in interface org.apache.hadoop.hive.shims.HadoopShims
- Convert the ClusterStatus to its Thrift equivalent: JobTrackerState.
- getJobTrackerURL(String) -
Method in class org.apache.hadoop.hive.hwi.HWISessionItem
-
- getJoinCond() -
Method in class org.apache.hadoop.hive.ql.parse.QBJoinTree
-
- getJoinCondString() -
Method in class org.apache.hadoop.hive.ql.plan.JoinCondDesc
-
- getJoinContext() -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
-
- getJoinExpr() -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getJoinOutputObjectInspector(Byte[], Map<Byte, List<ObjectInspector>>, T) -
Static method in class org.apache.hadoop.hive.ql.exec.CommonJoinOperator
-
- getJoinProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.ColumnPrunerProcFactory
- The Factory method to get ColumnJoinProc class.
- getJoinProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.lineage.OpProcFactory
-
- getJoinProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.physical.LocalMapJoinProcFactory
-
- getJoinProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.physical.SkewJoinProcFactory
-
- getJoinProc() -
Static method in class org.apache.hadoop.hive.ql.ppd.OpProcFactory
-
- getJoinPrunedColLists() -
Method in class org.apache.hadoop.hive.ql.optimizer.ColumnPrunerProcCtx
-
- getJoinSrc() -
Method in class org.apache.hadoop.hive.ql.parse.QBJoinTree
-
- getJoinStreamDesc() -
Method in class org.apache.hadoop.hive.ql.parse.QBJoinTree
-
- getJoinTree() -
Method in class org.apache.hadoop.hive.ql.plan.MapredWork
-
- getJoinType() -
Method in class org.apache.hadoop.hive.ql.parse.JoinCond
-
- getJSONKeyValue(Object, Object) -
Method in class org.apache.hadoop.hive.ql.QueryPlan
-
- getJSONMap(Map) -
Method in class org.apache.hadoop.hive.ql.QueryPlan
-
- getJSONPlan(PrintStream, ExplainWork) -
Static method in class org.apache.hadoop.hive.ql.exec.ExplainTask
-
- getJSONQuery(Query) -
Method in class org.apache.hadoop.hive.ql.QueryPlan
-
- getJSONString(Object, ObjectInspector) -
Static method in class org.apache.hadoop.hive.serde2.SerDeUtils
-
- getJSONValue(Object) -
Method in class org.apache.hadoop.hive.ql.QueryPlan
-
- getKerberosProcessorFactory(HadoopThriftAuthBridge.Server, ThriftCLIService) -
Static method in class org.apache.hive.service.auth.KerberosSaslHelper
-
- getKerberosTransport(String, String, TTransport) -
Static method in class org.apache.hive.service.auth.KerberosSaslHelper
-
- getKey() -
Method in class org.apache.hadoop.hive.shims.CombineHiveKey
-
- getKeyClass() -
Method in class org.apache.hadoop.hive.ql.io.rcfile.merge.RCFileBlockMergeRecordReader
-
- getKeyClass() -
Method in class org.apache.hadoop.hive.ql.io.RCFileRecordReader
-
- getKeyCols() -
Method in class org.apache.hadoop.hive.ql.plan.ReduceSinkDesc
-
- getKeyDesc() -
Method in class org.apache.hadoop.hive.ql.plan.MapredWork
-
- getKeyId() -
Method in class org.apache.hadoop.hive.metastore.model.MMasterKey
-
- getKeys() -
Method in class org.apache.hadoop.hive.ql.plan.GroupByDesc
-
- getKeys() -
Method in class org.apache.hadoop.hive.ql.plan.HashTableSinkDesc
-
- getKeys() -
Method in class org.apache.hadoop.hive.ql.plan.MapJoinDesc
-
- getKeySerializeInfo() -
Method in class org.apache.hadoop.hive.ql.plan.ReduceSinkDesc
-
- getKeySize() -
Method in class org.apache.hadoop.hive.ql.exec.persistence.HashMapWrapper
-
- getKeyTableDesc() -
Method in class org.apache.hadoop.hive.ql.plan.HashTableSinkDesc
-
- getKeyTableDesc() -
Method in class org.apache.hadoop.hive.ql.plan.JoinDesc
-
- getKeyTblDesc() -
Method in class org.apache.hadoop.hive.ql.plan.HashTableSinkDesc
-
- getKeyTblDesc() -
Method in class org.apache.hadoop.hive.ql.plan.MapJoinDesc
-
- getKeyType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeMap
-
- getKeyTypePtr() -
Method in class org.apache.hive.service.cli.thrift.TMapTypeEntry
-
- getKeyValueSeparator() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyMapObjectInspector
-
- getKeywords() -
Static method in class org.apache.hadoop.hive.ql.parse.ParseDriver
-
- getKeyWrapper() -
Method in class org.apache.hadoop.hive.ql.exec.KeyWrapperFactory
-
- getLastAccessTime() -
Method in class org.apache.hadoop.hive.metastore.api.Index
-
- getLastAccessTime() -
Method in class org.apache.hadoop.hive.metastore.api.Partition
-
- getLastAccessTime() -
Method in class org.apache.hadoop.hive.metastore.api.Table
-
- getLastAccessTime() -
Method in class org.apache.hadoop.hive.metastore.model.MIndex
-
- getLastAccessTime() -
Method in class org.apache.hadoop.hive.metastore.model.MPartition
-
- getLastAccessTime() -
Method in class org.apache.hadoop.hive.metastore.model.MTable
-
- getLastAccessTime() -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
-
- getLastAccessTime() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getLastAnalyzed() -
Method in class org.apache.hadoop.hive.metastore.api.ColumnStatisticsDesc
-
- getLastAnalyzed() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionColumnStatistics
-
- getLastAnalyzed() -
Method in class org.apache.hadoop.hive.metastore.model.MTableColumnStatistics
-
- getLastColumnTakesRest() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector
-
- getLastInputFile() -
Method in class org.apache.hadoop.hive.ql.exec.ExecMapperContext
-
- getLastMapRedStatsList() -
Method in class org.apache.hadoop.hive.ql.session.SessionState
-
- getLastReduceLimitDesc() -
Method in class org.apache.hadoop.hive.ql.parse.GlobalLimitCtx
-
- getLateralViewForwardProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.ColumnPrunerProcFactory
-
- getLateralViewJoinProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.ColumnPrunerProcFactory
-
- getLateralViewJoinProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.lineage.OpProcFactory
-
- getLateralViewsForAlias(String) -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getLazyBinaryListObjectInspector(ObjectInspector) -
Static method in class org.apache.hadoop.hive.serde2.lazybinary.objectinspector.LazyBinaryObjectInspectorFactory
-
- getLazyBinaryMapObjectInspector(ObjectInspector, ObjectInspector) -
Static method in class org.apache.hadoop.hive.serde2.lazybinary.objectinspector.LazyBinaryObjectInspectorFactory
-
- getLazyBinaryObjectInspectorFromTypeInfo(TypeInfo) -
Static method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils
- Returns the lazy binary object inspector that can be used to inspect an
lazy binary object of that typeInfo
For primitive types, we use the standard writable object inspector.
- getLazyBinaryStructObjectInspector(List<String>, List<ObjectInspector>) -
Static method in class org.apache.hadoop.hive.serde2.lazybinary.objectinspector.LazyBinaryObjectInspectorFactory
-
- getLazyBinaryStructObjectInspector(List<String>, List<ObjectInspector>, List<String>) -
Static method in class org.apache.hadoop.hive.serde2.lazybinary.objectinspector.LazyBinaryObjectInspectorFactory
-
- getLazyObjectInspector(PrimitiveObjectInspector.PrimitiveCategory, boolean, byte) -
Static method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyPrimitiveObjectInspectorFactory
-
- getLazySimpleListObjectInspector(ObjectInspector, byte, Text, boolean, byte) -
Static method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyObjectInspectorFactory
-
- getLazySimpleMapObjectInspector(ObjectInspector, ObjectInspector, byte, byte, Text, boolean, byte) -
Static method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyObjectInspectorFactory
-
- getLazySimpleStructObjectInspector(List<String>, List<ObjectInspector>, byte, Text, boolean, boolean, byte) -
Static method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyObjectInspectorFactory
-
- getLazySimpleStructObjectInspector(List<String>, List<ObjectInspector>, List<String>, byte, Text, boolean, boolean, byte) -
Static method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyObjectInspectorFactory
-
- getLazyStringObjectInspector(boolean, byte) -
Static method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyPrimitiveObjectInspectorFactory
-
- getLazyUnionObjectInspector(List<ObjectInspector>, byte, Text, boolean, byte) -
Static method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyObjectInspectorFactory
-
- getLeastNumRows() -
Method in class org.apache.hadoop.hive.ql.plan.FetchWork
-
- getLeastRows() -
Method in class org.apache.hadoop.hive.ql.plan.LimitDesc
-
- getLeft() -
Method in class org.apache.hadoop.hive.ql.parse.JoinCond
-
- getLeft() -
Method in class org.apache.hadoop.hive.ql.plan.JoinCondDesc
-
- getLeftAlias() -
Method in class org.apache.hadoop.hive.ql.parse.QBJoinTree
- returns left alias if any - this is used for merging later on.
- getLeftAliases() -
Method in class org.apache.hadoop.hive.ql.parse.QBJoinTree
-
- getLength() -
Method in class org.apache.hadoop.hive.common.io.NonSyncByteArrayInputStream
-
- getLength() -
Method in class org.apache.hadoop.hive.common.io.NonSyncByteArrayOutputStream
-
- getLength() -
Method in class org.apache.hadoop.hive.ql.io.BucketizedHiveInputSplit
-
- getLength(int) -
Method in class org.apache.hadoop.hive.ql.io.BucketizedHiveInputSplit
-
- getLength() -
Method in class org.apache.hadoop.hive.ql.io.CombineHiveInputFormat.CombineHiveInputSplit
-
- getLength(int) -
Method in class org.apache.hadoop.hive.ql.io.CombineHiveInputFormat.CombineHiveInputSplit
- Returns the length of the ith Path.
- getLength() -
Method in class org.apache.hadoop.hive.ql.io.HiveInputFormat.HiveInputSplit
-
- getLength() -
Method in class org.apache.hadoop.hive.ql.io.NonSyncDataInputBuffer
- Returns the length of the input.
- getLength() -
Method in class org.apache.hadoop.hive.ql.io.NonSyncDataOutputBuffer
- Returns the length of the valid data currently in the buffer.
- getLength() -
Method in class org.apache.hadoop.hive.ql.io.OneNullRowInputFormat.DummyInputSplit
-
- getLength() -
Method in class org.apache.hadoop.hive.ql.io.RCFile.Writer
-
- getLength() -
Method in class org.apache.hadoop.hive.serde2.binarysortable.OutputByteBuffer
- Returns the current length.
- getLength() -
Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
-
- getLength(ObjectInspector, ByteArrayRef, int, int) -
Method in class org.apache.hadoop.hive.serde2.columnar.ColumnarStruct
-
- getLength(ObjectInspector, ByteArrayRef, int, int) -
Method in class org.apache.hadoop.hive.serde2.columnar.ColumnarStructBase
- Check if the object is null and return the length of the stream
- getLength(ObjectInspector, ByteArrayRef, int, int) -
Method in class org.apache.hadoop.hive.serde2.columnar.LazyBinaryColumnarStruct
-
- getLength() -
Method in interface org.apache.hadoop.hive.shims.HadoopShims.InputSplitShim
-
- getLength(int) -
Method in interface org.apache.hadoop.hive.shims.HadoopShims.InputSplitShim
- Returns the length of the ith Path.
- getLengths() -
Method in class org.apache.hadoop.hive.ql.io.CombineHiveInputFormat.CombineHiveInputSplit
- Returns an array containing the lengths of the files in the split.
- getLengths() -
Method in interface org.apache.hadoop.hive.shims.HadoopShims.InputSplitShim
- Returns an array containing the lengths of the files in the split.
- getLenValue() -
Method in class org.apache.hive.service.cli.thrift.TGetInfoValue
-
- getLikeTableName() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableLikeDesc
-
- getLimit() -
Method in class org.apache.hadoop.hive.ql.plan.FetchWork
-
- getLimit() -
Method in class org.apache.hadoop.hive.ql.plan.LimitDesc
-
- getLIMProc() -
Static method in class org.apache.hadoop.hive.ql.ppd.OpProcFactory
-
- getLine() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
- Deprecated.
- getLineageCtx() -
Method in class org.apache.hadoop.hive.ql.optimizer.lineage.ExprProcCtx
- Gets the lineage context.
- getLineageInfo() -
Method in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
- Gets the lineage information.
- getLineageInfo() -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
- Gets the associated lineage information.
- getLineageInfo() -
Method in class org.apache.hadoop.hive.ql.QueryPlan
- Gets the lineage information.
- getLineageInfo() -
Method in class org.apache.hadoop.hive.ql.session.LineageState
- Gets the lineage information.
- getLineageInfo(String) -
Method in class org.apache.hadoop.hive.ql.tools.LineageInfo
- parses given query and gets the lineage info.
- getLineageState() -
Method in class org.apache.hadoop.hive.ql.session.SessionState
- Get the lineage state stored in this session.
- getLineDelim() -
Method in class org.apache.hadoop.hive.ql.plan.CreateIndexDesc
-
- getLineDelim() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableDesc
-
- getLinfo() -
Method in class org.apache.hadoop.hive.ql.hooks.HookContext
-
- getLinkedFileDescTasks() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext
-
- getLinkedFileSinkDesc() -
Method in class org.apache.hadoop.hive.ql.plan.FileSinkDesc
-
- getLint(int) -
Method in class org.apache.hadoop.hive.serde2.proto.test.Complexpb.Complex
-
- getLint() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.Complex
-
- getLintCount() -
Method in class org.apache.hadoop.hive.serde2.proto.test.Complexpb.Complex
-
- getLintIterator() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.Complex
-
- getLintList() -
Method in class org.apache.hadoop.hive.serde2.proto.test.Complexpb.Complex
-
- getLintSize() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.Complex
-
- getLintString(int) -
Method in class org.apache.hadoop.hive.serde2.proto.test.Complexpb.Complex
-
- getLintString() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.Complex
-
- getLintStringCount() -
Method in class org.apache.hadoop.hive.serde2.proto.test.Complexpb.Complex
-
- getLintStringIterator() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.Complex
-
- getLintStringList() -
Method in class org.apache.hadoop.hive.serde2.proto.test.Complexpb.Complex
-
- getLintStringSize() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.Complex
-
- getList() -
Static method in class org.apache.hadoop.hive.ql.exec.MapJoinMetaData
-
- getList() -
Method in class org.apache.hadoop.hive.ql.exec.persistence.MapJoinRowContainer
-
- getList() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazyArray
- Returns the List of actual primitive objects.
- getList(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyListObjectInspector
-
- getList() -
Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryArray
- Returns the List of actual primitive objects.
- getList(Object) -
Method in class org.apache.hadoop.hive.serde2.lazybinary.objectinspector.LazyBinaryListObjectInspector
-
- getList(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedListObjectInspector
-
- getList(Object) -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.ListObjectInspector
- returns null for data = null.
- getList(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardListObjectInspector
-
- getListElement(Object, int) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyListObjectInspector
-
- getListElement(Object, int) -
Method in class org.apache.hadoop.hive.serde2.lazybinary.objectinspector.LazyBinaryListObjectInspector
-
- getListElement(Object, int) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedListObjectInspector
-
- getListElement(Object, int) -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.ListObjectInspector
- returns null for null list, out-of-the-range index.
- getListElement(Object, int) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardListObjectInspector
-
- getListElementObject(int) -
Method in class org.apache.hadoop.hive.serde2.lazy.LazyArray
- Returns the actual primitive object at the index position inside the array
represented by this LazyObject.
- getListElementObject(int) -
Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryArray
- Returns the actual primitive object at the index position inside the array
represented by this LazyBinaryObject.
- getListElementObjectInspector() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyListObjectInspector
-
- getListElementObjectInspector() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedListObjectInspector
-
- getListElementObjectInspector() -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.ListObjectInspector
-
- getListElementObjectInspector() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardListObjectInspector
-
- getListElementTypeInfo() -
Method in class org.apache.hadoop.hive.serde2.typeinfo.ListTypeInfo
-
- getListGroupByOperatorsProcessed() -
Method in class org.apache.hadoop.hive.ql.optimizer.GroupByOptimizer.GroupByOptimizerContext
-
- getListGroupingSets() -
Method in class org.apache.hadoop.hive.ql.plan.GroupByDesc
-
- getListLength() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazyArray
- Returns -1 for null array.
- getListLength(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyListObjectInspector
-
- getListLength() -
Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryArray
- Returns the array size.
- getListLength(Object) -
Method in class org.apache.hadoop.hive.serde2.lazybinary.objectinspector.LazyBinaryListObjectInspector
-
- getListLength(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedListObjectInspector
-
- getListLength(Object) -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.ListObjectInspector
- returns -1 for data = null.
- getListLength(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardListObjectInspector
-
- getListMapJoinOpsNoReducer() -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
-
- getListMapJoinsNoRed() -
Method in class org.apache.hadoop.hive.ql.optimizer.MapJoinProcessor.MapJoinWalkerCtx
-
- getListRejectedMapJoins() -
Method in class org.apache.hadoop.hive.ql.optimizer.MapJoinProcessor.MapJoinWalkerCtx
-
- getListTasks() -
Method in class org.apache.hadoop.hive.ql.exec.ConditionalTask
-
- getListTasks() -
Method in class org.apache.hadoop.hive.ql.plan.ConditionalResolverMergeFiles.ConditionalResolverMergeFilesCtx
-
- getListTopOperators() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext.GenMRUnionCtx
-
- getListType(String) -
Static method in class org.apache.hadoop.hive.metastore.MetaStoreUtils
-
- getListTypeInfo(TypeInfo) -
Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
-
- getListWorks() -
Method in class org.apache.hadoop.hive.ql.plan.ConditionalWork
-
- getLiteralPrefix() -
Method in enum org.apache.hive.service.cli.Type
- Prefix used to quote a literal of this type (may be null)
- getLiteralSuffix() -
Method in enum org.apache.hive.service.cli.Type
- Suffix used to quote a literal of this type (may be null)
- getLoadFileDesc() -
Method in class org.apache.hadoop.hive.ql.plan.StatsWork
-
- getLoadFileWork() -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
-
- getLoadFileWork() -
Method in class org.apache.hadoop.hive.ql.plan.MoveWork
-
- getLoadMultiFilesWork() -
Method in class org.apache.hadoop.hive.ql.plan.MoveWork
-
- getLoadTableDesc() -
Method in class org.apache.hadoop.hive.ql.plan.StatsWork
-
- getLoadTableWork() -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
-
- getLoadTableWork() -
Method in class org.apache.hadoop.hive.ql.plan.MoveWork
-
- getLocalizedName() -
Method in enum org.apache.hive.service.cli.Type
- Localized version of type name (may be null).
- getLocalMapRedErrors() -
Method in class org.apache.hadoop.hive.ql.session.SessionState
-
- getLocalScratchDir(boolean) -
Method in class org.apache.hadoop.hive.ql.Context
- Create a local scratch directory on demand and return it.
- getLocalTmpDir() -
Method in class org.apache.hadoop.hive.ql.plan.ConditionalResolverCommonJoin.ConditionalResolverCommonJoinCtx
-
- getLocalTmpFileURI() -
Method in class org.apache.hadoop.hive.ql.Context
- Get a tmp path on local host to store intermediate data.
- getLocalWork() -
Method in class org.apache.hadoop.hive.ql.exec.ExecMapperContext
-
- getLocalWork() -
Method in class org.apache.hadoop.hive.ql.plan.SMBJoinDesc
-
- getLocation() -
Method in class org.apache.hadoop.hive.metastore.api.StorageDescriptor
-
- getLocation() -
Method in class org.apache.hadoop.hive.metastore.model.MStorageDescriptor
-
- getLocation() -
Method in class org.apache.hadoop.hive.ql.hooks.Entity
- Get the location of the entity.
- getLocation() -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
-
- getLocation() -
Method in class org.apache.hadoop.hive.ql.plan.AddPartitionDesc
-
- getLocation() -
Method in class org.apache.hadoop.hive.ql.plan.CreateIndexDesc
-
- getLocation() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableDesc
-
- getLocation() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableLikeDesc
-
- getLocation() -
Method in class org.apache.hadoop.hive.ql.plan.RenamePartitionDesc
-
- getLocations() -
Method in class org.apache.hadoop.hive.ql.io.BucketizedHiveInputSplit
-
- getLocations() -
Method in class org.apache.hadoop.hive.ql.io.CombineHiveInputFormat.CombineHiveInputSplit
- Returns all the Paths where this input-split resides.
- getLocations() -
Method in class org.apache.hadoop.hive.ql.io.HiveInputFormat.HiveInputSplit
-
- getLocations() -
Method in class org.apache.hadoop.hive.ql.io.OneNullRowInputFormat.DummyInputSplit
-
- getLocations() -
Method in interface org.apache.hadoop.hive.shims.HadoopShims.InputSplitShim
- Returns all the Paths where this input-split resides.
- getLocationUri() -
Method in class org.apache.hadoop.hive.metastore.api.Database
-
- getLocationUri() -
Method in class org.apache.hadoop.hive.metastore.model.MDatabase
-
- getLocationUri() -
Method in class org.apache.hadoop.hive.ql.plan.AlterDatabaseDesc
-
- getLocationUri() -
Method in class org.apache.hadoop.hive.ql.plan.CreateDatabaseDesc
-
- getLockMode() -
Method in class org.apache.hadoop.hive.ql.lockmgr.HiveLockObject.HiveLockObjectData
-
- getLocks(boolean, boolean) -
Method in interface org.apache.hadoop.hive.ql.lockmgr.HiveLockManager
-
- getLocks(HiveLockObject, boolean, boolean) -
Method in interface org.apache.hadoop.hive.ql.lockmgr.HiveLockManager
-
- getLocks(boolean, boolean) -
Method in class org.apache.hadoop.hive.ql.lockmgr.zookeeper.ZooKeeperHiveLockManager
-
- getLocks(HiveLockObject, boolean, boolean) -
Method in class org.apache.hadoop.hive.ql.lockmgr.zookeeper.ZooKeeperHiveLockManager
-
- getLockTblDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getLockTime() -
Method in class org.apache.hadoop.hive.ql.lockmgr.HiveLockObject.HiveLockObjectData
-
- getLogDirectory() -
Method in class org.apache.hadoop.hive.ant.QTestGenTask
-
- getLogDirectory() -
Method in class org.apache.hadoop.hive.ql.QTestUtil
-
- getLogFile() -
Method in class org.apache.hadoop.hive.ant.QTestGenTask
-
- getLoginTimeout() -
Method in class org.apache.hadoop.hive.jdbc.HiveDataSource
-
- getLoginTimeout() -
Method in class org.apache.hive.jdbc.HiveDataSource
-
- getLogRegexes() -
Method in class org.apache.hadoop.hive.ql.exec.errors.RegexErrorHeuristic
-
- getLogWriter() -
Method in class org.apache.hadoop.hive.jdbc.HiveDataSource
-
- getLogWriter() -
Method in class org.apache.hive.jdbc.HiveDataSource
-
- getLong(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getLong(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getLong(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getLong(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getLong(Object, PrimitiveObjectInspector) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
- Get the long value out of a primitive object.
- getLong(int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getLong(String) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getLong(int) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getLong(String) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getLongHighValue() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionColumnStatistics
-
- getLongHighValue() -
Method in class org.apache.hadoop.hive.metastore.model.MTableColumnStatistics
-
- getLongLowValue() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionColumnStatistics
-
- getLongLowValue() -
Method in class org.apache.hadoop.hive.metastore.model.MTableColumnStatistics
-
- getLongStats() -
Method in class org.apache.hadoop.hive.metastore.api.ColumnStatisticsData
-
- getLongValue() -
Method in class org.apache.hive.service.cli.GetInfoValue
-
- getLongVar(Configuration, HiveConf.ConfVars) -
Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getLongVar(Configuration, HiveConf.ConfVars, long) -
Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getLongVar(HiveConf.ConfVars) -
Method in class org.apache.hadoop.hive.conf.HiveConf
-
- getLowValue() -
Method in class org.apache.hadoop.hive.metastore.api.DoubleColumnStatsData
-
- getLowValue() -
Method in class org.apache.hadoop.hive.metastore.api.LongColumnStatsData
-
- getLString(int) -
Method in class org.apache.hadoop.hive.serde2.proto.test.Complexpb.Complex
-
- getLString() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.Complex
-
- getLStringCount() -
Method in class org.apache.hadoop.hive.serde2.proto.test.Complexpb.Complex
-
- getLStringIterator() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.Complex
-
- getLStringList() -
Method in class org.apache.hadoop.hive.serde2.proto.test.Complexpb.Complex
-
- getLStringSize() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.Complex
-
- getLVFProc() -
Static method in class org.apache.hadoop.hive.ql.ppd.OpProcFactory
-
- getMajorVersion() -
Method in class org.apache.hadoop.hive.jdbc.HiveDriver
- Returns the major version of this driver.
- getMajorVersion() -
Static method in class org.apache.hadoop.hive.shims.ShimLoader
- Return the "major" version of Hadoop currently on the classpath.
- getMajorVersion() -
Method in class org.apache.hive.jdbc.HiveDriver
- Returns the major version of this driver.
- getMap() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazyMap
- Return the map object representing this LazyMap.
- getMap(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyMapObjectInspector
-
- getMap() -
Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryMap
- Return the map object representing this LazyBinaryMap.
- getMap(Object) -
Method in class org.apache.hadoop.hive.serde2.lazybinary.objectinspector.LazyBinaryMapObjectInspector
-
- getMap(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedMapObjectInspector
-
- getMap(Object) -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.MapObjectInspector
- returns null for data = null.
- getMap(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardMapObjectInspector
-
- getMapAliases() -
Method in class org.apache.hadoop.hive.ql.parse.QBJoinTree
-
- getMapCurrCtx() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext
-
- getMapEntry() -
Method in class org.apache.hive.service.cli.thrift.TTypeEntry
-
- getMapJoin() -
Static method in class org.apache.hadoop.hive.ql.optimizer.MapJoinFactory
-
- getMapJoinBigTableAlias() -
Method in class org.apache.hadoop.hive.ql.plan.BucketMapJoinContext
-
- getMapJoinContext() -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
-
- getMapJoinCtx(AbstractMapJoinOperator<? extends MapJoinDesc>) -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext
-
- getMapJoinDefault() -
Static method in class org.apache.hadoop.hive.ql.optimizer.MapJoinProcessor
-
- getMapJoinFS() -
Static method in class org.apache.hadoop.hive.ql.optimizer.MapJoinProcessor
-
- getMapJoinKeyTableDesc(List<FieldSchema>) -
Static method in class org.apache.hadoop.hive.ql.plan.PlanUtils
- Generate the table descriptor for Map-side join key.
- getMapJoinMapJoin() -
Static method in class org.apache.hadoop.hive.ql.optimizer.MapJoinFactory
-
- getMapJoinProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.ColumnPrunerProcFactory
- The Factory method to get ColumnMapJoinProc class.
- getMapJoinQuery() -
Method in class org.apache.hadoop.hive.ql.optimizer.unionproc.UnionProcContext.UnionParseContext
-
- getMapJoinSubq(int) -
Method in class org.apache.hadoop.hive.ql.optimizer.unionproc.UnionProcContext.UnionParseContext
-
- getMapJoinUnion() -
Static method in class org.apache.hadoop.hive.ql.optimizer.unionproc.UnionProcFactory
-
- getMapJoinValueTableDesc(List<FieldSchema>) -
Static method in class org.apache.hadoop.hive.ql.plan.PlanUtils
- Generate the table descriptor for Map-side join key.
- getMapKeyDelim() -
Method in class org.apache.hadoop.hive.ql.plan.CreateIndexDesc
-
- getMapKeyDelim() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableDesc
-
- getMapKeyObjectInspector() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyMapObjectInspector
-
- getMapKeyObjectInspector() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedMapObjectInspector
-
- getMapKeyObjectInspector() -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.MapObjectInspector
-
- getMapKeyObjectInspector() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardMapObjectInspector
-
- getMapKeyTypeInfo() -
Method in class org.apache.hadoop.hive.serde2.typeinfo.MapTypeInfo
-
- getMapLocalWork() -
Method in class org.apache.hadoop.hive.ql.plan.MapredWork
-
- getMapOnlySubq(int) -
Method in class org.apache.hadoop.hive.ql.optimizer.unionproc.UnionProcContext.UnionParseContext
-
- getMapperClass() -
Method in class org.apache.hadoop.hive.ql.io.rcfile.merge.MergeWork
-
- getMapRedUnion() -
Static method in class org.apache.hadoop.hive.ql.optimizer.unionproc.UnionProcFactory
-
- getMapRedWork(Configuration) -
Static method in class org.apache.hadoop.hive.ql.exec.Utilities
-
- getMapRedWork(ParseContext) -
Static method in class org.apache.hadoop.hive.ql.optimizer.GenMapRedUtils
- create a new plan and return.
- getMapRedWork() -
Static method in class org.apache.hadoop.hive.ql.plan.PlanUtils
-
- getMapRedWorkFromConf(HiveConf) -
Static method in class org.apache.hadoop.hive.ql.optimizer.GenMapRedUtils
- create a new plan and return.
- getMapSeparator() -
Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
-
- getMapSize() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazyMap
- Get the size of the map represented by this LazyMap.
- getMapSize(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyMapObjectInspector
-
- getMapSize() -
Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryMap
- Get the size of the map represented by this LazyBinaryMap.
- getMapSize(Object) -
Method in class org.apache.hadoop.hive.serde2.lazybinary.objectinspector.LazyBinaryMapObjectInspector
-
- getMapSize(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedMapObjectInspector
-
- getMapSize(Object) -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.MapObjectInspector
- returns -1 for NULL map.
- getMapSize(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardMapObjectInspector
-
- getMapTasks() -
Method in class org.apache.hadoop.hive.service.HiveClusterStatus
-
- getMapType(String, String) -
Static method in class org.apache.hadoop.hive.metastore.MetaStoreUtils
-
- getMapTypeInfo(TypeInfo, TypeInfo) -
Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
-
- getMapUnion() -
Static method in class org.apache.hadoop.hive.ql.optimizer.unionproc.UnionProcFactory
-
- getMapValueElement(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.LazyMap
- Get the value in the map for the key.
- getMapValueElement(Object, Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyMapObjectInspector
-
- getMapValueElement(Object) -
Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryMap
- Get the value in the map for the key.
- getMapValueElement(Object, Object) -
Method in class org.apache.hadoop.hive.serde2.lazybinary.objectinspector.LazyBinaryMapObjectInspector
-
- getMapValueElement(Object, Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedMapObjectInspector
-
- getMapValueElement(Object, Object) -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.MapObjectInspector
-
- getMapValueElement(Object, Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardMapObjectInspector
-
- getMapValueObjectInspector() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyMapObjectInspector
-
- getMapValueObjectInspector() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedMapObjectInspector
-
- getMapValueObjectInspector() -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.MapObjectInspector
-
- getMapValueObjectInspector() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardMapObjectInspector
-
- getMapValueTypeInfo() -
Method in class org.apache.hadoop.hive.serde2.typeinfo.MapTypeInfo
-
- getMasterKey() -
Method in class org.apache.hadoop.hive.metastore.model.MMasterKey
-
- getMasterKeys() -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- getMasterKeys() -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getMasterKeys() -
Method in interface org.apache.hadoop.hive.metastore.RawStore
-
- getMax_indexes() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_index_names_args
-
- getMax_indexes() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_indexes_args
-
- getMax_parts() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_args
-
- getMax_parts() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_ps_args
-
- getMax_parts() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_args
-
- getMax_parts() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_filter_args
-
- getMax_parts() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_args
-
- getMax_parts() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_with_auth_args
-
- getMax_parts() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_with_auth_args
-
- getMax_tables() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_names_by_filter_args
-
- getMaxBinaryLiteralLength() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getMaxBinaryLiteralLength() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getMaxCatalogNameLength() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getMaxCatalogNameLength() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getMaxCharLiteralLength() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getMaxCharLiteralLength() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getMaxColLen() -
Method in class org.apache.hadoop.hive.metastore.api.BinaryColumnStatsData
-
- getMaxColLen() -
Method in class org.apache.hadoop.hive.metastore.api.StringColumnStatsData
-
- getMaxColLen() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionColumnStatistics
-
- getMaxColLen() -
Method in class org.apache.hadoop.hive.metastore.model.MTableColumnStatistics
-
- getMaxColumnNameLength() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
- Returns the value of maxColumnNameLength.
- getMaxColumnNameLength() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
- Returns the value of maxColumnNameLength.
- getMaxColumnsInGroupBy() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getMaxColumnsInGroupBy() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getMaxColumnsInIndex() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getMaxColumnsInIndex() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getMaxColumnsInOrderBy() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getMaxColumnsInOrderBy() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getMaxColumnsInSelect() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getMaxColumnsInSelect() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getMaxColumnsInTable() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getMaxColumnsInTable() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getMaxConnections() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getMaxConnections() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getMaxCursorNameLength() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getMaxCursorNameLength() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getMaxFieldSize() -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getMaxFieldSize() -
Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
-
- getMaxFieldSize() -
Method in class org.apache.hadoop.hive.jdbc.HiveStatement
-
- getMaxFieldSize() -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getMaxFieldSize() -
Method in class org.apache.hive.jdbc.HivePreparedStatement
-
- getMaxFieldSize() -
Method in class org.apache.hive.jdbc.HiveStatement
-
- getMaximumScale() -
Method in enum org.apache.hive.service.cli.Type
- Maximum scale supported for this type
- getMaximumTime() -
Method in class org.apache.hadoop.hive.ql.plan.ReducerTimeStatsPerJob
-
- getMaxIndexLength() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getMaxIndexLength() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getMaxMapTasks() -
Method in class org.apache.hadoop.hive.service.HiveClusterStatus
-
- getMaxMemory() -
Method in class org.apache.hadoop.hive.ql.exec.persistence.HashMapWrapper
-
- getMaxPartitionsPerNode() -
Method in class org.apache.hadoop.hive.ql.plan.DynamicPartitionCtx
-
- getMaxProcedureNameLength() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getMaxProcedureNameLength() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getMaxReduceTasks() -
Method in class org.apache.hadoop.hive.service.HiveClusterStatus
-
- getMaxRows() -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getMaxRows() -
Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
-
- getMaxRows() -
Method in class org.apache.hadoop.hive.jdbc.HiveStatement
-
- getMaxRows() -
Method in class org.apache.hadoop.hive.ql.Driver
- Return the maximum number of rows returned by getResults
- getMaxRows() -
Method in class org.apache.hadoop.hive.ql.exec.FetchTask
- Return the maximum number of rows returned by fetch.
- getMaxRows() -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getMaxRows() -
Method in class org.apache.hive.jdbc.HivePreparedStatement
-
- getMaxRows() -
Method in class org.apache.hive.jdbc.HiveStatement
-
- getMaxRows() -
Method in class org.apache.hive.service.cli.thrift.TFetchResultsReq
-
- getMaxRowSize() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getMaxRowSize() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getMaxSchemaNameLength() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getMaxSchemaNameLength() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getMaxSplitSize() -
Method in class org.apache.hadoop.hive.ql.plan.MapredWork
-
- getMaxStatementLength() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getMaxStatementLength() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getMaxStatements() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getMaxStatements() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getMaxTableNameLength() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getMaxTableNameLength() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getMaxTablesInSelect() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getMaxTablesInSelect() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getMaxUserNameLength() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getMaxUserNameLength() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getMBeanInfo() -
Method in class org.apache.hadoop.hive.common.metrics.MetricsMBeanImpl
-
- getMeanTime() -
Method in class org.apache.hadoop.hive.ql.plan.ReducerTimeStatsPerJob
-
- getMechanismName() -
Method in class org.apache.hive.service.auth.PlainSaslServer
-
- getMechanismNames(Map<String, ?>) -
Method in class org.apache.hive.service.auth.PlainSaslServer.SaslPlainServerFactory
-
- getMemoryMXBean() -
Static method in class org.apache.hadoop.hive.ql.exec.persistence.HashMapWrapper
-
- getMemoryThreshold() -
Method in class org.apache.hadoop.hive.ql.plan.GroupByDesc
-
- getMergeFilesDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getMergeOutputPath(JobConf) -
Static method in class org.apache.hadoop.hive.ql.io.rcfile.merge.RCFileBlockMergeOutputFormat
-
- getMessage() -
Method in exception org.apache.hadoop.hive.metastore.api.AlreadyExistsException
-
- getMessage() -
Method in exception org.apache.hadoop.hive.metastore.api.ConfigValSecurityException
-
- getMessage() -
Method in exception org.apache.hadoop.hive.metastore.api.IndexAlreadyExistsException
-
- getMessage() -
Method in exception org.apache.hadoop.hive.metastore.api.InvalidInputException
-
- getMessage() -
Method in exception org.apache.hadoop.hive.metastore.api.InvalidObjectException
-
- getMessage() -
Method in exception org.apache.hadoop.hive.metastore.api.InvalidOperationException
-
- getMessage() -
Method in exception org.apache.hadoop.hive.metastore.api.InvalidPartitionException
-
- getMessage() -
Method in exception org.apache.hadoop.hive.metastore.api.MetaException
-
- getMessage() -
Method in exception org.apache.hadoop.hive.metastore.api.NoSuchObjectException
-
- getMessage() -
Method in exception org.apache.hadoop.hive.metastore.api.UnknownDBException
-
- getMessage() -
Method in exception org.apache.hadoop.hive.metastore.api.UnknownPartitionException
-
- getMessage() -
Method in exception org.apache.hadoop.hive.metastore.api.UnknownTableException
-
- getMessage() -
Method in exception org.apache.hadoop.hive.ql.parse.ParseException
-
- getMessage() -
Method in exception org.apache.hadoop.hive.serde2.dynamic_type.ParseException
- This method has the standard behavior when this object has been created
using the standard constructors.
- getMessage() -
Method in error org.apache.hadoop.hive.serde2.dynamic_type.TokenMgrError
- You can also modify the body of this method to customize your error
messages.
- getMessage() -
Method in exception org.apache.hadoop.hive.service.HiveServerException
-
- getMetaData() -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getMetaData() -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getMetaData() -
Method in class org.apache.hadoop.hive.jdbc.HiveConnection
-
- getMetaData() -
Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
-
- getMetadata() -
Method in class org.apache.hadoop.hive.ql.io.RCFile.Reader
- Return the metadata (Text to Text map) that was written into the
file.
- getMetaData() -
Method in class org.apache.hadoop.hive.ql.parse.QB
-
- getMetaData(QB) -
Method in class org.apache.hadoop.hive.ql.parse.SemanticAnalyzer
-
- getMetaData() -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getMetaData() -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getMetaData() -
Method in class org.apache.hive.jdbc.HiveConnection
-
- getMetaData() -
Method in class org.apache.hive.jdbc.HivePreparedStatement
-
- getMetaData() -
Method in class org.apache.hive.jdbc.HiveQueryResultSet
-
- getMetadataMethodNames() -
Method in class org.apache.hive.cli.beeline.BeeLine
-
- getMetadataTag() -
Method in class org.apache.hadoop.hive.ql.exec.persistence.MapJoinObjectValue
-
- getMetadataValueOf(Text) -
Method in class org.apache.hadoop.hive.ql.io.RCFile.Reader
- Return the metadata value associated with the given key.
- getMetaHook() -
Method in class org.apache.hadoop.hive.ql.metadata.DefaultStorageHandler
-
- getMetaHook() -
Method in interface org.apache.hadoop.hive.ql.metadata.HiveStorageHandler
-
- getMetaStoreClient() -
Method in class org.apache.hive.service.cli.session.Session
-
- getMethodInternal(Class<? extends T>, String, boolean, List<TypeInfo>) -
Static method in class org.apache.hadoop.hive.ql.exec.FunctionRegistry
- This method is shared between UDFRegistry and UDAFRegistry.
- getMethodInternal(Class<?>, List<Method>, boolean, List<TypeInfo>) -
Static method in class org.apache.hadoop.hive.ql.exec.FunctionRegistry
- Gets the closest matching method corresponding to the argument list from a
list of methods.
- getMethods() -
Method in exception org.apache.hadoop.hive.ql.exec.UDFArgumentException
-
- getMHash() -
Method in class org.apache.hadoop.hive.ql.exec.persistence.HashMapWrapper
-
- getMiniDfs(Configuration, int, boolean, String[]) -
Method in interface org.apache.hadoop.hive.shims.HadoopShims
- Returns a shim to wrap MiniDFSCluster.
- getMinimumScale() -
Method in enum org.apache.hive.service.cli.Type
- Minimum scale supported for this type
- getMinimumTime() -
Method in class org.apache.hadoop.hive.ql.plan.ReducerTimeStatsPerJob
-
- getMinorVersion() -
Method in class org.apache.hadoop.hive.jdbc.HiveDriver
- Returns the minor version of this driver.
- getMinorVersion() -
Method in class org.apache.hive.jdbc.HiveDriver
- Returns the minor version of this driver.
- getMinSplitSize() -
Method in class org.apache.hadoop.hive.ql.io.rcfile.merge.MergeWork
-
- getMinSplitSize() -
Method in class org.apache.hadoop.hive.ql.plan.MapredWork
-
- getMinSplitSizePerNode() -
Method in class org.apache.hadoop.hive.ql.plan.MapredWork
-
- getMinSplitSizePerRack() -
Method in class org.apache.hadoop.hive.ql.plan.MapredWork
-
- getMode() -
Method in class org.apache.hadoop.hive.ql.lockmgr.HiveLockObj
-
- getMode() -
Method in class org.apache.hadoop.hive.ql.plan.AggregationDesc
-
- getMode() -
Method in class org.apache.hadoop.hive.ql.plan.GroupByDesc
-
- getMode() -
Method in class org.apache.hadoop.hive.ql.plan.LockTableDesc
-
- getMode() -
Method in enum org.apache.hadoop.hive.ql.security.authorization.PrivilegeScope
-
- getModeString() -
Method in class org.apache.hadoop.hive.ql.plan.GroupByDesc
-
- getModifiedRowCount() -
Method in class org.apache.hive.service.cli.thrift.TOperationHandle
-
- getMoreResults() -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getMoreResults(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getMoreResults() -
Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
-
- getMoreResults(int) -
Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
-
- getMoreResults() -
Method in class org.apache.hadoop.hive.jdbc.HiveStatement
-
- getMoreResults(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveStatement
-
- getMoreResults() -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getMoreResults(int) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getMoreResults() -
Method in class org.apache.hive.jdbc.HivePreparedStatement
-
- getMoreResults(int) -
Method in class org.apache.hive.jdbc.HivePreparedStatement
-
- getMoreResults() -
Method in class org.apache.hive.jdbc.HiveStatement
-
- getMoreResults(int) -
Method in class org.apache.hive.jdbc.HiveStatement
-
- getMRScratchDir() -
Method in class org.apache.hadoop.hive.ql.Context
- Create a map-reduce scratch directory on demand and return it.
- getMRTasks(List<Task<? extends Serializable>>) -
Static method in class org.apache.hadoop.hive.ql.exec.Utilities
-
- getMRTmpFileURI() -
Method in class org.apache.hadoop.hive.ql.Context
- Get a path to store map-reduce intermediate data in.
- getMS() -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
- Get a cached RawStore.
- getMsckDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getMsg(ASTNode) -
Method in enum org.apache.hadoop.hive.ql.ErrorMsg
-
- getMsg(Tree) -
Method in enum org.apache.hadoop.hive.ql.ErrorMsg
-
- getMsg(ASTNode, String) -
Method in enum org.apache.hadoop.hive.ql.ErrorMsg
-
- getMsg(Tree, String) -
Method in enum org.apache.hadoop.hive.ql.ErrorMsg
-
- getMsg(String) -
Method in enum org.apache.hadoop.hive.ql.ErrorMsg
-
- getMsg() -
Method in enum org.apache.hadoop.hive.ql.ErrorMsg
-
- getMStringString() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.Complex
-
- getMStringStringSize() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.Complex
-
- getMvTask() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext
-
- getMy_16bit_int() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_32bit_int() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_64bit_int() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_binary() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_byte() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_double() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_enum() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MiniStruct
-
- getMy_enum_string_map() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_enum_string_mapSize() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_enum_stringlist_map() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_enum_stringlist_mapSize() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_enum_struct_map() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_enum_struct_mapSize() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_enum_structlist_map() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_enum_structlist_mapSize() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_enumlist() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_enumlistIterator() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_enumlistSize() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_enumset() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_enumsetIterator() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_enumsetSize() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_string() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_string() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MiniStruct
-
- getMy_string_enum_map() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_string_enum_mapSize() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_string_string_map() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_string_string_mapSize() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_stringlist() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_stringlistIterator() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_stringlistSize() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_stringset() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_stringsetIterator() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_stringsetSize() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_structlist() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_structlistIterator() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_structlistSize() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_structset() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_structsetIterator() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMy_structsetSize() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.MegaStruct
-
- getMyint() -
Method in class org.apache.hadoop.hive.serde2.proto.test.Complexpb.IntString
-
- getMyint() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.IntString
-
- getMyString() -
Method in class org.apache.hadoop.hive.serde2.proto.test.Complexpb.IntString
-
- getMyString() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.IntString
-
- getMyType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldType
-
- getMyType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypedef
-
- getName() -
Method in class org.apache.hadoop.fs.ProxyFileSystem
-
- getName() -
Method in class org.apache.hadoop.hive.metastore.api.Database
-
- getName() -
Method in class org.apache.hadoop.hive.metastore.api.FieldSchema
-
- getName() -
Method in class org.apache.hadoop.hive.metastore.api.SerDeInfo
-
- getName() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_database_args
-
- getName() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_table_args
-
- getName() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_config_value_args
-
- getName() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_database_args
-
- getName() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_all_args
-
- getName() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_args
-
- getName() -
Method in class org.apache.hadoop.hive.metastore.api.Type
-
- getName() -
Method in class org.apache.hadoop.hive.metastore.model.MDatabase
-
- getName() -
Method in class org.apache.hadoop.hive.metastore.model.MFieldSchema
-
- getName() -
Method in class org.apache.hadoop.hive.metastore.model.MSerDeInfo
-
- getName() -
Method in class org.apache.hadoop.hive.metastore.model.MType
-
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.ArchiveUtils.PartSpecInfo
- Generates name for prefix partial partition specification.
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.ColumnStatsTask
-
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.CommonJoinOperator
-
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.ConditionalTask
-
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.CopyTask
-
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.DDLTask
-
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.DependencyCollectionTask
-
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.ExecDriver
-
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.ExplainTask
-
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.FetchTask
-
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.FileSinkOperator
-
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.FilterOperator
-
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.FunctionTask
-
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.GroupByOperator
-
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.HashTableDummyOperator
-
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.HashTableSinkOperator
- Implements the getName function for the Node Interface.
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.LateralViewForwardOperator
-
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.LateralViewJoinOperator
-
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.LimitOperator
-
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.MapJoinOperator
- Implements the getName function for the Node Interface.
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.MapOperator
-
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.MapredLocalTask
-
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.MoveTask
-
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.Operator
- Implements the getName function for the Node Interface.
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.ReduceSinkOperator
-
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.ScriptOperator
-
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.SelectOperator
-
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.SMBMapJoinOperator
- Implements the getName function for the Node Interface.
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.StatsTask
-
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.TableScanOperator
- The operator name for this operator type.
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.UDTFOperator
-
- getName() -
Method in class org.apache.hadoop.hive.ql.exec.UnionOperator
-
- getName() -
Method in class org.apache.hadoop.hive.ql.hooks.Entity
-
- getName() -
Method in enum org.apache.hadoop.hive.ql.index.HiveIndex.IndexType
-
- getName() -
Method in class org.apache.hadoop.hive.ql.index.IndexMetadataChangeTask
-
- getName() -
Method in class org.apache.hadoop.hive.ql.io.rcfile.merge.BlockMergeTask
-
- getName() -
Method in interface org.apache.hadoop.hive.ql.lib.Node
- Gets the name of the node.
- getName() -
Method in interface org.apache.hadoop.hive.ql.lib.Rule
-
- getName() -
Method in class org.apache.hadoop.hive.ql.lib.RuleRegExp
-
- getName() -
Method in class org.apache.hadoop.hive.ql.lockmgr.HiveLockObj
-
- getName() -
Method in class org.apache.hadoop.hive.ql.lockmgr.HiveLockObject
-
- getName() -
Method in class org.apache.hadoop.hive.ql.metadata.DummyPartition
-
- getName() -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
-
- getName() -
Method in class org.apache.hadoop.hive.ql.metadata.VirtualColumn
-
- getName() -
Method in class org.apache.hadoop.hive.ql.parse.ASTNode
-
- getName() -
Method in class org.apache.hadoop.hive.ql.parse.InputSignature
-
- getName() -
Method in class org.apache.hadoop.hive.ql.plan.CreateDatabaseDesc
-
- getName() -
Method in class org.apache.hadoop.hive.ql.plan.DescFunctionDesc
-
- getName() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeDesc
-
- getName() -
Method in class org.apache.hadoop.hive.ql.plan.PrincipalDesc
-
- getName() -
Method in class org.apache.hadoop.hive.ql.plan.RoleDDLDesc
-
- getName() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFFromUtcTimestamp
-
- getName() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFToUtcTimestamp
-
- getName() -
Method in class org.apache.hive.cli.beeline.AbstractCommandHandler
-
- getName() -
Method in class org.apache.hive.service.AbstractService
-
- getName() -
Method in class org.apache.hive.service.cli.ColumnDescriptor
-
- getName() -
Method in enum org.apache.hive.service.cli.Type
-
- getName() -
Method in class org.apache.hive.service.FilterService
-
- getName() -
Method in interface org.apache.hive.service.Service
- Get the name of this service.
- getNameMessage(Exception) -
Static method in class org.apache.hadoop.hive.ql.exec.Utilities
-
- getNames() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_names_args
-
- getNames() -
Method in class org.apache.hive.cli.beeline.AbstractCommandHandler
-
- getNamesIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_names_args
-
- getNamesSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_names_args
-
- getNameToSample() -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getNameToSplitSample() -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
-
- getNameToSplitSample() -
Method in class org.apache.hadoop.hive.ql.plan.MapredWork
-
- getNameToTypePtr() -
Method in class org.apache.hive.service.cli.thrift.TStructTypeEntry
-
- getNameToTypePtr() -
Method in class org.apache.hive.service.cli.thrift.TUnionTypeEntry
-
- getNameToTypePtrSize() -
Method in class org.apache.hive.service.cli.thrift.TStructTypeEntry
-
- getNameToTypePtrSize() -
Method in class org.apache.hive.service.cli.thrift.TUnionTypeEntry
-
- getNanos() -
Method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
-
- getNanos(byte[], int) -
Static method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
-
- getNCharacterStream(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getNCharacterStream(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getNCharacterStream(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getNCharacterStream(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getNCharacterStream(int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getNCharacterStream(String) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getNCharacterStream(int) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getNCharacterStream(String) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getNClob(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getNClob(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getNClob(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getNClob(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getNClob(int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getNClob(String) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getNClob(int) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getNClob(String) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getNeededColumnIDs() -
Method in class org.apache.hadoop.hive.ql.exec.TableScanOperator
-
- getNeedLock() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getNeedsEscape() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe.SerDeParameters
-
- getNeedsTagging() -
Method in class org.apache.hadoop.hive.ql.plan.MapredWork
-
- getNegotiatedProperty(String) -
Method in class org.apache.hive.service.auth.PlainSaslServer
-
- getNew_idx() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_index_args
-
- getNew_index() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_index_args
-
- getNew_part() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_args
-
- getNew_part() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_with_environment_context_args
-
- getNew_part() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_args
-
- getNew_part() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_with_environment_context_args
-
- getNew_part() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.rename_partition_args
-
- getNew_parts() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partitions_args
-
- getNew_parts() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partitions_args
-
- getNew_partsIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partitions_args
-
- getNew_partsIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partitions_args
-
- getNew_partsSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partitions_args
-
- getNew_partsSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partitions_args
-
- getNew_tbl() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_args
-
- getNew_tbl() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_with_environment_context_args
-
- getNewAggregationBuffer() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFAverage.GenericUDAFAverageEvaluator
-
- getNewAggregationBuffer() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFBridge.GenericUDAFBridgeEvaluator
-
- getNewAggregationBuffer() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFCollectSet.GenericUDAFMkSetEvaluator
-
- getNewAggregationBuffer() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFComputeStats.GenericUDAFBinaryStatsEvaluator
-
- getNewAggregationBuffer() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFComputeStats.GenericUDAFBooleanStatsEvaluator
-
- getNewAggregationBuffer() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFComputeStats.GenericUDAFDoubleStatsEvaluator
-
- getNewAggregationBuffer() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFComputeStats.GenericUDAFLongStatsEvaluator
-
- getNewAggregationBuffer() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFComputeStats.GenericUDAFStringStatsEvaluator
-
- getNewAggregationBuffer() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFContextNGrams.GenericUDAFContextNGramEvaluator
-
- getNewAggregationBuffer() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFCorrelation.GenericUDAFCorrelationEvaluator
-
- getNewAggregationBuffer() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFCount.GenericUDAFCountEvaluator
-
- getNewAggregationBuffer() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFCovariance.GenericUDAFCovarianceEvaluator
-
- getNewAggregationBuffer() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFEvaluator
- Get a new aggregation object.
- getNewAggregationBuffer() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFEWAHBitmap.GenericUDAFEWAHBitmapEvaluator
-
- getNewAggregationBuffer() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFHistogramNumeric.GenericUDAFHistogramNumericEvaluator
-
- getNewAggregationBuffer() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFMax.GenericUDAFMaxEvaluator
-
- getNewAggregationBuffer() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFMin.GenericUDAFMinEvaluator
-
- getNewAggregationBuffer() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFnGrams.GenericUDAFnGramEvaluator
-
- getNewAggregationBuffer() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFPercentileApprox.GenericUDAFPercentileApproxEvaluator
-
- getNewAggregationBuffer() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFSum.GenericUDAFSumBigDecimal
-
- getNewAggregationBuffer() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFSum.GenericUDAFSumDouble
-
- getNewAggregationBuffer() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFSum.GenericUDAFSumLong
-
- getNewAggregationBuffer() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFVariance.GenericUDAFVarianceEvaluator
-
- getNewAggregationBuffer() -
Method in class org.apache.hive.builtins.UDAFUnionMap.Evaluator
-
- getNewColComment() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableDesc
-
- getNewColName() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableDesc
-
- getNewCols() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableDesc
-
- getNewColsString() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableDesc
-
- getNewColType() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableDesc
-
- getNewDependencyType(LineageInfo.DependencyType, LineageInfo.DependencyType) -
Static method in class org.apache.hadoop.hive.ql.optimizer.lineage.LineageCtx
- Gets the new dependency type by comparing the old dependency type and the
current dependency type.
- getNewLocation() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableDesc
-
- getNewName() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableDesc
-
- getNewPartition() -
Method in class org.apache.hadoop.hive.metastore.events.AlterPartitionEvent
-
- getNewPartition() -
Method in class org.apache.hadoop.hive.metastore.events.PreAlterPartitionEvent
-
- getNewPartSpec() -
Method in class org.apache.hadoop.hive.ql.plan.RenamePartitionDesc
-
- getNewQueryGroupbySchemaProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.index.RewriteQueryUsingAggregateIndex
-
- getNewQuerySelectSchemaProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.index.RewriteQueryUsingAggregateIndex
-
- getNewTable() -
Method in class org.apache.hadoop.hive.metastore.events.AlterTableEvent
-
- getNewTable() -
Method in class org.apache.hadoop.hive.metastore.events.PreAlterTableEvent
-
- getNewToOldExprMap() -
Method in class org.apache.hadoop.hive.ql.ppd.ExprWalkerInfo
-
- getNext() -
Method in class org.apache.hadoop.hive.ql.exec.persistence.DCLLItem
- Get the next item.
- getNextBlockStart() -
Method in class org.apache.hadoop.hive.ql.io.IOContext
-
- getNextRow() -
Method in class org.apache.hadoop.hive.ql.exec.FetchOperator
- Get the next row.
- getNextRowSet(FetchOrientation, long) -
Method in class org.apache.hive.service.cli.operation.GetCatalogsOperation
-
- getNextRowSet(FetchOrientation, long) -
Method in class org.apache.hive.service.cli.operation.GetColumnsOperation
-
- getNextRowSet(FetchOrientation, long) -
Method in class org.apache.hive.service.cli.operation.GetFunctionsOperation
-
- getNextRowSet(FetchOrientation, long) -
Method in class org.apache.hive.service.cli.operation.GetSchemasOperation
-
- getNextRowSet(FetchOrientation, long) -
Method in class org.apache.hive.service.cli.operation.GetTablesOperation
-
- getNextRowSet(FetchOrientation, long) -
Method in class org.apache.hive.service.cli.operation.GetTableTypesOperation
-
- getNextRowSet(FetchOrientation, long) -
Method in class org.apache.hive.service.cli.operation.GetTypeInfoOperation
-
- getNextRowSet(FetchOrientation, long) -
Method in class org.apache.hive.service.cli.operation.HiveCommandOperation
-
- getNextRowSet(FetchOrientation, long) -
Method in class org.apache.hive.service.cli.operation.Operation
-
- getNextRowSet() -
Method in class org.apache.hive.service.cli.operation.Operation
-
- getNextRowSet(FetchOrientation, long) -
Method in class org.apache.hive.service.cli.operation.SQLOperation
-
- getNextSize(int) -
Method in class org.apache.hadoop.hive.ql.exec.CommonJoinOperator
-
- getNextTag() -
Method in class org.apache.hadoop.hive.ql.parse.QBJoinTree
-
- getNextToken() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
- Get the next Token.
- getNextToken() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTokenManager
- Get the next Token.
- getNGrams() -
Method in class org.apache.hadoop.hive.ql.udf.generic.NGramEstimator
- Returns the final top-k n-grams in a format suitable for returning to Hive.
- getNode() -
Method in class org.apache.hadoop.hive.ql.plan.api.Adjacency
-
- getNodeType() -
Method in class org.apache.hadoop.hive.ql.plan.api.Graph
-
- getNonFinalCandidates() -
Method in class org.apache.hadoop.hive.ql.ppd.ExprWalkerInfo
- Returns list of non-final candidate predicate for each map.
- getNoOuterJoin() -
Method in class org.apache.hadoop.hive.ql.parse.QBJoinTree
-
- getNoOuterJoin() -
Method in class org.apache.hadoop.hive.ql.plan.JoinDesc
-
- getNoSemiJoin() -
Method in class org.apache.hadoop.hive.ql.parse.QBJoinTree
-
- getNoStatsAggregator() -
Method in class org.apache.hadoop.hive.ql.plan.StatsWork
-
- getNotDeniedPartns() -
Method in class org.apache.hadoop.hive.ql.parse.PrunedPartitionList
- return all not-denied(confirmed + unknown) partitions.
- getNoUnion() -
Static method in class org.apache.hadoop.hive.ql.optimizer.unionproc.UnionProcFactory
-
- getNString(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getNString(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getNString(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getNString(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getNString(int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getNString(String) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getNString(int) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getNString(String) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getNthAncestor(Stack<Node>, int) -
Static method in class org.apache.hadoop.hive.ql.lib.Utils
- Gets the nth ancestor (the parent being the 1st ancestor) in the traversal
path.
- getNullable() -
Method in enum org.apache.hive.service.cli.Type
- Can you use NULL for this type?
- getNullExprProcessor() -
Static method in class org.apache.hadoop.hive.ql.parse.TypeCheckProcFactory
- Factory method to get NullExprProcessor.
- getNullSafes() -
Method in class org.apache.hadoop.hive.ql.parse.QBJoinTree
-
- getNullSafes() -
Method in class org.apache.hadoop.hive.ql.plan.JoinDesc
-
- getNullSafeString() -
Method in class org.apache.hadoop.hive.ql.plan.JoinDesc
-
- getNullSequence() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe.SerDeParameters
-
- getNullSequence() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyListObjectInspector
- Returns the NullSequence for this array.
- getNullSequence() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyMapObjectInspector
-
- getNullSequence() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector
-
- getNullSequence() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyUnionObjectInspector
-
- getNullString() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe.SerDeParameters
-
- getNum() -
Method in class org.apache.hadoop.hive.ql.exec.persistence.HashMapWrapper
-
- getNum() -
Method in class org.apache.hadoop.hive.ql.io.RecordTestObj
-
- getNumberBuckets() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableDesc
-
- getnumBitVectors() -
Method in class org.apache.hadoop.hive.ql.udf.generic.NumDistinctValueEstimator
-
- getNumBuckets() -
Method in class org.apache.hadoop.hive.metastore.api.StorageDescriptor
-
- getNumBuckets() -
Method in class org.apache.hadoop.hive.metastore.model.MStorageDescriptor
-
- getNumBuckets() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getNumBuckets() -
Method in class org.apache.hadoop.hive.ql.plan.AddPartitionDesc
-
- getNumBuckets() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableDesc
-
- getNumBuckets() -
Method in class org.apache.hadoop.hive.ql.plan.DynamicPartitionCtx
-
- getNumDistributionKeys() -
Method in class org.apache.hadoop.hive.ql.plan.ReduceSinkDesc
-
- getNumDPCols() -
Method in class org.apache.hadoop.hive.ql.plan.DynamicPartitionCtx
-
- getNumDVs() -
Method in class org.apache.hadoop.hive.metastore.api.DoubleColumnStatsData
-
- getNumDVs() -
Method in class org.apache.hadoop.hive.metastore.api.LongColumnStatsData
-
- getNumDVs() -
Method in class org.apache.hadoop.hive.metastore.api.StringColumnStatsData
-
- getNumDVs() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionColumnStatistics
-
- getNumDVs() -
Method in class org.apache.hadoop.hive.metastore.model.MTableColumnStatistics
-
- getNumerator() -
Method in class org.apache.hadoop.hive.ql.parse.TableSample
- Gets the numerator.
- getNumerator() -
Method in class org.apache.hadoop.hive.ql.plan.FilterDesc.sampleDesc
-
- getNumericFunctions() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getNumericFunctions() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getNumExprProcessor() -
Static method in class org.apache.hadoop.hive.ql.parse.TypeCheckProcFactory
- Factory method to get NumExprProcessor.
- getNumFalses() -
Method in class org.apache.hadoop.hive.metastore.api.BooleanColumnStatsData
-
- getNumFalses() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionColumnStatistics
-
- getNumFalses() -
Method in class org.apache.hadoop.hive.metastore.model.MTableColumnStatistics
-
- getNumFiles() -
Method in class org.apache.hadoop.hive.ql.plan.FileSinkDesc
-
- getNumGbys() -
Method in class org.apache.hadoop.hive.ql.parse.QB
-
- getNumInputs() -
Method in class org.apache.hadoop.hive.ql.optimizer.unionproc.UnionProcContext.UnionParseContext
-
- getNumInputs() -
Method in class org.apache.hadoop.hive.ql.plan.UnionDesc
-
- getNumJoins() -
Method in class org.apache.hadoop.hive.ql.parse.QB
-
- getNumMap() -
Method in class org.apache.hadoop.hive.ql.MapRedStats
-
- getNumMapTasks() -
Method in class org.apache.hadoop.hive.ql.plan.MapredWork
-
- getNumNulls() -
Method in class org.apache.hadoop.hive.metastore.api.BinaryColumnStatsData
-
- getNumNulls() -
Method in class org.apache.hadoop.hive.metastore.api.BooleanColumnStatsData
-
- getNumNulls() -
Method in class org.apache.hadoop.hive.metastore.api.DoubleColumnStatsData
-
- getNumNulls() -
Method in class org.apache.hadoop.hive.metastore.api.LongColumnStatsData
-
- getNumNulls() -
Method in class org.apache.hadoop.hive.metastore.api.StringColumnStatsData
-
- getNumNulls() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionColumnStatistics
-
- getNumNulls() -
Method in class org.apache.hadoop.hive.metastore.model.MTableColumnStatistics
-
- getNumPaths() -
Method in class org.apache.hadoop.hive.ql.io.CombineHiveInputFormat.CombineHiveInputSplit
- Returns the number of Paths in the split.
- getNumPaths() -
Method in interface org.apache.hadoop.hive.shims.HadoopShims.InputSplitShim
- Returns the number of Paths in the split.
- getNumPrecRadix() -
Method in class org.apache.hadoop.hive.jdbc.JdbcColumn
-
- getNumPrecRadix() -
Method in class org.apache.hive.jdbc.JdbcColumn
-
- getNumPrecRadix() -
Method in enum org.apache.hive.service.cli.Type
- Radix for this type (typically either 2 or 10)
Null is returned for data types where this is not applicable.
- getNumReduce() -
Method in class org.apache.hadoop.hive.ql.MapRedStats
-
- getNumReducers() -
Method in class org.apache.hadoop.hive.ql.plan.ReduceSinkDesc
- Returns the number of reducers for the map-reduce job.
- getNumReduceTasks() -
Method in class org.apache.hadoop.hive.ql.plan.MapredWork
- If the number of reducers is -1, the runtime will automatically figure it
out by input data size.
- getNumRows() -
Method in class org.apache.hadoop.hive.ql.exec.ListSinkOperator
-
- getNumRows() -
Method in class org.apache.hadoop.hive.service.ThriftHive.fetchN_args
-
- getNumSelDi() -
Method in class org.apache.hadoop.hive.ql.parse.QB
-
- getNumSels() -
Method in class org.apache.hadoop.hive.ql.parse.QB
-
- getNumSPCols() -
Method in class org.apache.hadoop.hive.ql.plan.DynamicPartitionCtx
-
- getNumSplits() -
Method in class org.apache.hadoop.hive.ql.io.BucketizedHiveInputSplit
-
- getNumTrues() -
Method in class org.apache.hadoop.hive.metastore.api.BooleanColumnStatsData
-
- getNumTrues() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionColumnStatistics
-
- getNumTrues() -
Method in class org.apache.hadoop.hive.metastore.model.MTableColumnStatistics
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_index_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_with_environment_context_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partitions_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_database_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_index_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_with_environment_context_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partitions_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_with_environment_context_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_by_name_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.cancel_delegation_token_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_database_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_role_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_with_environment_context_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_type_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.delete_partition_column_statistics_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.delete_table_column_statistics_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_database_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_index_by_name_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_by_name_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_role_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_table_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_type_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_all_databases_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_all_tables_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_config_value_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_database_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_databases_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_delegation_token_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_fields_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_index_by_name_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_indexes_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_by_name_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_column_statistics_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_ps_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_with_auth_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_filter_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_names_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_with_auth_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_with_auth_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_privilege_set_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_role_names_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_schema_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_column_statistics_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_names_by_filter_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_objects_by_name_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_tables_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.grant_privileges_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.grant_role_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.isPartitionMarkedForEvent_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.list_privileges_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.list_roles_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.markPartitionForEvent_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.partition_name_to_spec_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.partition_name_to_vals_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.rename_partition_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.renew_delegation_token_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.revoke_privileges_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.revoke_role_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.set_ugi_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.update_partition_column_statistics_result
-
- getO1() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.update_table_column_statistics_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_index_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_with_environment_context_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partitions_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_database_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_index_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_with_environment_context_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partitions_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_with_environment_context_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_by_name_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_database_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_with_environment_context_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_type_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.delete_partition_column_statistics_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.delete_table_column_statistics_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_database_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_index_by_name_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_by_name_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_type_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_database_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_fields_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_index_by_name_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_index_names_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_indexes_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_by_name_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_column_statistics_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_ps_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_with_auth_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_filter_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_names_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_with_auth_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_with_auth_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_schema_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_column_statistics_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_names_by_filter_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_objects_by_name_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_all_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.isPartitionMarkedForEvent_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.markPartitionForEvent_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.rename_partition_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.update_partition_column_statistics_result
-
- getO2() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.update_table_column_statistics_result
-
- getO3() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_index_result
-
- getO3() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_result
-
- getO3() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_with_environment_context_result
-
- getO3() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partitions_result
-
- getO3() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_by_name_result
-
- getO3() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_result
-
- getO3() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_database_result
-
- getO3() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_result
-
- getO3() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_with_environment_context_result
-
- getO3() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_type_result
-
- getO3() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.delete_partition_column_statistics_result
-
- getO3() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.delete_table_column_statistics_result
-
- getO3() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_database_result
-
- getO3() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_table_result
-
- getO3() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_fields_result
-
- getO3() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_column_statistics_result
-
- getO3() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_schema_result
-
- getO3() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_column_statistics_result
-
- getO3() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_names_by_filter_result
-
- getO3() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_objects_by_name_result
-
- getO3() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.isPartitionMarkedForEvent_result
-
- getO3() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.markPartitionForEvent_result
-
- getO3() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.update_partition_column_statistics_result
-
- getO3() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.update_table_column_statistics_result
-
- getO4() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_result
-
- getO4() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_with_environment_context_result
-
- getO4() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.delete_partition_column_statistics_result
-
- getO4() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.delete_table_column_statistics_result
-
- getO4() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_column_statistics_result
-
- getO4() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_column_statistics_result
-
- getO4() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.isPartitionMarkedForEvent_result
-
- getO4() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.markPartitionForEvent_result
-
- getO4() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.update_partition_column_statistics_result
-
- getO4() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.update_table_column_statistics_result
-
- getO5() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.isPartitionMarkedForEvent_result
-
- getO5() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.markPartitionForEvent_result
-
- getO6() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.isPartitionMarkedForEvent_result
-
- getO6() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.markPartitionForEvent_result
-
- getObj() -
Method in class org.apache.hadoop.hive.ql.exec.persistence.MapJoinObjectKey
-
- getObj() -
Method in class org.apache.hadoop.hive.ql.exec.persistence.MapJoinObjectValue
-
- getObj() -
Method in class org.apache.hadoop.hive.ql.exec.persistence.MapJoinSingleKey
-
- getObj() -
Method in class org.apache.hadoop.hive.ql.lockmgr.HiveLockObj
-
- getObj1() -
Method in class org.apache.hadoop.hive.ql.exec.persistence.MapJoinDoubleKeys
-
- getObj2() -
Method in class org.apache.hadoop.hive.ql.exec.persistence.MapJoinDoubleKeys
-
- getObject(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getObject(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getObject(int, Map<String, Class<?>>) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getObject(String, Map<String, Class<?>>) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getObject(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getObject(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getObject(int, Map<String, Class<?>>) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getObject(String, Map<String, Class<?>>) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getObject() -
Method in class org.apache.hadoop.hive.ql.plan.PrivilegeObjectDesc
-
- getObject() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazyNonPrimitive
-
- getObject() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazyObjectBase
- If the LazyObjectBase is a primitive Object, then deserialize it and return the
actual primitive Object.
- getObject() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazyPrimitive
- Returns the primitive object represented by this LazyObject.
- getObject() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazyStruct
-
- getObject() -
Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryNonPrimitive
-
- getObject() -
Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryPrimitive
- Returns the primitive object represented by this LazyBinaryObject.
- getObject() -
Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryStruct
-
- getObject() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardUnionObjectInspector.StandardUnion
-
- getObject() -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.UnionObject
- Get the Object.
- getObject(int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getObject(String) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getObject(int, Map<String, Class<?>>) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getObject(String, Map<String, Class<?>>) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getObject(int) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getObject(String) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getObject(int, Map<String, Class<?>>) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getObject(String, Map<String, Class<?>>) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getObjectDefinition() -
Method in class org.apache.hadoop.hive.ql.parse.ASTNodeOrigin
-
- getObjectInspector() -
Method in class org.apache.hadoop.hive.ql.exec.ColumnInfo
-
- getObjectInspector() -
Method in class org.apache.hadoop.hive.serde2.avro.AvroSerDe
-
- getObjectInspector() -
Method in class org.apache.hadoop.hive.serde2.binarysortable.BinarySortableSerDe
-
- getObjectInspector() -
Method in class org.apache.hadoop.hive.serde2.columnar.ColumnarSerDeBase
-
- getObjectInspector() -
Method in interface org.apache.hadoop.hive.serde2.Deserializer
- Get the object inspector that can be used to navigate through the internal
structure of the Object returned from deserialize(...).
- getObjectInspector() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDe
-
- getObjectInspector() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- Returns the ObjectInspector for the row.
- getObjectInspector() -
Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe
- Returns the ObjectInspector for the row.
- getObjectInspector() -
Method in class org.apache.hadoop.hive.serde2.MetadataTypedColumnsetSerDe
-
- getObjectInspector() -
Method in class org.apache.hadoop.hive.serde2.NullStructSerDe
-
- getObjectInspector() -
Method in class org.apache.hadoop.hive.serde2.RegexSerDe
-
- getObjectInspector() -
Method in class org.apache.hadoop.hive.serde2.TestSerDe
-
- getObjectInspector() -
Method in class org.apache.hadoop.hive.serde2.thrift.ThriftDeserializer
-
- getObjectInspector() -
Method in class org.apache.hadoop.hive.serde2.TypedSerDe
-
- getObjectInspectorName(ObjectInspector) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
- Get the class names of the ObjectInspector hierarchy.
- getObjectInspectorOptions() -
Method in class org.apache.hadoop.hive.serde2.thrift.ThriftByteStreamTypedSerDe
-
- getObjectInspectorOptions() -
Method in class org.apache.hadoop.hive.serde2.TypedSerDe
-
- getObjectInspectors() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyUnionObjectInspector
-
- getObjectInspectors() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedUnionObjectInspector
-
- getObjectInspectors() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardUnionObjectInspector
-
- getObjectInspectors() -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.UnionObjectInspector
- Returns the array of ObjectInspectors that are for each of the tags.
- getObjectInspectorsFromEvaluators(Map<Byte, List<ExprNodeEvaluator>>, ObjectInspector[], int) -
Static method in class org.apache.hadoop.hive.ql.exec.JoinUtil
-
- getObjectName() -
Method in class org.apache.hadoop.hive.metastore.api.HiveObjectRef
-
- getObjectName() -
Method in class org.apache.hadoop.hive.ql.parse.ASTNodeOrigin
-
- getObjectType() -
Method in class org.apache.hadoop.hive.metastore.api.HiveObjectRef
-
- getObjectType() -
Method in class org.apache.hadoop.hive.ql.parse.ASTNodeOrigin
-
- getObjectTypePtr() -
Method in class org.apache.hive.service.cli.thrift.TArrayTypeEntry
-
- getObjs() -
Method in class org.apache.hadoop.hive.ql.exec.CommonJoinOperator.IntermediateObject
-
- getOffset(int) -
Method in class org.apache.hadoop.hive.ql.io.CombineHiveInputFormat.CombineHiveInputSplit
- Returns the start offset of the ith Path.
- getOffset(int) -
Method in interface org.apache.hadoop.hive.shims.HadoopShims.InputSplitShim
- Returns the start offset of the ith Path.
- getOldColName() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableDesc
-
- getOldMapJoin() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext.GenMRMapJoinCtx
-
- getOldName() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableDesc
-
- getOldPartition() -
Method in class org.apache.hadoop.hive.metastore.events.AlterPartitionEvent
-
- getOldPartSpec() -
Method in class org.apache.hadoop.hive.ql.plan.RenamePartitionDesc
-
- getOldPartVals() -
Method in class org.apache.hadoop.hive.metastore.events.PreAlterPartitionEvent
-
- getOldTable() -
Method in class org.apache.hadoop.hive.metastore.events.AlterTableEvent
-
- getOldTable() -
Method in class org.apache.hadoop.hive.metastore.events.PreAlterTableEvent
-
- getOne() -
Method in class org.apache.hadoop.hive.ql.exec.Utilities.Tuple
-
- getOp() -
Method in enum org.apache.hadoop.hive.metastore.parser.ExpressionTree.Operator
-
- getOp() -
Method in class org.apache.hadoop.hive.ql.plan.AlterIndexDesc
-
- getOp() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableDesc
-
- getOp() -
Method in class org.apache.hadoop.hive.ql.ppd.ExprWalkerInfo
-
- getOpc() -
Method in class org.apache.hadoop.hive.ql.optimizer.index.RewriteQueryUsingAggregateIndexCtx
-
- getOpcode() -
Method in class org.apache.hadoop.hive.ql.parse.QBExpr
-
- getOperation() -
Method in class org.apache.hadoop.hive.ql.plan.RoleDDLDesc
-
- getOperationHandle() -
Method in class org.apache.hive.service.cli.thrift.TCancelOperationReq
-
- getOperationHandle() -
Method in class org.apache.hive.service.cli.thrift.TCloseOperationReq
-
- getOperationHandle() -
Method in class org.apache.hive.service.cli.thrift.TExecuteStatementResp
-
- getOperationHandle() -
Method in class org.apache.hive.service.cli.thrift.TFetchResultsReq
-
- getOperationHandle() -
Method in class org.apache.hive.service.cli.thrift.TGetCatalogsResp
-
- getOperationHandle() -
Method in class org.apache.hive.service.cli.thrift.TGetColumnsResp
-
- getOperationHandle() -
Method in class org.apache.hive.service.cli.thrift.TGetFunctionsResp
-
- getOperationHandle() -
Method in class org.apache.hive.service.cli.thrift.TGetOperationStatusReq
-
- getOperationHandle() -
Method in class org.apache.hive.service.cli.thrift.TGetResultSetMetadataReq
-
- getOperationHandle() -
Method in class org.apache.hive.service.cli.thrift.TGetSchemasResp
-
- getOperationHandle() -
Method in class org.apache.hive.service.cli.thrift.TGetTablesResp
-
- getOperationHandle() -
Method in class org.apache.hive.service.cli.thrift.TGetTableTypesResp
-
- getOperationHandle() -
Method in class org.apache.hive.service.cli.thrift.TGetTypeInfoResp
-
- getOperationId() -
Method in class org.apache.hive.service.cli.thrift.TOperationHandle
-
- getOperationManager() -
Method in class org.apache.hive.service.cli.session.SessionManager
-
- getOperationName() -
Method in enum org.apache.hadoop.hive.ql.plan.HiveOperation
-
- getOperationName() -
Method in enum org.apache.hadoop.hive.ql.plan.RoleDDLDesc.RoleOperation
-
- getOperationNextRowSet(OperationHandle) -
Method in class org.apache.hive.service.cli.operation.OperationManager
-
- getOperationNextRowSet(OperationHandle, FetchOrientation, long) -
Method in class org.apache.hive.service.cli.operation.OperationManager
-
- getOperationResultSetSchema(OperationHandle) -
Method in class org.apache.hive.service.cli.operation.OperationManager
-
- getOperationState(OperationHandle) -
Method in class org.apache.hive.service.cli.operation.OperationManager
-
- getOperationState(TOperationState) -
Static method in enum org.apache.hive.service.cli.OperationState
-
- getOperationState() -
Method in class org.apache.hive.service.cli.thrift.TGetOperationStatusResp
-
- getOperationStatus(OperationHandle) -
Method in class org.apache.hive.service.cli.CLIService
-
- getOperationStatus(OperationHandle) -
Method in class org.apache.hive.service.cli.CLIServiceClient
-
- getOperationStatus(OperationHandle) -
Method in class org.apache.hive.service.cli.EmbeddedCLIServiceClient
-
- getOperationStatus(OperationHandle) -
Method in interface org.apache.hive.service.cli.ICLIService
-
- GetOperationStatus(TGetOperationStatusReq, AsyncMethodCallback<TCLIService.AsyncClient.GetOperationStatus_call>) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.AsyncClient
-
- GetOperationStatus(TGetOperationStatusReq, AsyncMethodCallback<TCLIService.AsyncClient.GetOperationStatus_call>) -
Method in interface org.apache.hive.service.cli.thrift.TCLIService.AsyncIface
-
- GetOperationStatus(TGetOperationStatusReq) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Client
-
- GetOperationStatus(TGetOperationStatusReq) -
Method in interface org.apache.hive.service.cli.thrift.TCLIService.Iface
-
- GetOperationStatus(TGetOperationStatusReq) -
Method in class org.apache.hive.service.cli.thrift.ThriftCLIService
-
- getOperationStatus(OperationHandle) -
Method in class org.apache.hive.service.cli.thrift.ThriftCLIServiceClient
-
- getOperationType() -
Method in class org.apache.hive.service.cli.OperationHandle
-
- getOperationType(TOperationType) -
Static method in enum org.apache.hive.service.cli.OperationType
-
- getOperationType() -
Method in class org.apache.hive.service.cli.thrift.TOperationHandle
-
- getOperator() -
Method in class org.apache.hadoop.hive.ql.optimizer.pcr.PcrOpWalkerCtx.OpToDeleteInfo
-
- getOperatorAttributes() -
Method in class org.apache.hadoop.hive.ql.plan.api.Operator
-
- getOperatorAttributesSize() -
Method in class org.apache.hadoop.hive.ql.plan.api.Operator
-
- getOperatorCounters() -
Method in class org.apache.hadoop.hive.ql.plan.api.Operator
-
- getOperatorCountersSize() -
Method in class org.apache.hadoop.hive.ql.plan.api.Operator
-
- getOperatorGraph() -
Method in class org.apache.hadoop.hive.ql.plan.api.Task
-
- getOperatorId() -
Method in class org.apache.hadoop.hive.ql.exec.Operator
-
- getOperatorId() -
Method in class org.apache.hadoop.hive.ql.plan.api.Operator
-
- getOperatorList() -
Method in class org.apache.hadoop.hive.ql.plan.api.Task
-
- getOperatorListIterator() -
Method in class org.apache.hadoop.hive.ql.plan.api.Task
-
- getOperatorListSize() -
Method in class org.apache.hadoop.hive.ql.plan.api.Task
-
- getOperatorName() -
Static method in class org.apache.hadoop.hive.ql.exec.CommonJoinOperator
-
- getOperatorName() -
Static method in class org.apache.hadoop.hive.ql.exec.FileSinkOperator
-
- getOperatorName() -
Static method in class org.apache.hadoop.hive.ql.exec.FilterOperator
-
- getOperatorName() -
Static method in class org.apache.hadoop.hive.ql.exec.GroupByOperator
-
- getOperatorName() -
Static method in class org.apache.hadoop.hive.ql.exec.HashTableDummyOperator
-
- getOperatorName() -
Static method in class org.apache.hadoop.hive.ql.exec.HashTableSinkOperator
-
- getOperatorName() -
Static method in class org.apache.hadoop.hive.ql.exec.LateralViewForwardOperator
-
- getOperatorName() -
Static method in class org.apache.hadoop.hive.ql.exec.LateralViewJoinOperator
-
- getOperatorName() -
Static method in class org.apache.hadoop.hive.ql.exec.LimitOperator
-
- getOperatorName() -
Static method in class org.apache.hadoop.hive.ql.exec.MapJoinOperator
-
- getOperatorName() -
Static method in class org.apache.hadoop.hive.ql.exec.MapOperator
-
- getOperatorName() -
Static method in class org.apache.hadoop.hive.ql.exec.Operator
-
- getOperatorName() -
Static method in class org.apache.hadoop.hive.ql.exec.ReduceSinkOperator
-
- getOperatorName() -
Static method in class org.apache.hadoop.hive.ql.exec.ScriptOperator
-
- getOperatorName() -
Static method in class org.apache.hadoop.hive.ql.exec.SelectOperator
-
- getOperatorName() -
Static method in class org.apache.hadoop.hive.ql.exec.SMBMapJoinOperator
-
- getOperatorName() -
Static method in class org.apache.hadoop.hive.ql.exec.TableScanOperator
-
- getOperatorName() -
Static method in class org.apache.hadoop.hive.ql.exec.UDTFOperator
-
- getOperatorName() -
Static method in class org.apache.hadoop.hive.ql.exec.UnionOperator
-
- getOperatorToTableAccessMap() -
Method in class org.apache.hadoop.hive.ql.parse.TableAccessInfo
-
- getOperatorType() -
Method in class org.apache.hadoop.hive.ql.plan.api.Operator
-
- getOpParseCtx() -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
-
- getOpParseCtxMap() -
Method in class org.apache.hadoop.hive.ql.plan.MapredWork
-
- getOpTaskMap() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext
-
- getOpToParseCtxMap() -
Method in class org.apache.hadoop.hive.ql.optimizer.ColumnPrunerProcCtx
-
- getOpToPartList() -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
-
- getOpToPartPruner() -
Method in class org.apache.hadoop.hive.ql.optimizer.ppr.OpWalkerCtx
-
- getOpToPartPruner() -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
-
- getOpToPartToLBPruner() -
Method in class org.apache.hadoop.hive.ql.optimizer.listbucketingpruner.LBOpWalkerCtx
-
- getOpToPartToSkewedPruner() -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
-
- getOpToRemove() -
Method in class org.apache.hadoop.hive.ql.optimizer.pcr.PcrOpWalkerCtx
-
- getOpToSamplePruner() -
Method in class org.apache.hadoop.hive.ql.optimizer.SamplePruner.SamplePrunerCtx
-
- getOpToSamplePruner() -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
-
- getOpTreeSkel(Operator<?>) -
Static method in class org.apache.hadoop.hive.ql.exec.Utilities
-
- getOrder() -
Method in class org.apache.hadoop.hive.metastore.api.Order
-
- getOrder() -
Method in class org.apache.hadoop.hive.metastore.model.MOrder
-
- getOrder() -
Method in class org.apache.hadoop.hive.ql.plan.ReduceSinkDesc
- Returns the sort order of the key columns.
- getOrderByForClause(String) -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getOrdinal(int) -
Static method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFUtils
- Return an ordinal from an integer.
- getOrdinalPos() -
Method in class org.apache.hadoop.hive.jdbc.JdbcColumn
-
- getOrdinalPos() -
Method in class org.apache.hive.jdbc.JdbcColumn
-
- getOrdinalPosition() -
Method in class org.apache.hive.service.cli.ColumnDescriptor
-
- getOrientation() -
Method in class org.apache.hive.service.cli.thrift.TFetchResultsReq
-
- getOrigin() -
Method in class org.apache.hadoop.hive.ql.parse.ASTNode
-
- getOriginalLocation(Partition) -
Static method in class org.apache.hadoop.hive.metastore.MetaStoreUtils
-
- getOrigTable() -
Method in class org.apache.hadoop.hive.metastore.model.MIndex
-
- getOrigTableName() -
Method in class org.apache.hadoop.hive.metastore.api.Index
-
- getOrReplace() -
Method in class org.apache.hadoop.hive.ql.plan.CreateViewDesc
-
- getOtherTypeFromNullableType(Schema) -
Static method in class org.apache.hadoop.hive.serde2.avro.AvroSerdeUtils
- In a nullable type, get the schema for the non-nullable type.
- getOuterQueryLimit() -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getOutExpr(ExprNodeGenericFuncDesc, Object[]) -
Static method in class org.apache.hadoop.hive.ql.optimizer.pcr.PcrExprProcFactory
-
- getOutPath(String) -
Method in class org.apache.hadoop.hive.ql.exec.FileSinkOperator.FSPaths
- Update OutPath according to tmpPath.
- getOutPath(String, Path) -
Method in class org.apache.hadoop.hive.ql.exec.FileSinkOperator.FSPaths
- Update OutPath according to tmpPath.
- getOutput() -
Method in class org.apache.hadoop.hive.common.io.CachingPrintStream
-
- getOutputColumnLevelRequiredPriv() -
Method in class org.apache.hadoop.hive.ql.plan.HiveOperation.PrivilegeAgreement
-
- getOutputColumnNames() -
Method in class org.apache.hadoop.hive.ql.plan.GroupByDesc
-
- getOutputColumnNames() -
Method in class org.apache.hadoop.hive.ql.plan.HashTableSinkDesc
-
- getOutputColumnNames() -
Method in class org.apache.hadoop.hive.ql.plan.JoinDesc
-
- getOutputColumnNames() -
Method in class org.apache.hadoop.hive.ql.plan.SelectDesc
-
- getOutputDBLevelRequiredPriv() -
Method in class org.apache.hadoop.hive.ql.plan.HiveOperation.PrivilegeAgreement
-
- getOutputDir() -
Method in class org.apache.hadoop.hive.ql.io.rcfile.merge.MergeWork
-
- getOutputDir() -
Method in class org.apache.hadoop.hive.ql.parse.AlterTablePartMergeFilesDesc
-
- getOutputDirectory() -
Method in class org.apache.hadoop.hive.ant.QTestGenTask
-
- getOutputDirectory() -
Method in class org.apache.hadoop.hive.ql.QTestUtil
-
- getOutputFileFormatClass() -
Method in class org.apache.hadoop.hive.ql.plan.PartitionDesc
-
- getOutputFileFormatClass() -
Method in class org.apache.hadoop.hive.ql.plan.TableDesc
-
- getOutputFileFormatClassName() -
Method in class org.apache.hadoop.hive.ql.plan.PartitionDesc
-
- getOutputFileFormatClassName() -
Method in class org.apache.hadoop.hive.ql.plan.TableDesc
-
- getOutputFormat() -
Method in class org.apache.hadoop.hive.metastore.api.StorageDescriptor
-
- getOutputFormat() -
Method in class org.apache.hadoop.hive.metastore.model.MStorageDescriptor
-
- getOutputFormat() -
Method in class org.apache.hadoop.hive.ql.plan.AddPartitionDesc
-
- getOutputFormat() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableDesc
-
- getOutputFormat() -
Method in class org.apache.hadoop.hive.ql.plan.CreateIndexDesc
-
- getOutputFormat() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableDesc
-
- getOutputFormatClass() -
Method in class org.apache.hadoop.hive.ql.metadata.DefaultStorageHandler
-
- getOutputFormatClass() -
Method in interface org.apache.hadoop.hive.ql.metadata.HiveStorageHandler
-
- getOutputFormatClass() -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
-
- getOutputFormatClass() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getOutputFormatFinalPath(Path, String, JobConf, HiveOutputFormat<?, ?>, boolean, Path) -
Static method in class org.apache.hadoop.hive.ql.io.HiveFileFormatUtils
- Deprecated.
- getOutputFormatSubstitute(Class<?>) -
Static method in class org.apache.hadoop.hive.ql.io.HiveFileFormatUtils
- get a OutputFormat's substitute HiveOutputFormat.
- getOutputInternalColNames() -
Method in class org.apache.hadoop.hive.ql.plan.LateralViewJoinDesc
-
- getOutputKeyColumnNames() -
Method in class org.apache.hadoop.hive.ql.plan.ReduceSinkDesc
-
- getOutputObjectInspector() -
Method in class org.apache.hadoop.hive.ql.exec.FetchOperator
- returns output ObjectInspector, never null
- getOutputRequiredPrivileges() -
Method in enum org.apache.hadoop.hive.ql.plan.HiveOperation
-
- getOutputs() -
Method in class org.apache.hadoop.hive.ql.hooks.HookContext
-
- getOutputs() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext
- Get the output set.
- getOutputs() -
Method in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
-
- getOutputs() -
Method in interface org.apache.hadoop.hive.ql.parse.HiveSemanticAnalyzerHookContext
-
- getOutputs() -
Method in class org.apache.hadoop.hive.ql.parse.HiveSemanticAnalyzerHookContextImpl
-
- getOutputs() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getOutputs() -
Method in class org.apache.hadoop.hive.ql.plan.MoveWork
-
- getOutputs() -
Method in class org.apache.hadoop.hive.ql.QueryPlan
-
- getOutputTableLevelRequiredPriv() -
Method in class org.apache.hadoop.hive.ql.plan.HiveOperation.PrivilegeAgreement
-
- getOutputTableList() -
Method in class org.apache.hadoop.hive.ql.tools.LineageInfo
-
- getOutputUserLevelRequiredPriv() -
Method in class org.apache.hadoop.hive.ql.plan.HiveOperation.PrivilegeAgreement
-
- getOutputValueColumnNames() -
Method in class org.apache.hadoop.hive.ql.plan.ReduceSinkDesc
-
- getOutRecordReaderClass() -
Method in class org.apache.hadoop.hive.ql.plan.ScriptDesc
-
- getOutStream() -
Method in class org.apache.hadoop.hive.ql.session.SessionState.LogHelper
-
- getOutWriters() -
Method in class org.apache.hadoop.hive.ql.exec.FileSinkOperator.FSPaths
-
- getOverriddenConfigurations() -
Method in class org.apache.hadoop.hive.ql.session.SessionState
-
- getOwner() -
Method in class org.apache.hadoop.hive.metastore.api.Table
-
- getOwner() -
Method in class org.apache.hadoop.hive.metastore.model.MTable
-
- getOwner() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getOwnerName() -
Method in class org.apache.hadoop.hive.metastore.api.Role
-
- getOwnerName() -
Method in class org.apache.hadoop.hive.metastore.model.MRole
-
- getP() -
Method in class org.apache.hadoop.hive.ql.hooks.Entity
-
- getParameterCompletors() -
Method in class org.apache.hive.cli.beeline.AbstractCommandHandler
-
- getParameterMetaData() -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getParameterMetaData() -
Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
-
- getParameterMetaData() -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getParameterMetaData() -
Method in class org.apache.hive.jdbc.HivePreparedStatement
-
- getParameterObjectInspectors() -
Method in interface org.apache.hadoop.hive.ql.udf.generic.GenericUDAFParameterInfo
-
- getParameterObjectInspectors() -
Method in class org.apache.hadoop.hive.ql.udf.generic.SimpleGenericUDAFParameterInfo
-
- getParameters() -
Method in class org.apache.hadoop.hive.metastore.api.Database
-
- getParameters() -
Method in class org.apache.hadoop.hive.metastore.api.Index
-
- getParameters() -
Method in class org.apache.hadoop.hive.metastore.api.Partition
-
- getParameters() -
Method in class org.apache.hadoop.hive.metastore.api.SerDeInfo
-
- getParameters() -
Method in class org.apache.hadoop.hive.metastore.api.StorageDescriptor
-
- getParameters() -
Method in class org.apache.hadoop.hive.metastore.api.Table
-
- getParameters() -
Method in class org.apache.hadoop.hive.metastore.model.MDatabase
-
- getParameters() -
Method in class org.apache.hadoop.hive.metastore.model.MIndex
-
- getParameters() -
Method in class org.apache.hadoop.hive.metastore.model.MPartition
-
- getParameters() -
Method in class org.apache.hadoop.hive.metastore.model.MSerDeInfo
-
- getParameters() -
Method in class org.apache.hadoop.hive.metastore.model.MStorageDescriptor
-
- getParameters() -
Method in class org.apache.hadoop.hive.metastore.model.MTable
-
- getParameters() -
Method in class org.apache.hadoop.hive.ql.hooks.Entity
- Get the parameter map of the Entity.
- getParameters() -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
-
- getParameters() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getParameters() -
Method in class org.apache.hadoop.hive.ql.plan.AggregationDesc
-
- getParameters() -
Method in interface org.apache.hadoop.hive.ql.udf.generic.GenericUDAFParameterInfo
- Deprecated.
- getParameters() -
Method in class org.apache.hadoop.hive.ql.udf.generic.SimpleGenericUDAFParameterInfo
- Deprecated.
- getParametersSize() -
Method in class org.apache.hadoop.hive.metastore.api.Database
-
- getParametersSize() -
Method in class org.apache.hadoop.hive.metastore.api.Index
-
- getParametersSize() -
Method in class org.apache.hadoop.hive.metastore.api.Partition
-
- getParametersSize() -
Method in class org.apache.hadoop.hive.metastore.api.SerDeInfo
-
- getParametersSize() -
Method in class org.apache.hadoop.hive.metastore.api.StorageDescriptor
-
- getParametersSize() -
Method in class org.apache.hadoop.hive.metastore.api.Table
-
- getParameterTypeInfos(Method, int) -
Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoUtils
- Get the parameter TypeInfo for a method.
- getParent(Stack<Node>) -
Static method in class org.apache.hadoop.hive.ql.optimizer.lineage.OpProcFactory
- Returns the parent operator in the walk path to the current operator.
- getParent() -
Method in class org.apache.hadoop.hive.ql.optimizer.pcr.PcrOpWalkerCtx.OpToDeleteInfo
-
- getParentDir() -
Method in class org.apache.hadoop.hive.ql.plan.FileSinkDesc
-
- getParentOperators() -
Method in class org.apache.hadoop.hive.ql.exec.Operator
-
- getParentSession() -
Method in class org.apache.hive.service.cli.operation.Operation
-
- getParentTasks() -
Method in class org.apache.hadoop.hive.ql.exec.Task
-
- getParseContext() -
Method in class org.apache.hadoop.hive.ql.optimizer.index.RewriteCanApplyCtx
-
- getParseContext() -
Method in class org.apache.hadoop.hive.ql.optimizer.index.RewriteQueryUsingAggregateIndexCtx
-
- getParseContext() -
Method in class org.apache.hadoop.hive.ql.optimizer.listbucketingpruner.LBOpPartitionWalkerCtx
- Return parse context.
- getParseContext() -
Method in class org.apache.hadoop.hive.ql.optimizer.pcr.PcrOpWalkerCtx
-
- getParseContext() -
Method in class org.apache.hadoop.hive.ql.optimizer.physical.index.IndexWhereProcCtx
-
- getParseContext() -
Method in class org.apache.hadoop.hive.ql.optimizer.physical.PhysicalContext
-
- getParseContext() -
Method in class org.apache.hadoop.hive.ql.optimizer.unionproc.UnionProcContext
-
- getParseContext() -
Method in class org.apache.hadoop.hive.ql.parse.SemanticAnalyzer
-
- getParseContext() -
Method in class org.apache.hadoop.hive.ql.ppd.OpWalkerInfo
-
- getParseCtx() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext
-
- getParseCtx() -
Method in class org.apache.hadoop.hive.ql.optimizer.lineage.LineageCtx
- Gets the parse context.
- getParseCtx() -
Method in class org.apache.hadoop.hive.ql.optimizer.physical.MapJoinResolver.LocalMapJoinProcCtx
-
- getParseCtx() -
Method in class org.apache.hadoop.hive.ql.optimizer.physical.SkewJoinResolver.SkewJoinProcCtx
-
- getParsed() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazyMap
-
- getParsed() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazyStruct
-
- getParseInfo() -
Method in class org.apache.hadoop.hive.ql.parse.QB
-
- getParseTree() -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
-
- getPart() -
Method in class org.apache.hadoop.hive.ql.optimizer.listbucketingpruner.LBExprProcCtx
-
- getPart() -
Method in class org.apache.hadoop.hive.ql.optimizer.listbucketingpruner.LBOpWalkerCtx
-
- getPart_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_by_name_args
-
- getPart_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.delete_partition_column_statistics_args
-
- getPart_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_by_name_args
-
- getPart_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_by_name_args
-
- getPart_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_column_statistics_args
-
- getPart_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.partition_name_to_spec_args
-
- getPart_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.partition_name_to_vals_args
-
- getPart_vals() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_args
-
- getPart_vals() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_args
-
- getPart_vals() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_args
-
- getPart_vals() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_ps_args
-
- getPart_vals() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_with_auth_args
-
- getPart_vals() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_args
-
- getPart_vals() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_with_auth_args
-
- getPart_vals() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.isPartitionMarkedForEvent_args
-
- getPart_vals() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.markPartitionForEvent_args
-
- getPart_vals() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.rename_partition_args
-
- getPart_valsIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_args
-
- getPart_valsIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_args
-
- getPart_valsIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_args
-
- getPart_valsIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_ps_args
-
- getPart_valsIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_with_auth_args
-
- getPart_valsIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_args
-
- getPart_valsIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_with_auth_args
-
- getPart_valsIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.rename_partition_args
-
- getPart_valsSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_args
-
- getPart_valsSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_args
-
- getPart_valsSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_args
-
- getPart_valsSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_ps_args
-
- getPart_valsSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_with_auth_args
-
- getPart_valsSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_args
-
- getPart_valsSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_with_auth_args
-
- getPart_valsSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.isPartitionMarkedForEvent_args
-
- getPart_valsSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.markPartitionForEvent_args
-
- getPart_valsSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.rename_partition_args
-
- getPartColNames() -
Method in class org.apache.hadoop.hive.ql.plan.CreateViewDesc
-
- getPartCols() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getPartCols() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableDesc
-
- getPartCols() -
Method in class org.apache.hadoop.hive.ql.plan.CreateViewDesc
-
- getPartColsString() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableDesc
-
- getPartColsString() -
Method in class org.apache.hadoop.hive.ql.plan.CreateViewDesc
-
- getPartColumns() -
Method in class org.apache.hadoop.hive.ql.plan.TableScanDesc
-
- getPartDesc() -
Method in class org.apache.hadoop.hive.ql.plan.FetchWork
-
- getPartDescs(List<Path>) -
Method in class org.apache.hadoop.hive.ql.plan.FetchWork
-
- getPartDir() -
Method in class org.apache.hadoop.hive.ql.plan.FetchWork
-
- getPartDirPath() -
Method in class org.apache.hadoop.hive.ql.plan.FetchWork
-
- getPartialName(Partition, int) -
Static method in class org.apache.hadoop.hive.ql.exec.ArchiveUtils
- Get a prefix of the given parition's string representation.
- getPartition(String, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- getPartition() -
Method in class org.apache.hadoop.hive.metastore.events.AddPartitionEvent
-
- getPartition() -
Method in class org.apache.hadoop.hive.metastore.events.DropPartitionEvent
-
- getPartition() -
Method in class org.apache.hadoop.hive.metastore.events.PreAddPartitionEvent
-
- getPartition() -
Method in class org.apache.hadoop.hive.metastore.events.PreDropPartitionEvent
-
- getPartition(String, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
-
- getPartition(String, String, String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
-
- getPartition(String, String, List<String>) -
Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
-
- getPartition(String, String, String) -
Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
-
- getPartition() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege
-
- getPartition() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionColumnStatistics
-
- getPartition() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionPrivilege
-
- getPartition(String, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getPartition(String, String, List<String>) -
Method in interface org.apache.hadoop.hive.metastore.RawStore
-
- getPartition() -
Method in class org.apache.hadoop.hive.ql.hooks.Entity
- Get the partition associated with the entity.
- getPartition() -
Method in class org.apache.hadoop.hive.ql.hooks.LineageInfo.DataContainer
-
- getPartition(Table, Map<String, String>, boolean) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
-
- getPartition(Table, Map<String, String>, boolean, String, boolean) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
- Returns partition metadata
- getPartitionCols() -
Method in class org.apache.hadoop.hive.ql.plan.FileSinkDesc
-
- getPartitionCols() -
Method in class org.apache.hadoop.hive.ql.plan.ReduceSinkDesc
-
- getPartitionColumnStatistics(String, String, String, List<String>, String) -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- getPartitionColumnStatistics(String, String, String, String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
- Get partition level column statistics given dbName, tableName, partitionName and colName
- getPartitionColumnStatistics(String, String, String, String) -
Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
- Get partition level column statistics given dbName, tableName, partitionName and colName
- getPartitionColumnStatistics(String, String, String, List<String>, String) -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getPartitionColumnStatistics(String, String, String, List<String>, String) -
Method in interface org.apache.hadoop.hive.metastore.RawStore
- Returns the relevant column statistics for a given column in a given partition in a given
table in a given database if such statistics exist.
- getPartitionColumnStatistics(String, String, String, String) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
-
- getPartitionDesc(Partition) -
Static method in class org.apache.hadoop.hive.ql.exec.Utilities
-
- getPartitionDescFromPath(Map<String, PartitionDesc>, Path) -
Static method in class org.apache.hadoop.hive.ql.io.HiveInputFormat
-
- getPartitionDescFromPathRecursively(Map<String, PartitionDesc>, Path, Map<Map<String, PartitionDesc>, Map<String, PartitionDesc>>) -
Static method in class org.apache.hadoop.hive.ql.io.HiveFileFormatUtils
-
- getPartitionDescFromPathRecursively(Map<String, PartitionDesc>, Path, Map<Map<String, PartitionDesc>, Map<String, PartitionDesc>>, boolean) -
Static method in class org.apache.hadoop.hive.ql.io.HiveFileFormatUtils
-
- getPartitionDescFromTableDesc(TableDesc, Partition) -
Static method in class org.apache.hadoop.hive.ql.exec.Utilities
-
- getPartitionDescMap() -
Method in class org.apache.hadoop.hive.ql.io.IOPrepareCache
-
- getPartitionInformation(Partition) -
Static method in class org.apache.hadoop.hive.ql.metadata.formatting.MetaDataFormatUtils
-
- getPartitionKeys() -
Method in class org.apache.hadoop.hive.metastore.api.Table
-
- getPartitionKeys() -
Method in class org.apache.hadoop.hive.metastore.model.MTable
-
- getPartitionKeys() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getPartitionKeysIterator() -
Method in class org.apache.hadoop.hive.metastore.api.Table
-
- getPartitionKeysSize() -
Method in class org.apache.hadoop.hive.metastore.api.Table
-
- getPartitionName() -
Method in class org.apache.hadoop.hive.metastore.events.LoadPartitionDoneEvent
-
- getPartitionName() -
Method in class org.apache.hadoop.hive.metastore.events.PreLoadPartitionDoneEvent
-
- getPartitionName() -
Method in class org.apache.hadoop.hive.metastore.model.MPartition
-
- getPartitionName() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionColumnStatistics
-
- getPartitionName() -
Method in class org.apache.hadoop.hive.ql.metadata.CheckResult.PartitionResult
-
- getPartitionNames(String, short) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
-
- getPartitionNames(String, String, short) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
-
- getPartitionNames(String, String, Map<String, String>, short) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
-
- getPartitionPath(Database, String, LinkedHashMap<String, String>) -
Method in class org.apache.hadoop.hive.metastore.Warehouse
-
- getPartitionPath(Path, LinkedHashMap<String, String>) -
Method in class org.apache.hadoop.hive.metastore.Warehouse
-
- getPartitionPath() -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
-
- getPartitionPrivilegeSet(String, String, String, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- getPartitionPrivilegeSet(String, String, String, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getPartitionPrivilegeSet(String, String, String, String, List<String>) -
Method in interface org.apache.hadoop.hive.metastore.RawStore
-
- getPartitions(String, String, int) -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- getPartitions(String, String, int) -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getPartitions(String, String, int) -
Method in interface org.apache.hadoop.hive.metastore.RawStore
-
- getPartitions(Table) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
- get all the partitions that the table has
- getPartitions(Table, Map<String, String>, short) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
- get all the partitions of the table that matches the given partial
specification.
- getPartitions(Table, Map<String, String>) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
- get all the partitions of the table that matches the given partial
specification.
- getPartitions() -
Method in class org.apache.hadoop.hive.ql.optimizer.listbucketingpruner.LBOpPartitionWalkerCtx
- Return partitions.
- getPartitionsByFilter(String, String, String, short) -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- getPartitionsByFilter(String, String, String, short) -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getPartitionsByFilter(String, String, String, short) -
Method in interface org.apache.hadoop.hive.metastore.RawStore
-
- getPartitionsByFilter(Table, String) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
- Get a list of Partitions by filter.
- getPartitionsByNames(String, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- getPartitionsByNames(String, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
-
- getPartitionsByNames(String, String, List<String>) -
Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
- Get partitions by a list of partition names.
- getPartitionsByNames(String, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getPartitionsByNames(String, String, List<String>) -
Method in interface org.apache.hadoop.hive.metastore.RawStore
-
- getPartitionsByNames(Table, Map<String, String>) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
- get all the partitions of the table that matches the given partial
specification.
- getPartitionsByNames(Table, List<String>) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
- Get all partitions of the table that matches the list of given partition names.
- getPartitionsNotInMs() -
Method in class org.apache.hadoop.hive.ql.metadata.CheckResult
-
- getPartitionsNotOnFs() -
Method in class org.apache.hadoop.hive.ql.metadata.CheckResult
-
- getPartitionSpec() -
Method in class org.apache.hadoop.hive.ql.plan.LoadTableDesc
-
- getPartitionsWithAuth(String, String, short, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- getPartitionsWithAuth(String, String, short, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getPartitionsWithAuth(String, String, short, String, List<String>) -
Method in interface org.apache.hadoop.hive.metastore.RawStore
-
- getPartitionWithAuth(String, String, List<String>, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- getPartitionWithAuth(String, String, List<String>, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getPartitionWithAuth(String, String, List<String>, String, List<String>) -
Method in interface org.apache.hadoop.hive.metastore.RawStore
-
- getPartitionWithAuthInfo(String, String, List<String>, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
-
- getPartitionWithAuthInfo(String, String, List<String>, String, List<String>) -
Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
-
- getPartKVPairStringArray(LinkedHashMap<String, String>) -
Method in class org.apache.hadoop.hive.ql.index.TableBasedIndexHandler
-
- getPartList() -
Method in class org.apache.hadoop.hive.ql.optimizer.pcr.PcrExprProcCtx
-
- getPartName() -
Method in class org.apache.hadoop.hive.metastore.api.ColumnStatisticsDesc
-
- getPartName() -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getPartName() -
Method in class org.apache.hadoop.hive.ql.plan.ColumnStatsDesc
-
- getPartParams() -
Method in class org.apache.hadoop.hive.ql.plan.AddPartitionDesc
-
- getPartSchemaFromTableSchema(StorageDescriptor, StorageDescriptor, Map<String, String>, String, String, List<FieldSchema>, Properties) -
Static method in class org.apache.hadoop.hive.metastore.MetaStoreUtils
- Get partition level schema from table level schema.
- getPartSpec() -
Method in class org.apache.hadoop.hive.ql.index.IndexMetadataChangeWork
-
- getPartSpec() -
Method in class org.apache.hadoop.hive.ql.parse.AlterTablePartMergeFilesDesc
-
- getPartSpec() -
Method in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer.tableSpec
-
- getPartSpec() -
Method in class org.apache.hadoop.hive.ql.plan.AddPartitionDesc
-
- getPartSpec() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableDesc
-
- getPartSpec() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableSimpleDesc
-
- getPartSpec() -
Method in class org.apache.hadoop.hive.ql.plan.DescTableDesc
-
- getPartSpec() -
Method in class org.apache.hadoop.hive.ql.plan.DynamicPartitionCtx
-
- getPartSpec() -
Method in class org.apache.hadoop.hive.ql.plan.LockTableDesc
-
- getPartSpec() -
Method in class org.apache.hadoop.hive.ql.plan.PartitionDesc
-
- getPartSpec() -
Method in class org.apache.hadoop.hive.ql.plan.PrivilegeObjectDesc
-
- getPartSpec() -
Method in class org.apache.hadoop.hive.ql.plan.ShowLocksDesc
-
- getPartSpec() -
Method in class org.apache.hadoop.hive.ql.plan.ShowPartitionsDesc
-
- getPartSpec() -
Method in class org.apache.hadoop.hive.ql.plan.ShowTableStatusDesc
-
- getPartSpec() -
Method in class org.apache.hadoop.hive.ql.plan.UnlockTableDesc
-
- getPartSpecForAlias(String) -
Method in class org.apache.hadoop.hive.ql.parse.QBMetaData
-
- getPartSpecs() -
Method in class org.apache.hadoop.hive.ql.plan.DropTableDesc
-
- getPartSpecs() -
Method in class org.apache.hadoop.hive.ql.plan.MsckDesc
-
- getPartSpecWithoutOperator() -
Method in class org.apache.hadoop.hive.ql.plan.PartitionSpec
-
- getPartValues() -
Method in class org.apache.hadoop.hive.metastore.api.HiveObjectRef
-
- getPartValuesFromPartName(String) -
Static method in class org.apache.hadoop.hive.metastore.Warehouse
-
- getPartValuesIterator() -
Method in class org.apache.hadoop.hive.metastore.api.HiveObjectRef
-
- getPartValuesSize() -
Method in class org.apache.hadoop.hive.metastore.api.HiveObjectRef
-
- getPasswd() -
Method in class org.apache.hive.service.auth.PlainSaslServer.ExternalAuthenticationCallback
-
- getPassword() -
Method in class org.apache.hive.service.cli.session.Session
-
- getPassword() -
Method in class org.apache.hive.service.cli.thrift.TOpenSessionReq
-
- getPath() -
Method in class org.apache.hadoop.hive.ql.io.BucketizedHiveInputSplit
-
- getPath(int) -
Method in class org.apache.hadoop.hive.ql.io.CombineHiveInputFormat.CombineHiveInputSplit
- Returns the ith Path.
- getPath() -
Method in class org.apache.hadoop.hive.ql.io.HiveInputFormat.HiveInputSplit
-
- getPath() -
Method in class org.apache.hadoop.hive.ql.lockmgr.zookeeper.ZooKeeperHiveLock
-
- getPath() -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
-
- getPath(Sample) -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
-
- getPath() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getPath(int) -
Method in interface org.apache.hadoop.hive.shims.HadoopShims.InputSplitShim
- Returns the ith Path.
- getPaths() -
Method in class org.apache.hadoop.hive.ql.io.CombineHiveInputFormat.CombineHiveInputSplit
- Returns all the Paths in the split.
- getPaths() -
Method in interface org.apache.hadoop.hive.shims.HadoopShims.InputSplitShim
- Returns all the Paths in the split.
- getPathToAliases() -
Method in class org.apache.hadoop.hive.ql.plan.ConditionalResolverCommonJoin.ConditionalResolverCommonJoinCtx
-
- getPathToAliases() -
Method in class org.apache.hadoop.hive.ql.plan.MapredWork
-
- getPathToCS() -
Method in class org.apache.hadoop.hive.ql.Context
-
- getPathToPartitionInfo() -
Method in class org.apache.hadoop.hive.ql.plan.MapredWork
-
- getPattern() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_databases_args
-
- getPattern() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_tables_args
-
- getPattern() -
Method in class org.apache.hadoop.hive.ql.plan.ShowDatabasesDesc
-
- getPattern() -
Method in class org.apache.hadoop.hive.ql.plan.ShowFunctionsDesc
-
- getPattern() -
Method in class org.apache.hadoop.hive.ql.plan.ShowTablesDesc
-
- getPattern() -
Method in class org.apache.hadoop.hive.ql.plan.ShowTableStatusDesc
-
- getPctx() -
Method in class org.apache.hadoop.hive.ql.optimizer.Optimizer
-
- getPercent() -
Method in class org.apache.hadoop.hive.ql.parse.SplitSample
-
- getPerfLogger() -
Static method in class org.apache.hadoop.hive.ql.log.PerfLogger
-
- getPerfLogger(boolean) -
Static method in class org.apache.hadoop.hive.ql.log.PerfLogger
- Call this function to get an instance of PerfLogger.
- getPersistenceManager() -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getpGraphContext() -
Method in class org.apache.hadoop.hive.ql.optimizer.MapJoinProcessor.MapJoinWalkerCtx
-
- getpGraphContext() -
Method in class org.apache.hadoop.hive.ql.optimizer.SkewJoinOptimizer.SkewJoinOptProcCtx
-
- getPlainProcessorFactory(ThriftCLIService) -
Static method in class org.apache.hive.service.auth.PlainSaslHelper
-
- getPlainTransport(String, String, TTransport) -
Static method in class org.apache.hive.service.auth.PlainSaslHelper
-
- getPlainTransportFactory(String) -
Static method in class org.apache.hive.service.auth.PlainSaslHelper
-
- getPlan() -
Method in class org.apache.hadoop.hive.ql.Driver
-
- getPort() -
Method in class org.apache.hadoop.hive.cli.CliSessionState
-
- getPort() -
Method in class org.apache.hive.jdbc.Utils.JdbcConnectionParams
-
- getPos() -
Method in class org.apache.hadoop.hive.ql.io.avro.AvroGenericRecordReader
-
- getPos() -
Method in class org.apache.hadoop.hive.ql.io.BucketizedHiveRecordReader
-
- getPos() -
Method in class org.apache.hadoop.hive.ql.io.CombineHiveRecordReader
-
- getPos() -
Method in class org.apache.hadoop.hive.ql.io.FlatFileInputFormat.FlatFileRecordReader
-
- getPos() -
Method in class org.apache.hadoop.hive.ql.io.HiveRecordReader
-
- getPos() -
Method in class org.apache.hadoop.hive.ql.io.OneNullRowInputFormat.OneNullRowRecordReader
-
- getPos() -
Method in class org.apache.hadoop.hive.ql.io.rcfile.merge.RCFileBlockMergeRecordReader
-
- getPos() -
Method in class org.apache.hadoop.hive.ql.io.RCFileRecordReader
-
- getPosBigTable() -
Method in class org.apache.hadoop.hive.ql.plan.HashTableSinkDesc
-
- getPosBigTable() -
Method in class org.apache.hadoop.hive.ql.plan.MapJoinDesc
-
- getPosition() -
Method in class org.apache.hadoop.hive.common.io.NonSyncByteArrayInputStream
-
- getPosition() -
Method in class org.apache.hadoop.hive.ql.io.NonSyncDataInputBuffer
- Returns the current position in the input.
- getPosition() -
Method in class org.apache.hadoop.hive.ql.io.RCFile.Reader
- Return the current byte position in the input file.
- getPosition(String) -
Method in class org.apache.hadoop.hive.ql.parse.RowResolver
-
- getPosition() -
Method in class org.apache.hadoop.hive.ql.plan.ExplosionDesc
-
- getPosition() -
Method in class org.apache.hive.service.cli.thrift.TColumnDesc
-
- getPositionFromInternalName(String) -
Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getPositionParent(AbstractMapJoinOperator<? extends MapJoinDesc>, Stack<Node>) -
Static method in class org.apache.hadoop.hive.ql.optimizer.MapJoinFactory
-
- getPositionParent(UnionOperator, Stack<Node>) -
Static method in class org.apache.hadoop.hive.ql.optimizer.unionproc.UnionProcFactory
-
- getPosToAliasMap() -
Method in class org.apache.hadoop.hive.ql.exec.CommonJoinOperator
-
- getPrecision(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveResultSetMetaData
-
- getPrecision(int) -
Method in class org.apache.hive.jdbc.HiveResultSetMetaData
-
- getPrecision() -
Method in enum org.apache.hive.service.cli.Type
- Maximum precision for numeric types.
- getPredicate() -
Method in class org.apache.hadoop.hive.ql.plan.FilterDesc
-
- getPredicateColumnsList() -
Method in class org.apache.hadoop.hive.ql.optimizer.index.RewriteCanApplyCtx
-
- getPrefixedTaskIdFromFilename(String) -
Static method in class org.apache.hadoop.hive.ql.exec.Utilities
- Get the part-spec + task id from the filename.
- getPreserved() -
Method in class org.apache.hadoop.hive.ql.parse.JoinCond
-
- getPreserved() -
Method in class org.apache.hadoop.hive.ql.plan.JoinCondDesc
-
- getPrev() -
Method in class org.apache.hadoop.hive.ql.exec.persistence.DCLLItem
- Get the previous item.
- getPrimaryKeys(String, String, String) -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getPrimaryKeys(String, String, String) -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getPrimarySeparator() -
Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
- Inspect the separators this instance is configured with.
- getPrimitiveCategory() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveObjectInspector
- Return the associated primitive category for this primitive
ObjectInspector.
- getPrimitiveCategory() -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
- Get the primitive category of the PrimitiveObjectInspector.
- getPrimitiveCategory() -
Method in class org.apache.hadoop.hive.serde2.typeinfo.PrimitiveTypeInfo
-
- getPrimitiveEntry() -
Method in class org.apache.hive.service.cli.thrift.TTypeEntry
-
- getPrimitiveJavaClass() -
Method in class org.apache.hadoop.hive.serde2.typeinfo.PrimitiveTypeInfo
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyBigDecimalObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyBinaryObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyBooleanObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyByteObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyDoubleObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyFloatObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyIntObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyLongObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyShortObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyStringObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyTimestampObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyVoidObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveJavaObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.BigDecimalObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.BinaryObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaBigDecimalObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaBinaryObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaStringObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaTimestampObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.StringObjectInspector
- Get the String representation of the data.
- getPrimitiveJavaObject(Object) -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.TimestampObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableBigDecimalObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableBinaryObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableBooleanObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableByteObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableDoubleObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableFloatObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableIntObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableLongObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableShortObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableStringObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableTimestampObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableVoidObjectInspector
-
- getPrimitiveJavaObject(Object) -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
- Get the Java Primitive object.
- getPrimitiveJavaObjectInspector(PrimitiveObjectInspector.PrimitiveCategory) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
- Returns the PrimitiveJavaObjectInspector for the PrimitiveCategory.
- getPrimitiveObjectInspectorFromClass(Class<?>) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
- Returns an ObjectInspector for a primitive Class.
- getPrimitiveTypeInfo(String) -
Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
-
- getPrimitiveTypeInfoFromJavaPrimitive(Class<?>) -
Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
-
- getPrimitiveTypeInfoFromPrimitiveWritable(Class<?>) -
Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
-
- getPrimitiveWritableClass() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveObjectInspector
- Return the associated primitive Writable class for this primitive
ObjectInspector.
- getPrimitiveWritableClass() -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
- Get the Primitive Writable class which is the return type of
getPrimitiveWritableObject() and copyToPrimitiveWritableObject().
- getPrimitiveWritableClass() -
Method in class org.apache.hadoop.hive.serde2.typeinfo.PrimitiveTypeInfo
-
- getPrimitiveWritableConstantObjectInspector(PrimitiveObjectInspector.PrimitiveCategory, Object) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
- Returns a PrimitiveWritableObjectInspector which implements ConstantObjectInspector
for the PrimitiveCategory.
- getPrimitiveWritableObject(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.AbstractPrimitiveLazyObjectInspector
-
- getPrimitiveWritableObject(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyBinaryObjectInspector
-
- getPrimitiveWritableObject(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyStringObjectInspector
-
- getPrimitiveWritableObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveWritableObjectInspector
-
- getPrimitiveWritableObject(Object) -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.BigDecimalObjectInspector
-
- getPrimitiveWritableObject(Object) -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.BinaryObjectInspector
-
- getPrimitiveWritableObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaBigDecimalObjectInspector
-
- getPrimitiveWritableObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaBinaryObjectInspector
-
- getPrimitiveWritableObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaBooleanObjectInspector
-
- getPrimitiveWritableObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaByteObjectInspector
-
- getPrimitiveWritableObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaDoubleObjectInspector
-
- getPrimitiveWritableObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaFloatObjectInspector
-
- getPrimitiveWritableObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaIntObjectInspector
-
- getPrimitiveWritableObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaLongObjectInspector
-
- getPrimitiveWritableObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaShortObjectInspector
-
- getPrimitiveWritableObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaStringObjectInspector
-
- getPrimitiveWritableObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaTimestampObjectInspector
-
- getPrimitiveWritableObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaVoidObjectInspector
-
- getPrimitiveWritableObject(Object) -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.StringObjectInspector
- Get the Text representation of the data.
- getPrimitiveWritableObject(Object) -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.TimestampObjectInspector
-
- getPrimitiveWritableObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableBigDecimalObjectInspector
-
- getPrimitiveWritableObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableBinaryObjectInspector
-
- getPrimitiveWritableObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableStringObjectInspector
-
- getPrimitiveWritableObject(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableTimestampObjectInspector
-
- getPrimitiveWritableObject(Object) -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
- Return the data in an instance of primitive writable Object.
- getPrimitiveWritableObjectInspector(PrimitiveObjectInspector.PrimitiveCategory) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorFactory
- Returns the PrimitiveWritableObjectInspector for the PrimitiveCategory.
- getPrincipal_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.grant_role_args
-
- getPrincipal_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.list_privileges_args
-
- getPrincipal_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.list_roles_args
-
- getPrincipal_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.revoke_role_args
-
- getPrincipal_type() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.grant_role_args
-
- getPrincipal_type() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.list_privileges_args
-
- getPrincipal_type() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.list_roles_args
-
- getPrincipal_type() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.revoke_role_args
-
- getPrincipalDesc() -
Method in class org.apache.hadoop.hive.ql.plan.GrantRevokeRoleDDL
-
- getPrincipalDesc() -
Method in class org.apache.hadoop.hive.ql.plan.ShowGrantDesc
-
- getPrincipalName() -
Method in class org.apache.hadoop.hive.metastore.api.HiveObjectPrivilege
-
- getPrincipalName() -
Method in class org.apache.hadoop.hive.metastore.model.MDBPrivilege
-
- getPrincipalName() -
Method in class org.apache.hadoop.hive.metastore.model.MGlobalPrivilege
-
- getPrincipalName() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege
-
- getPrincipalName() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionPrivilege
-
- getPrincipalName() -
Method in class org.apache.hadoop.hive.metastore.model.MRoleMap
-
- getPrincipalName() -
Method in class org.apache.hadoop.hive.metastore.model.MTableColumnPrivilege
-
- getPrincipalName() -
Method in class org.apache.hadoop.hive.metastore.model.MTablePrivilege
-
- getPrincipals() -
Method in class org.apache.hadoop.hive.ql.plan.GrantDesc
-
- getPrincipals() -
Method in class org.apache.hadoop.hive.ql.plan.RevokeDesc
-
- getPrincipalType() -
Method in class org.apache.hadoop.hive.metastore.api.HiveObjectPrivilege
-
- getPrincipalType(String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- getPrincipalType() -
Method in class org.apache.hadoop.hive.metastore.model.MDBPrivilege
-
- getPrincipalType() -
Method in class org.apache.hadoop.hive.metastore.model.MGlobalPrivilege
-
- getPrincipalType() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege
-
- getPrincipalType() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionPrivilege
-
- getPrincipalType() -
Method in class org.apache.hadoop.hive.metastore.model.MRoleMap
-
- getPrincipalType() -
Method in class org.apache.hadoop.hive.metastore.model.MTableColumnPrivilege
-
- getPrincipalType() -
Method in class org.apache.hadoop.hive.metastore.model.MTablePrivilege
-
- getPrincipalType() -
Method in class org.apache.hadoop.hive.ql.plan.RoleDDLDesc
-
- getPriv() -
Method in class org.apache.hadoop.hive.ql.security.authorization.Privilege
-
- getPrivilege() -
Method in class org.apache.hadoop.hive.metastore.api.PrivilegeGrantInfo
-
- getPrivilege() -
Method in class org.apache.hadoop.hive.metastore.model.MDBPrivilege
-
- getPrivilege() -
Method in class org.apache.hadoop.hive.metastore.model.MGlobalPrivilege
-
- getPrivilege() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege
-
- getPrivilege() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionPrivilege
-
- getPrivilege() -
Method in class org.apache.hadoop.hive.metastore.model.MTableColumnPrivilege
-
- getPrivilege() -
Method in class org.apache.hadoop.hive.metastore.model.MTablePrivilege
-
- getPrivilege() -
Method in class org.apache.hadoop.hive.ql.plan.PrivilegeDesc
-
- getPrivilege(Privilege.PrivilegeType) -
Static method in class org.apache.hadoop.hive.ql.security.authorization.PrivilegeRegistry
-
- getPrivilege(int) -
Static method in class org.apache.hadoop.hive.ql.security.authorization.PrivilegeRegistry
-
- getPrivilege(String) -
Static method in class org.apache.hadoop.hive.ql.security.authorization.PrivilegeRegistry
-
- getPrivileges() -
Method in class org.apache.hadoop.hive.metastore.api.Database
-
- getPrivileges() -
Method in class org.apache.hadoop.hive.metastore.api.Partition
-
- getPrivileges() -
Method in class org.apache.hadoop.hive.metastore.api.PrivilegeBag
-
- getPrivileges() -
Method in class org.apache.hadoop.hive.metastore.api.Table
-
- getPrivileges() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.grant_privileges_args
-
- getPrivileges() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.revoke_privileges_args
-
- getPrivileges() -
Method in class org.apache.hadoop.hive.ql.plan.GrantDesc
-
- getPrivileges() -
Method in class org.apache.hadoop.hive.ql.plan.RevokeDesc
-
- getPrivilegesIterator() -
Method in class org.apache.hadoop.hive.metastore.api.PrivilegeBag
-
- getPrivilegesSize() -
Method in class org.apache.hadoop.hive.metastore.api.PrivilegeBag
-
- getPrivilegeSubjectDesc() -
Method in class org.apache.hadoop.hive.ql.plan.GrantDesc
-
- getPrivilegeSubjectDesc() -
Method in class org.apache.hadoop.hive.ql.plan.RevokeDesc
-
- getPrivTypeByName(String) -
Static method in class org.apache.hadoop.hive.ql.security.authorization.Privilege
-
- getPrivTypeByToken(int) -
Static method in class org.apache.hadoop.hive.ql.security.authorization.Privilege
-
- getProcedureColumns(String, String, String, String) -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getProcedureColumns(String, String, String, String) -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getProcedures(String, String, String) -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getProcedures(String, String, String) -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getProcedureTerm() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getProcedureTerm() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getProcessor(TTransport) -
Method in class org.apache.hadoop.hive.service.HiveServer.ThriftHiveProcessorFactory
-
- getProgress() -
Method in class org.apache.hadoop.hive.ql.io.avro.AvroGenericRecordReader
-
- getProgress() -
Method in class org.apache.hadoop.hive.ql.io.BucketizedHiveRecordReader
-
- getProgress() -
Method in class org.apache.hadoop.hive.ql.io.CombineHiveRecordReader
-
- getProgress() -
Method in class org.apache.hadoop.hive.ql.io.FlatFileInputFormat.FlatFileRecordReader
-
- getProgress() -
Method in class org.apache.hadoop.hive.ql.io.HiveContextAwareRecordReader
-
- getProgress() -
Method in class org.apache.hadoop.hive.ql.io.HiveRecordReader
-
- getProgress() -
Method in class org.apache.hadoop.hive.ql.io.OneNullRowInputFormat.OneNullRowRecordReader
-
- getProgress() -
Method in class org.apache.hadoop.hive.ql.io.rcfile.merge.RCFileBlockMergeRecordReader
- Return the progress within the input split.
- getProgress() -
Method in class org.apache.hadoop.hive.ql.io.RCFileRecordReader
- Return the progress within the input split.
- getProperties() -
Method in class org.apache.hadoop.hive.metastore.api.EnvironmentContext
-
- getProperties() -
Method in class org.apache.hadoop.hive.metastore.api.Schema
-
- getProperties() -
Method in class org.apache.hadoop.hive.ql.plan.PartitionDesc
-
- getProperties() -
Method in class org.apache.hadoop.hive.ql.plan.TableDesc
-
- getPropertiesSize() -
Method in class org.apache.hadoop.hive.metastore.api.EnvironmentContext
-
- getPropertiesSize() -
Method in class org.apache.hadoop.hive.metastore.api.Schema
-
- getProperty() -
Method in class org.apache.hadoop.hive.ant.GetVersionPref
-
- getProperty(String) -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getPropertyInfo(String, Properties) -
Method in class org.apache.hadoop.hive.jdbc.HiveDriver
-
- getPropertyInfo(String, Properties) -
Method in class org.apache.hive.jdbc.HiveDriver
-
- getPropertyName() -
Method in class org.apache.hadoop.hive.ql.plan.ShowTblPropertiesDesc
-
- getProps() -
Method in class org.apache.hadoop.hive.ql.plan.AlterIndexDesc
-
- getProps() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableDesc
-
- getProtectMode() -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
-
- getProtectMode() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getProtectModeFromString(String) -
Static method in class org.apache.hadoop.hive.metastore.ProtectMode
-
- getProtectModeType() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableDesc
-
- getProtocol(TTransport) -
Method in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol.Factory
-
- getProtocol(TTransport) -
Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol.Factory
-
- getProtocolFactoryByName(String) -
Static method in class org.apache.hadoop.hive.serde2.thrift.TReflectionUtils
-
- getProxy(HiveConf, String) -
Static method in class org.apache.hadoop.hive.metastore.RetryingHMSHandler
-
- getProxy(HiveConf, HiveMetaHookLoader, String) -
Static method in class org.apache.hadoop.hive.metastore.RetryingMetaStoreClient
-
- getProxy(HiveConf, Configuration, String, int) -
Static method in class org.apache.hadoop.hive.metastore.RetryingRawStore
-
- getPrunedColList(Operator<? extends OperatorDesc>) -
Method in class org.apache.hadoop.hive.ql.optimizer.ColumnPrunerProcCtx
-
- getPrunedColLists() -
Method in class org.apache.hadoop.hive.ql.optimizer.ColumnPrunerProcCtx
-
- getPrunedPartitions() -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
-
- getPrunedPartitions(String, TableScanOperator) -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
-
- getPrunedPreds(Operator<? extends OperatorDesc>) -
Method in class org.apache.hadoop.hive.ql.ppd.OpWalkerInfo
-
- getPublicId() -
Method in class org.apache.hive.service.cli.HandleIdentifier
-
- getQB() -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
-
- getQB() -
Method in class org.apache.hadoop.hive.ql.parse.QBExpr
-
- getQB() -
Method in class org.apache.hadoop.hive.ql.parse.SemanticAnalyzer
-
- getQBExpr1() -
Method in class org.apache.hadoop.hive.ql.parse.QBExpr
-
- getQBExpr2() -
Method in class org.apache.hadoop.hive.ql.parse.QBExpr
-
- getQbJoinTree() -
Method in class org.apache.hadoop.hive.ql.parse.QB
-
- getQMap() -
Method in class org.apache.hadoop.hive.ql.QTestUtil
-
- getQuantileArray(ConstantObjectInspector) -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFPercentileApprox.GenericUDAFPercentileApproxEvaluator
-
- getQueries() -
Method in class org.apache.hadoop.hive.hwi.HWISessionItem
- Returns an unmodifiable list of queries.
- getQueries() -
Method in class org.apache.hadoop.hive.ql.plan.api.QueryPlan
-
- getQueriesIterator() -
Method in class org.apache.hadoop.hive.ql.plan.api.QueryPlan
-
- getQueriesSize() -
Method in class org.apache.hadoop.hive.ql.plan.api.QueryPlan
-
- getQuery() -
Method in class org.apache.hadoop.hive.ql.QueryPlan
-
- getQuery() -
Method in class org.apache.hadoop.hive.service.ThriftHive.execute_args
-
- getQueryAttributes() -
Method in class org.apache.hadoop.hive.ql.plan.api.Query
-
- getQueryAttributesSize() -
Method in class org.apache.hadoop.hive.ql.plan.api.Query
-
- getQueryCounters() -
Method in class org.apache.hadoop.hive.ql.plan.api.Query
-
- getQueryCountersSize() -
Method in class org.apache.hadoop.hive.ql.plan.api.Query
-
- getQueryDirectory() -
Method in class org.apache.hadoop.hive.ant.QTestGenTask
-
- getQueryFile() -
Method in class org.apache.hadoop.hive.ant.QTestGenTask
-
- getQueryFileRegex() -
Method in class org.apache.hadoop.hive.ant.QTestGenTask
-
- getQueryId() -
Method in class org.apache.hadoop.hive.ql.lockmgr.HiveLockObject.HiveLockObjectData
-
- getQueryId() -
Method in class org.apache.hadoop.hive.ql.plan.api.Query
-
- getQueryId() -
Method in class org.apache.hadoop.hive.ql.plan.LockTableDesc
-
- getQueryId() -
Method in class org.apache.hadoop.hive.ql.QueryPlan
-
- getQueryId() -
Method in class org.apache.hadoop.hive.ql.session.SessionState
-
- getQueryListFile() -
Method in class org.apache.hadoop.hive.ant.QTestGenTask
-
- getQueryMatches() -
Method in class org.apache.hadoop.hive.ql.exec.errors.RegexErrorHeuristic
-
- getQueryPartitions() -
Method in class org.apache.hadoop.hive.ql.index.HiveIndexQueryContext
-
- getQueryPlan() -
Method in class org.apache.hadoop.hive.ql.Driver
-
- getQueryPlan() -
Method in class org.apache.hadoop.hive.ql.exec.Task
-
- getQueryPlan() -
Method in class org.apache.hadoop.hive.ql.hooks.HookContext
-
- getQueryPlan() -
Method in class org.apache.hadoop.hive.ql.QueryPlan
-
- getQueryPlan() -
Method in class org.apache.hadoop.hive.service.HiveServer.HiveServerHandler
-
- getQueryPlan(AsyncMethodCallback<ThriftHive.AsyncClient.getQueryPlan_call>) -
Method in class org.apache.hadoop.hive.service.ThriftHive.AsyncClient
-
- getQueryPlan(AsyncMethodCallback<ThriftHive.AsyncClient.getQueryPlan_call>) -
Method in interface org.apache.hadoop.hive.service.ThriftHive.AsyncIface
-
- getQueryPlan() -
Method in class org.apache.hadoop.hive.service.ThriftHive.Client
-
- getQueryPlan() -
Method in interface org.apache.hadoop.hive.service.ThriftHive.Iface
-
- getQueryProperties() -
Method in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
-
- getQueryProperties() -
Method in class org.apache.hadoop.hive.ql.QueryPlan
-
- getQueryRegex() -
Method in class org.apache.hadoop.hive.ql.exec.errors.RegexErrorHeuristic
-
- getQueryRet() -
Method in class org.apache.hadoop.hive.hwi.HWISessionItem
- The HWISessionItem stores the result of each query in an array.
- getQueryStartTime() -
Method in class org.apache.hadoop.hive.ql.QueryPlan
-
- getQueryStr() -
Method in class org.apache.hadoop.hive.ql.lockmgr.HiveLockObject.HiveLockObjectData
-
- getQueryStr() -
Method in class org.apache.hadoop.hive.ql.plan.LockTableDesc
-
- getQueryStr() -
Method in class org.apache.hadoop.hive.ql.QueryPlan
-
- getQueryString() -
Method in class org.apache.hadoop.hive.ql.QueryPlan
-
- getQueryTasks() -
Method in class org.apache.hadoop.hive.ql.index.HiveIndexQueryContext
-
- getQueryTimeout() -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getQueryTimeout() -
Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
-
- getQueryTimeout() -
Method in class org.apache.hadoop.hive.jdbc.HiveStatement
-
- getQueryTimeout() -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getQueryTimeout() -
Method in class org.apache.hive.jdbc.HivePreparedStatement
-
- getQueryTimeout() -
Method in class org.apache.hive.jdbc.HiveStatement
-
- getQueryType() -
Method in class org.apache.hadoop.hive.ql.plan.api.Query
-
- getQueued() -
Method in class org.apache.hadoop.hive.ql.exec.Task
-
- getRandBA(Random, int) -
Static method in class org.apache.hadoop.hive.serde2.binarysortable.TestBinarySortableSerDe
-
- getRandBigDecimal(Random) -
Static method in class org.apache.hadoop.hive.serde2.binarysortable.TestBinarySortableSerDe
-
- getRandIntegerArray(Random) -
Static method in class org.apache.hadoop.hive.serde2.binarysortable.TestBinarySortableSerDe
-
- getRandomWaitTime(int, int, Random) -
Static method in class org.apache.hadoop.hive.ql.exec.Utilities
- Introducing a random factor to the wait time before another retry.
- getRandString(Random) -
Static method in class org.apache.hadoop.hive.serde2.binarysortable.TestBinarySortableSerDe
-
- getRandString(Random, String, int) -
Static method in class org.apache.hadoop.hive.serde2.binarysortable.TestBinarySortableSerDe
-
- getRawDataSerializedSize() -
Method in class org.apache.hadoop.hive.serde2.columnar.ColumnarStructBase
-
- getRawDataSerializedSize() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazyStruct
-
- getRawDataSerializedSize() -
Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryStruct
-
- getRawDataSerializedSize() -
Method in interface org.apache.hadoop.hive.serde2.SerDeStatsStruct
- Rerurns the serialized size of the object.
- getRawDataSize() -
Method in class org.apache.hadoop.hive.serde2.SerDeStats
- Return the raw data size
- getReadColumnIDs(Configuration) -
Static method in class org.apache.hadoop.hive.serde2.ColumnProjectionUtils
- Returns an array of column ids(start from zero) which is set in the given
parameter conf.
- getRealClass() -
Method in interface org.apache.hadoop.hive.ql.io.FlatFileInputFormat.SerializationContext
- Produces the specific class to deserialize.
- getRealClass() -
Method in class org.apache.hadoop.hive.ql.io.FlatFileInputFormat.SerializationContextFromConf
-
- getRealType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStructBase
-
- getRealType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBase
-
- getRealType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBool
-
- getRealType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeDouble
-
- getRealType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei16
-
- getRealType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei32
-
- getRealType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei64
-
- getRealType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeList
-
- getRealType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeMap
-
- getRealType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeSet
-
- getRealType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeString
-
- getRealTypeInstance() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBool
-
- getRealTypeInstance() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeDouble
-
- getRealTypeInstance() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei32
-
- getRecord() -
Method in class org.apache.hadoop.hive.serde2.avro.AvroGenericRecordWritable
-
- getRecordReader(InputSplit, JobConf, Reporter) -
Method in class org.apache.hadoop.hive.ql.io.avro.AvroContainerInputFormat
-
- getRecordReader(InputSplit, JobConf, Reporter) -
Method in class org.apache.hadoop.hive.ql.io.BucketizedHiveInputFormat
-
- getRecordReader(InputSplit, JobConf, Reporter) -
Method in class org.apache.hadoop.hive.ql.io.CombineHiveInputFormat
- Create a generic Hive RecordReader than can iterate over all chunks in a
CombinedFileSplit.
- getRecordReader(InputSplit, JobConf, Reporter) -
Method in class org.apache.hadoop.hive.ql.io.FlatFileInputFormat
-
- getRecordReader(InputSplit, JobConf, Reporter) -
Method in class org.apache.hadoop.hive.ql.io.HiveInputFormat
-
- getRecordReader(InputSplit, JobConf, Reporter) -
Method in class org.apache.hadoop.hive.ql.io.OneNullRowInputFormat
-
- getRecordReader(InputSplit, JobConf, Reporter) -
Method in class org.apache.hadoop.hive.ql.io.rcfile.merge.RCFileBlockMergeInputFormat
-
- getRecordReader(InputSplit, JobConf, Reporter) -
Method in class org.apache.hadoop.hive.ql.io.RCFileInputFormat
-
- getRecordReader(InputSplit, JobConf, Reporter) -
Method in class org.apache.hadoop.hive.ql.io.SymlinkTextInputFormat
-
- getRecordReader(JobConf, HadoopShims.InputSplitShim, Reporter, Class<RecordReader<K, V>>) -
Method in interface org.apache.hadoop.hive.shims.HadoopShims.CombineFileInputFormatShim
-
- getRecordWriter(FileSystem, JobConf, String, Progressable) -
Method in class org.apache.hadoop.hive.ql.io.avro.AvroContainerOutputFormat
-
- getRecordWriter(JobConf, HiveOutputFormat<?, ?>, Class<? extends Writable>, boolean, Properties, Path, Reporter) -
Static method in class org.apache.hadoop.hive.ql.io.HiveFileFormatUtils
-
- getRecordWriter(FileSystem, JobConf, String, Progressable) -
Method in class org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
-
- getRecordWriter(FileSystem, JobConf, String, Progressable) -
Method in class org.apache.hadoop.hive.ql.io.HiveOutputFormatImpl
-
- getRecordWriter(FileSystem, JobConf, String, Progressable) -
Method in class org.apache.hadoop.hive.ql.io.IgnoreKeyTextOutputFormat
- Deprecated.
- getRecordWriter(FileSystem, JobConf, String, Progressable) -
Method in class org.apache.hadoop.hive.ql.io.rcfile.merge.RCFileBlockMergeOutputFormat
-
- getRecordWriter(FileSystem, JobConf, String, Progressable) -
Method in class org.apache.hadoop.hive.ql.io.RCFileOutputFormat
-
- getReduceKeyTableDesc(List<FieldSchema>, String) -
Static method in class org.apache.hadoop.hive.ql.plan.PlanUtils
- Generate the table descriptor for reduce key.
- getReducer() -
Method in class org.apache.hadoop.hive.ql.exec.MapRedTask
-
- getReducer() -
Method in class org.apache.hadoop.hive.ql.exec.Task
-
- getReducer() -
Method in class org.apache.hadoop.hive.ql.plan.MapredWork
-
- getReducerTimeStatsPerJobList() -
Method in class org.apache.hadoop.hive.ql.QueryPlan
-
- getReduceSinkDesc(ArrayList<ExprNodeDesc>, ArrayList<ExprNodeDesc>, List<String>, boolean, int, ArrayList<ExprNodeDesc>, String, int) -
Static method in class org.apache.hadoop.hive.ql.plan.PlanUtils
- Create the reduce sink descriptor.
- getReduceSinkDesc(ArrayList<ExprNodeDesc>, int, ArrayList<ExprNodeDesc>, List<List<Integer>>, List<String>, List<String>, boolean, int, ArrayList<ExprNodeDesc>, String, int) -
Static method in class org.apache.hadoop.hive.ql.plan.PlanUtils
- Create the reduce sink descriptor.
- getReduceSinkDesc(ArrayList<ExprNodeDesc>, ArrayList<ExprNodeDesc>, List<String>, boolean, int, int, int) -
Static method in class org.apache.hadoop.hive.ql.plan.PlanUtils
- Create the reduce sink descriptor.
- getReduceSinkDesc(ArrayList<ExprNodeDesc>, int, ArrayList<ExprNodeDesc>, List<List<Integer>>, List<String>, List<String>, boolean, int, int, int) -
Static method in class org.apache.hadoop.hive.ql.plan.PlanUtils
- Create the reduce sink descriptor.
- getReduceSinkMapJoin() -
Static method in class org.apache.hadoop.hive.ql.optimizer.MapJoinFactory
-
- getReduceSinkProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.ColumnPrunerProcFactory
- The Factory method to get ColumnPrunerReduceSinkProc class.
- getReduceSinkProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.lineage.OpProcFactory
-
- getReduceTasks() -
Method in class org.apache.hadoop.hive.service.HiveClusterStatus
-
- getReduceValueTableDesc(List<FieldSchema>) -
Static method in class org.apache.hadoop.hive.ql.plan.PlanUtils
- Generate the table descriptor for intermediate files.
- getRef(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getRef(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getRef(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getRef(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getRef(int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getRef(String) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getRef(int) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getRef(String) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getReferenceableColumnAliases(String, int) -
Method in class org.apache.hadoop.hive.ql.parse.RowResolver
- Get a list of aliases for non-hidden columns
- getReflectionObjectInspector(Type, ObjectInspectorFactory.ObjectInspectorOptions) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory
-
- getReflector() -
Method in class org.apache.hive.cli.beeline.BeeLine
-
- getRegexToLogLines() -
Method in class org.apache.hadoop.hive.ql.exec.errors.RegexErrorHeuristic
-
- getRegistry(Configuration) -
Static method in class org.apache.hadoop.hive.ql.metadata.VirtualColumn
-
- getRemoteAddress() -
Method in class org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge.Server
-
- getRemoteUser() -
Method in class org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge.Server
-
- getRemoteUser() -
Method in class org.apache.hive.service.auth.HiveAuthFactory
-
- getRenamePartitionDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getRenewer_kerberos_principal_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_delegation_token_args
-
- getReplace() -
Method in class org.apache.hadoop.hive.ql.plan.LoadTableDesc
-
- getReplaceTableScanProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.index.RewriteQueryUsingAggregateIndex
-
- getReq() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.CancelOperation_args
-
- getReq() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.CloseOperation_args
-
- getReq() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.CloseSession_args
-
- getReq() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.ExecuteStatement_args
-
- getReq() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.FetchResults_args
-
- getReq() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetCatalogs_args
-
- getReq() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetColumns_args
-
- getReq() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetFunctions_args
-
- getReq() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetInfo_args
-
- getReq() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetOperationStatus_args
-
- getReq() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetResultSetMetadata_args
-
- getReq() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetSchemas_args
-
- getReq() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetTables_args
-
- getReq() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetTableTypes_args
-
- getReq() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetTypeInfo_args
-
- getReq() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.OpenSession_args
-
- getRequiredFiles() -
Method in class org.apache.hadoop.hive.ql.exec.UDF
-
- getRequiredFiles() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDF
-
- getRequiredFiles() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFBridge
-
- getRequiredFiles() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFInFile
-
- getRequiredJars() -
Method in class org.apache.hadoop.hive.ql.exec.UDF
- These can be overriden to provide the same functionality as the
correspondingly named methods in GenericUDF.
- getRequiredJars() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDF
- The following two functions can be overridden to automatically include
additional resources required by this UDF.
- getRequiredJars() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFBridge
-
- getRequiredness() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldRequiredness
- Get the requiredness attribute of this field.
- getResDir() -
Method in class org.apache.hadoop.hive.ql.Context
-
- getResFile() -
Method in class org.apache.hadoop.hive.ql.Context
-
- getResFile() -
Method in class org.apache.hadoop.hive.ql.plan.DescDatabaseDesc
-
- getResFile() -
Method in class org.apache.hadoop.hive.ql.plan.DescFunctionDesc
-
- getResFile() -
Method in class org.apache.hadoop.hive.ql.plan.DescTableDesc
-
- getResFile() -
Method in class org.apache.hadoop.hive.ql.plan.ExplainWork
-
- getResFile() -
Method in class org.apache.hadoop.hive.ql.plan.MsckDesc
-
- getResFile() -
Method in class org.apache.hadoop.hive.ql.plan.RoleDDLDesc
-
- getResFile() -
Method in class org.apache.hadoop.hive.ql.plan.ShowColumnsDesc
-
- getResFile() -
Method in class org.apache.hadoop.hive.ql.plan.ShowCreateTableDesc
-
- getResFile() -
Method in class org.apache.hadoop.hive.ql.plan.ShowDatabasesDesc
-
- getResFile() -
Method in class org.apache.hadoop.hive.ql.plan.ShowFunctionsDesc
-
- getResFile() -
Method in class org.apache.hadoop.hive.ql.plan.ShowGrantDesc
-
- getResFile() -
Method in class org.apache.hadoop.hive.ql.plan.ShowIndexesDesc
-
- getResFile() -
Method in class org.apache.hadoop.hive.ql.plan.ShowLocksDesc
-
- getResFile() -
Method in class org.apache.hadoop.hive.ql.plan.ShowPartitionsDesc
-
- getResFile() -
Method in class org.apache.hadoop.hive.ql.plan.ShowTablesDesc
-
- getResFile() -
Method in class org.apache.hadoop.hive.ql.plan.ShowTableStatusDesc
-
- getResFile() -
Method in class org.apache.hadoop.hive.ql.plan.ShowTblPropertiesDesc
-
- getResFileString() -
Method in class org.apache.hadoop.hive.ql.plan.ShowTableStatusDesc
-
- getResFileString() -
Method in class org.apache.hadoop.hive.ql.plan.ShowTblPropertiesDesc
-
- getResidualPredicate() -
Method in class org.apache.hadoop.hive.ql.index.HiveIndexQueryContext
-
- getResolver() -
Method in class org.apache.hadoop.hive.ql.exec.ConditionalTask
-
- getResolver() -
Method in class org.apache.hadoop.hive.ql.exec.UDAF
- Gets the resolver.
- getResolver() -
Method in class org.apache.hadoop.hive.ql.exec.UDF
- Get the method resolver.
- getResolverCtx() -
Method in class org.apache.hadoop.hive.ql.exec.ConditionalTask
-
- getResourceFiles(Configuration, SessionState.ResourceType) -
Static method in class org.apache.hadoop.hive.ql.exec.Utilities
-
- getResponseCode() -
Method in class org.apache.hadoop.hive.ql.processors.CommandProcessorResponse
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.add_index_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.add_partition_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.add_partition_with_environment_context_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.add_partitions_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.alter_database_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.alter_index_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.alter_partition_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.alter_partition_with_environment_context_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.alter_partitions_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.alter_table_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.alter_table_with_environment_context_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.append_partition_by_name_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.append_partition_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.cancel_delegation_token_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.create_database_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.create_role_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.create_table_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.create_table_with_environment_context_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.create_type_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.delete_partition_column_statistics_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.delete_table_column_statistics_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.drop_database_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.drop_index_by_name_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.drop_partition_by_name_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.drop_partition_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.drop_role_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.drop_table_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.drop_type_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_all_databases_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_all_tables_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_config_value_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_database_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_databases_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_delegation_token_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_fields_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_index_by_name_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_index_names_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_indexes_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_partition_by_name_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_partition_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_partition_column_statistics_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_partition_names_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_partition_names_ps_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_partition_with_auth_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_partitions_by_filter_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_partitions_by_names_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_partitions_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_partitions_ps_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_partitions_ps_with_auth_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_partitions_with_auth_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_privilege_set_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_role_names_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_schema_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_table_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_table_column_statistics_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_table_names_by_filter_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_table_objects_by_name_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_tables_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_type_all_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.get_type_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.grant_privileges_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.grant_role_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.isPartitionMarkedForEvent_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.list_privileges_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.list_roles_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.markPartitionForEvent_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.partition_name_to_spec_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.partition_name_to_vals_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.rename_partition_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.renew_delegation_token_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.revoke_privileges_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.revoke_role_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.set_ugi_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.update_partition_column_statistics_call
-
- getResult() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.update_table_column_statistics_call
-
- getResult(I, ThriftHiveMetastore.add_index_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.add_index
-
- getResult(I, ThriftHiveMetastore.add_partition_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.add_partition
-
- getResult(I, ThriftHiveMetastore.add_partition_with_environment_context_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.add_partition_with_environment_context
-
- getResult(I, ThriftHiveMetastore.add_partitions_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.add_partitions
-
- getResult(I, ThriftHiveMetastore.alter_database_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.alter_database
-
- getResult(I, ThriftHiveMetastore.alter_index_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.alter_index
-
- getResult(I, ThriftHiveMetastore.alter_partition_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.alter_partition
-
- getResult(I, ThriftHiveMetastore.alter_partition_with_environment_context_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.alter_partition_with_environment_context
-
- getResult(I, ThriftHiveMetastore.alter_partitions_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.alter_partitions
-
- getResult(I, ThriftHiveMetastore.alter_table_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.alter_table
-
- getResult(I, ThriftHiveMetastore.alter_table_with_environment_context_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.alter_table_with_environment_context
-
- getResult(I, ThriftHiveMetastore.append_partition_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.append_partition
-
- getResult(I, ThriftHiveMetastore.append_partition_by_name_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.append_partition_by_name
-
- getResult(I, ThriftHiveMetastore.cancel_delegation_token_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.cancel_delegation_token
-
- getResult(I, ThriftHiveMetastore.create_database_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.create_database
-
- getResult(I, ThriftHiveMetastore.create_role_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.create_role
-
- getResult(I, ThriftHiveMetastore.create_table_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.create_table
-
- getResult(I, ThriftHiveMetastore.create_table_with_environment_context_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.create_table_with_environment_context
-
- getResult(I, ThriftHiveMetastore.create_type_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.create_type
-
- getResult(I, ThriftHiveMetastore.delete_partition_column_statistics_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.delete_partition_column_statistics
-
- getResult(I, ThriftHiveMetastore.delete_table_column_statistics_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.delete_table_column_statistics
-
- getResult(I, ThriftHiveMetastore.drop_database_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.drop_database
-
- getResult(I, ThriftHiveMetastore.drop_index_by_name_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.drop_index_by_name
-
- getResult(I, ThriftHiveMetastore.drop_partition_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.drop_partition
-
- getResult(I, ThriftHiveMetastore.drop_partition_by_name_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.drop_partition_by_name
-
- getResult(I, ThriftHiveMetastore.drop_role_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.drop_role
-
- getResult(I, ThriftHiveMetastore.drop_table_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.drop_table
-
- getResult(I, ThriftHiveMetastore.drop_type_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.drop_type
-
- getResult(I, ThriftHiveMetastore.get_all_databases_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_all_databases
-
- getResult(I, ThriftHiveMetastore.get_all_tables_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_all_tables
-
- getResult(I, ThriftHiveMetastore.get_config_value_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_config_value
-
- getResult(I, ThriftHiveMetastore.get_database_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_database
-
- getResult(I, ThriftHiveMetastore.get_databases_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_databases
-
- getResult(I, ThriftHiveMetastore.get_delegation_token_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_delegation_token
-
- getResult(I, ThriftHiveMetastore.get_fields_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_fields
-
- getResult(I, ThriftHiveMetastore.get_index_by_name_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_index_by_name
-
- getResult(I, ThriftHiveMetastore.get_index_names_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_index_names
-
- getResult(I, ThriftHiveMetastore.get_indexes_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_indexes
-
- getResult(I, ThriftHiveMetastore.get_partition_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_partition
-
- getResult(I, ThriftHiveMetastore.get_partition_by_name_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_partition_by_name
-
- getResult(I, ThriftHiveMetastore.get_partition_column_statistics_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_partition_column_statistics
-
- getResult(I, ThriftHiveMetastore.get_partition_names_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_partition_names
-
- getResult(I, ThriftHiveMetastore.get_partition_names_ps_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_partition_names_ps
-
- getResult(I, ThriftHiveMetastore.get_partition_with_auth_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_partition_with_auth
-
- getResult(I, ThriftHiveMetastore.get_partitions_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_partitions
-
- getResult(I, ThriftHiveMetastore.get_partitions_by_filter_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_partitions_by_filter
-
- getResult(I, ThriftHiveMetastore.get_partitions_by_names_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_partitions_by_names
-
- getResult(I, ThriftHiveMetastore.get_partitions_ps_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_partitions_ps
-
- getResult(I, ThriftHiveMetastore.get_partitions_ps_with_auth_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_partitions_ps_with_auth
-
- getResult(I, ThriftHiveMetastore.get_partitions_with_auth_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_partitions_with_auth
-
- getResult(I, ThriftHiveMetastore.get_privilege_set_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_privilege_set
-
- getResult(I, ThriftHiveMetastore.get_role_names_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_role_names
-
- getResult(I, ThriftHiveMetastore.get_schema_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_schema
-
- getResult(I, ThriftHiveMetastore.get_table_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_table
-
- getResult(I, ThriftHiveMetastore.get_table_column_statistics_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_table_column_statistics
-
- getResult(I, ThriftHiveMetastore.get_table_names_by_filter_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_table_names_by_filter
-
- getResult(I, ThriftHiveMetastore.get_table_objects_by_name_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_table_objects_by_name
-
- getResult(I, ThriftHiveMetastore.get_tables_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_tables
-
- getResult(I, ThriftHiveMetastore.get_type_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_type
-
- getResult(I, ThriftHiveMetastore.get_type_all_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.get_type_all
-
- getResult(I, ThriftHiveMetastore.grant_privileges_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.grant_privileges
-
- getResult(I, ThriftHiveMetastore.grant_role_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.grant_role
-
- getResult(I, ThriftHiveMetastore.isPartitionMarkedForEvent_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.isPartitionMarkedForEvent
-
- getResult(I, ThriftHiveMetastore.list_privileges_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.list_privileges
-
- getResult(I, ThriftHiveMetastore.list_roles_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.list_roles
-
- getResult(I, ThriftHiveMetastore.markPartitionForEvent_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.markPartitionForEvent
-
- getResult(I, ThriftHiveMetastore.partition_name_to_spec_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.partition_name_to_spec
-
- getResult(I, ThriftHiveMetastore.partition_name_to_vals_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.partition_name_to_vals
-
- getResult(I, ThriftHiveMetastore.rename_partition_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.rename_partition
-
- getResult(I, ThriftHiveMetastore.renew_delegation_token_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.renew_delegation_token
-
- getResult(I, ThriftHiveMetastore.revoke_privileges_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.revoke_privileges
-
- getResult(I, ThriftHiveMetastore.revoke_role_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.revoke_role
-
- getResult(I, ThriftHiveMetastore.set_ugi_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.set_ugi
-
- getResult(I, ThriftHiveMetastore.update_partition_column_statistics_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.update_partition_column_statistics
-
- getResult(I, ThriftHiveMetastore.update_table_column_statistics_args) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Processor.update_table_column_statistics
-
- getResult() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFCorrelation.GenericUDAFCorrelationEvaluator
-
- getResult() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFCovariance.GenericUDAFCovarianceEvaluator
-
- getResult() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFVariance.GenericUDAFVarianceEvaluator
-
- getResult() -
Method in class org.apache.hadoop.hive.service.ThriftHive.AsyncClient.clean_call
-
- getResult() -
Method in class org.apache.hadoop.hive.service.ThriftHive.AsyncClient.execute_call
-
- getResult() -
Method in class org.apache.hadoop.hive.service.ThriftHive.AsyncClient.fetchAll_call
-
- getResult() -
Method in class org.apache.hadoop.hive.service.ThriftHive.AsyncClient.fetchN_call
-
- getResult() -
Method in class org.apache.hadoop.hive.service.ThriftHive.AsyncClient.fetchOne_call
-
- getResult() -
Method in class org.apache.hadoop.hive.service.ThriftHive.AsyncClient.getClusterStatus_call
-
- getResult() -
Method in class org.apache.hadoop.hive.service.ThriftHive.AsyncClient.getQueryPlan_call
-
- getResult() -
Method in class org.apache.hadoop.hive.service.ThriftHive.AsyncClient.getSchema_call
-
- getResult() -
Method in class org.apache.hadoop.hive.service.ThriftHive.AsyncClient.getThriftSchema_call
-
- getResult(I, ThriftHive.clean_args) -
Method in class org.apache.hadoop.hive.service.ThriftHive.Processor.clean
-
- getResult(I, ThriftHive.execute_args) -
Method in class org.apache.hadoop.hive.service.ThriftHive.Processor.execute
-
- getResult(I, ThriftHive.fetchAll_args) -
Method in class org.apache.hadoop.hive.service.ThriftHive.Processor.fetchAll
-
- getResult(I, ThriftHive.fetchN_args) -
Method in class org.apache.hadoop.hive.service.ThriftHive.Processor.fetchN
-
- getResult(I, ThriftHive.fetchOne_args) -
Method in class org.apache.hadoop.hive.service.ThriftHive.Processor.fetchOne
-
- getResult(I, ThriftHive.getClusterStatus_args) -
Method in class org.apache.hadoop.hive.service.ThriftHive.Processor.getClusterStatus
-
- getResult(I, ThriftHive.getQueryPlan_args) -
Method in class org.apache.hadoop.hive.service.ThriftHive.Processor.getQueryPlan
-
- getResult(I, ThriftHive.getSchema_args) -
Method in class org.apache.hadoop.hive.service.ThriftHive.Processor.getSchema
-
- getResult(I, ThriftHive.getThriftSchema_args) -
Method in class org.apache.hadoop.hive.service.ThriftHive.Processor.getThriftSchema
-
- getResult() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.AsyncClient.CancelOperation_call
-
- getResult() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.AsyncClient.CloseOperation_call
-
- getResult() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.AsyncClient.CloseSession_call
-
- getResult() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.AsyncClient.ExecuteStatement_call
-
- getResult() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.AsyncClient.FetchResults_call
-
- getResult() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.AsyncClient.GetCatalogs_call
-
- getResult() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.AsyncClient.GetColumns_call
-
- getResult() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.AsyncClient.GetFunctions_call
-
- getResult() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.AsyncClient.GetInfo_call
-
- getResult() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.AsyncClient.GetOperationStatus_call
-
- getResult() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.AsyncClient.GetResultSetMetadata_call
-
- getResult() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.AsyncClient.GetSchemas_call
-
- getResult() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.AsyncClient.GetTables_call
-
- getResult() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.AsyncClient.GetTableTypes_call
-
- getResult() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.AsyncClient.GetTypeInfo_call
-
- getResult() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.AsyncClient.OpenSession_call
-
- getResult(I, TCLIService.CancelOperation_args) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.CancelOperation
-
- getResult(I, TCLIService.CloseOperation_args) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.CloseOperation
-
- getResult(I, TCLIService.CloseSession_args) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.CloseSession
-
- getResult(I, TCLIService.ExecuteStatement_args) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.ExecuteStatement
-
- getResult(I, TCLIService.FetchResults_args) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.FetchResults
-
- getResult(I, TCLIService.GetCatalogs_args) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.GetCatalogs
-
- getResult(I, TCLIService.GetColumns_args) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.GetColumns
-
- getResult(I, TCLIService.GetFunctions_args) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.GetFunctions
-
- getResult(I, TCLIService.GetInfo_args) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.GetInfo
-
- getResult(I, TCLIService.GetOperationStatus_args) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.GetOperationStatus
-
- getResult(I, TCLIService.GetResultSetMetadata_args) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.GetResultSetMetadata
-
- getResult(I, TCLIService.GetSchemas_args) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.GetSchemas
-
- getResult(I, TCLIService.GetTables_args) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.GetTables
-
- getResult(I, TCLIService.GetTableTypes_args) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.GetTableTypes
-
- getResult(I, TCLIService.GetTypeInfo_args) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.GetTypeInfo
-
- getResult(I, TCLIService.OpenSession_args) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Processor.OpenSession
-
- getResultBucket() -
Method in class org.apache.hadoop.hive.hwi.HWISessionItem
- gets the value for resultBucket.
- getResultBucketMaxSize() -
Method in class org.apache.hadoop.hive.hwi.HWISessionItem
- returns the value for resultBucketMaxSize.
- getResultFile() -
Method in class org.apache.hadoop.hive.hwi.HWISessionItem
-
- getResults(ArrayList<String>) -
Method in class org.apache.hadoop.hive.ql.Driver
-
- getResults() -
Method in class org.apache.hive.service.cli.thrift.TFetchResultsResp
-
- getResultSchema() -
Method in class org.apache.hadoop.hive.ql.exec.ExplainTask
-
- getResultSchema() -
Method in class org.apache.hadoop.hive.ql.exec.Task
-
- getResultSchema() -
Method in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
-
- getResultSchema() -
Method in class org.apache.hadoop.hive.ql.parse.ExplainSemanticAnalyzer
-
- getResultSchema() -
Method in class org.apache.hadoop.hive.ql.parse.SemanticAnalyzer
-
- getResultsDirectory() -
Method in class org.apache.hadoop.hive.ant.QTestGenTask
-
- getResultSet() -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getResultSet() -
Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
-
- getResultSet() -
Method in class org.apache.hadoop.hive.jdbc.HiveStatement
-
- getResultSet() -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getResultSet() -
Method in class org.apache.hive.jdbc.HivePreparedStatement
-
- getResultSet() -
Method in class org.apache.hive.jdbc.HiveStatement
-
- getResultSetConcurrency() -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getResultSetConcurrency() -
Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
-
- getResultSetConcurrency() -
Method in class org.apache.hadoop.hive.jdbc.HiveStatement
-
- getResultSetConcurrency() -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getResultSetConcurrency() -
Method in class org.apache.hive.jdbc.HivePreparedStatement
-
- getResultSetConcurrency() -
Method in class org.apache.hive.jdbc.HiveStatement
-
- getResultSetHoldability() -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getResultSetHoldability() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getResultSetHoldability() -
Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
-
- getResultSetHoldability() -
Method in class org.apache.hadoop.hive.jdbc.HiveStatement
-
- getResultSetHoldability() -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getResultSetHoldability() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getResultSetHoldability() -
Method in class org.apache.hive.jdbc.HivePreparedStatement
-
- getResultSetHoldability() -
Method in class org.apache.hive.jdbc.HiveStatement
-
- getResultSetMetadata(OperationHandle) -
Method in class org.apache.hive.service.cli.CLIService
-
- getResultSetMetadata(OperationHandle) -
Method in class org.apache.hive.service.cli.CLIServiceClient
-
- getResultSetMetadata(OperationHandle) -
Method in class org.apache.hive.service.cli.EmbeddedCLIServiceClient
-
- getResultSetMetadata(OperationHandle) -
Method in interface org.apache.hive.service.cli.ICLIService
-
- GetResultSetMetadata(TGetResultSetMetadataReq, AsyncMethodCallback<TCLIService.AsyncClient.GetResultSetMetadata_call>) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.AsyncClient
-
- GetResultSetMetadata(TGetResultSetMetadataReq, AsyncMethodCallback<TCLIService.AsyncClient.GetResultSetMetadata_call>) -
Method in interface org.apache.hive.service.cli.thrift.TCLIService.AsyncIface
-
- GetResultSetMetadata(TGetResultSetMetadataReq) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Client
-
- GetResultSetMetadata(TGetResultSetMetadataReq) -
Method in interface org.apache.hive.service.cli.thrift.TCLIService.Iface
-
- GetResultSetMetadata(TGetResultSetMetadataReq) -
Method in class org.apache.hive.service.cli.thrift.ThriftCLIService
-
- getResultSetMetadata(OperationHandle) -
Method in class org.apache.hive.service.cli.thrift.ThriftCLIServiceClient
-
- getResultSetSchema() -
Method in class org.apache.hive.service.cli.operation.GetCatalogsOperation
-
- getResultSetSchema() -
Method in class org.apache.hive.service.cli.operation.GetColumnsOperation
-
- getResultSetSchema() -
Method in class org.apache.hive.service.cli.operation.GetFunctionsOperation
-
- getResultSetSchema() -
Method in class org.apache.hive.service.cli.operation.GetSchemasOperation
-
- getResultSetSchema() -
Method in class org.apache.hive.service.cli.operation.GetTablesOperation
-
- getResultSetSchema() -
Method in class org.apache.hive.service.cli.operation.GetTableTypesOperation
-
- getResultSetSchema() -
Method in class org.apache.hive.service.cli.operation.GetTypeInfoOperation
-
- getResultSetSchema() -
Method in class org.apache.hive.service.cli.operation.HiveCommandOperation
-
- getResultSetSchema() -
Method in class org.apache.hive.service.cli.operation.Operation
-
- getResultSetSchema() -
Method in class org.apache.hive.service.cli.operation.SQLOperation
-
- getResultSetType() -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getResultSetType() -
Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
-
- getResultSetType() -
Method in class org.apache.hadoop.hive.jdbc.HiveStatement
-
- getResultSetType() -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getResultSetType() -
Method in class org.apache.hive.jdbc.HivePreparedStatement
-
- getResultSetType() -
Method in class org.apache.hive.jdbc.HiveStatement
-
- getRetainList() -
Method in class org.apache.hadoop.hive.ql.plan.HashTableSinkDesc
-
- getRetainList() -
Method in class org.apache.hadoop.hive.ql.plan.MapJoinDesc
-
- getRetention() -
Method in class org.apache.hadoop.hive.metastore.api.Table
-
- getRetention() -
Method in class org.apache.hadoop.hive.metastore.model.MTable
-
- getRetention() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getReversedExprs() -
Method in class org.apache.hadoop.hive.ql.plan.HashTableSinkDesc
-
- getReversedExprs() -
Method in class org.apache.hadoop.hive.ql.plan.JoinDesc
-
- getRevision() -
Static method in class org.apache.hive.common.util.HiveVersionInfo
- Get the subversion revision number for the root directory
- getRevokeDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getRHSSemijoinColumns(String) -
Method in class org.apache.hadoop.hive.ql.parse.QBJoinTree
-
- getRight() -
Method in class org.apache.hadoop.hive.ql.parse.JoinCond
-
- getRight() -
Method in class org.apache.hadoop.hive.ql.plan.JoinCondDesc
-
- getRightAliases() -
Method in class org.apache.hadoop.hive.ql.parse.QBJoinTree
-
- getRole() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_role_args
-
- getRole(String) -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- getRole() -
Method in class org.apache.hadoop.hive.metastore.model.MRoleMap
-
- getRole(String) -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getRole(String) -
Method in interface org.apache.hadoop.hive.metastore.RawStore
-
- getRole_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_role_args
-
- getRole_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.grant_role_args
-
- getRole_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.revoke_role_args
-
- getRoleDDLDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getRoleGrants() -
Method in class org.apache.hadoop.hive.ql.session.CreateTableAutomaticGrant
-
- getRoleName() -
Method in class org.apache.hadoop.hive.metastore.api.Role
-
- getRoleName() -
Method in class org.apache.hadoop.hive.metastore.model.MRole
-
- getRoleOwnerName() -
Method in class org.apache.hadoop.hive.ql.plan.RoleDDLDesc
-
- getRolePrivileges() -
Method in class org.apache.hadoop.hive.metastore.api.PrincipalPrivilegeSet
-
- getRolePrivilegesSize() -
Method in class org.apache.hadoop.hive.metastore.api.PrincipalPrivilegeSet
-
- getRoles() -
Method in class org.apache.hadoop.hive.ql.plan.GrantRevokeRoleDDL
-
- getRootMapJoinOp() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext.GenMRMapJoinCtx
-
- getRootOps() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext
-
- getRootPath() -
Method in class org.apache.hadoop.hive.ql.plan.DynamicPartitionCtx
-
- getRoots() -
Method in class org.apache.hadoop.hive.ql.plan.api.Graph
-
- getRootsIterator() -
Method in class org.apache.hadoop.hive.ql.plan.api.Graph
-
- getRootsSize() -
Method in class org.apache.hadoop.hive.ql.plan.api.Graph
-
- getRootTask(int) -
Method in class org.apache.hadoop.hive.ql.optimizer.unionproc.UnionProcContext.UnionParseContext
-
- getRootTasks() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext
-
- getRootTasks() -
Method in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
-
- getRootTasks() -
Method in class org.apache.hadoop.hive.ql.plan.ExplainWork
-
- getRootTasks() -
Method in class org.apache.hadoop.hive.ql.QueryPlan
-
- getRow() -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getRow() -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getRowContainer(Configuration, List<ObjectInspector>, Byte, int, Map<Byte, TableDesc>, JoinDesc, boolean, Reporter) -
Static method in class org.apache.hadoop.hive.ql.exec.JoinUtil
-
- getRowId(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getRowId(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getRowId(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getRowId(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getRowId(int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getRowId(String) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getRowId(int) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getRowId(String) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getRowIdLifetime() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getRowIdLifetime() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getRowResolver() -
Method in class org.apache.hadoop.hive.ql.parse.OpParseContext
-
- getRowResolver(Operator) -
Method in class org.apache.hadoop.hive.ql.parse.SemanticAnalyzer
- Get the row resolver given an operator.
- getRowResolver(Node) -
Method in class org.apache.hadoop.hive.ql.ppd.OpWalkerInfo
-
- getRows() -
Method in class org.apache.hive.service.cli.thrift.TRowSet
-
- getRowSchema() -
Method in class org.apache.hadoop.hive.ql.parse.RowResolver
-
- getRowSeparator() -
Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
-
- getRowsIterator() -
Method in class org.apache.hive.service.cli.thrift.TRowSet
-
- getRowsSize() -
Method in class org.apache.hive.service.cli.thrift.TRowSet
-
- getRowTypeInfo() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe.SerDeParameters
-
- getRslvMap() -
Method in class org.apache.hadoop.hive.ql.parse.RowResolver
-
- getRSProc() -
Static method in class org.apache.hadoop.hive.ql.ppd.OpProcFactory
-
- getRunDisabled() -
Method in class org.apache.hadoop.hive.ant.QTestGenTask
-
- getRunnable() -
Method in class org.apache.hadoop.hive.ql.DriverContext
-
- getS() -
Method in class org.apache.hadoop.hive.ql.io.RecordTestObj
-
- getSampleDescr() -
Method in class org.apache.hadoop.hive.ql.plan.FilterDesc
-
- getSampleDimension() -
Method in class org.apache.hadoop.hive.ql.metadata.Sample
-
- getSampleFraction() -
Method in class org.apache.hadoop.hive.ql.metadata.Sample
-
- getSampleNum() -
Method in class org.apache.hadoop.hive.ql.metadata.Sample
-
- getScale(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveResultSetMetaData
-
- getScale(int) -
Method in class org.apache.hive.jdbc.HiveResultSetMetaData
-
- getScale() -
Method in enum org.apache.hive.service.cli.Type
- Scale for this type.
- getSchema(String, String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
-
- getSchema(String, String) -
Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
-
- getSchema(Table) -
Static method in class org.apache.hadoop.hive.metastore.MetaStoreUtils
-
- getSchema(Partition, Table) -
Static method in class org.apache.hadoop.hive.metastore.MetaStoreUtils
-
- getSchema(StorageDescriptor, StorageDescriptor, Map<String, String>, String, String, List<FieldSchema>) -
Static method in class org.apache.hadoop.hive.metastore.MetaStoreUtils
-
- getSchema() -
Method in class org.apache.hadoop.hive.ql.Driver
-
- getSchema(BaseSemanticAnalyzer, HiveConf) -
Static method in class org.apache.hadoop.hive.ql.Driver
- Get a Schema with fields represented with native Hive types
- getSchema() -
Method in class org.apache.hadoop.hive.ql.exec.Operator
-
- getSchema() -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
-
- getSchema() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getSchema() -
Method in class org.apache.hadoop.hive.ql.plan.CreateViewDesc
-
- getSchema() -
Static method in class org.apache.hadoop.hive.ql.plan.DescDatabaseDesc
-
- getSchema() -
Method in class org.apache.hadoop.hive.ql.plan.DescFunctionDesc
-
- getSchema() -
Static method in class org.apache.hadoop.hive.ql.plan.DescTableDesc
-
- getSchema() -
Method in class org.apache.hadoop.hive.ql.plan.SchemaDesc
-
- getSchema() -
Method in class org.apache.hadoop.hive.ql.plan.ShowColumnsDesc
-
- getSchema() -
Method in class org.apache.hadoop.hive.ql.plan.ShowCreateTableDesc
-
- getSchema() -
Method in class org.apache.hadoop.hive.ql.plan.ShowDatabasesDesc
-
- getSchema() -
Method in class org.apache.hadoop.hive.ql.plan.ShowFunctionsDesc
-
- getSchema() -
Static method in class org.apache.hadoop.hive.ql.plan.ShowIndexesDesc
-
- getSchema() -
Method in class org.apache.hadoop.hive.ql.plan.ShowLocksDesc
-
- getSchema() -
Method in class org.apache.hadoop.hive.ql.plan.ShowPartitionsDesc
-
- getSchema() -
Method in class org.apache.hadoop.hive.ql.plan.ShowTablesDesc
-
- getSchema() -
Method in class org.apache.hadoop.hive.ql.plan.ShowTableStatusDesc
-
- getSchema() -
Method in class org.apache.hadoop.hive.ql.plan.ShowTblPropertiesDesc
-
- getSchema() -
Method in class org.apache.hadoop.hive.ql.processors.CommandProcessorResponse
-
- getSchema() -
Method in class org.apache.hadoop.hive.service.HiveServer.HiveServerHandler
- Return the Hive schema of the query result.
- getSchema(AsyncMethodCallback<ThriftHive.AsyncClient.getSchema_call>) -
Method in class org.apache.hadoop.hive.service.ThriftHive.AsyncClient
-
- getSchema(AsyncMethodCallback<ThriftHive.AsyncClient.getSchema_call>) -
Method in interface org.apache.hadoop.hive.service.ThriftHive.AsyncIface
-
- getSchema() -
Method in class org.apache.hadoop.hive.service.ThriftHive.Client
-
- getSchema() -
Method in interface org.apache.hadoop.hive.service.ThriftHive.Iface
-
- getSchema() -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getSchema() -
Method in class org.apache.hive.service.cli.thrift.TGetResultSetMetadataResp
-
- getSchemaFromHDFS(String, Configuration) -
Static method in class org.apache.hadoop.hive.serde2.avro.AvroSerdeUtils
-
- getSchemaFromTableSchema(Properties) -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
-
- getSchemaName(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveResultSetMetaData
-
- getSchemaName(int) -
Method in class org.apache.hive.jdbc.HiveResultSetMetaData
-
- getSchemaName() -
Method in class org.apache.hive.service.cli.thrift.TGetColumnsReq
-
- getSchemaName() -
Method in class org.apache.hive.service.cli.thrift.TGetFunctionsReq
-
- getSchemaName() -
Method in class org.apache.hive.service.cli.thrift.TGetSchemasReq
-
- getSchemaName() -
Method in class org.apache.hive.service.cli.thrift.TGetTablesReq
-
- getSchemas() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getSchemas(String, String) -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getSchemas() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getSchemas(String, String) -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getSchemas(SessionHandle, String, String) -
Method in class org.apache.hive.service.cli.CLIService
-
- getSchemas(SessionHandle, String, String) -
Method in class org.apache.hive.service.cli.CLIServiceClient
-
- getSchemas(SessionHandle, String, String) -
Method in class org.apache.hive.service.cli.EmbeddedCLIServiceClient
-
- getSchemas(SessionHandle, String, String) -
Method in interface org.apache.hive.service.cli.ICLIService
-
- getSchemas(String, String) -
Method in class org.apache.hive.service.cli.session.Session
-
- GetSchemas(TGetSchemasReq, AsyncMethodCallback<TCLIService.AsyncClient.GetSchemas_call>) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.AsyncClient
-
- GetSchemas(TGetSchemasReq, AsyncMethodCallback<TCLIService.AsyncClient.GetSchemas_call>) -
Method in interface org.apache.hive.service.cli.thrift.TCLIService.AsyncIface
-
- GetSchemas(TGetSchemasReq) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Client
-
- GetSchemas(TGetSchemasReq) -
Method in interface org.apache.hive.service.cli.thrift.TCLIService.Iface
-
- GetSchemas(TGetSchemasReq) -
Method in class org.apache.hive.service.cli.thrift.ThriftCLIService
-
- getSchemas(SessionHandle, String, String) -
Method in class org.apache.hive.service.cli.thrift.ThriftCLIServiceClient
-
- GetSchemasOperation - Class in org.apache.hive.service.cli.operation
- GetSchemasOperation.
- GetSchemasOperation(Session, String, String) -
Constructor for class org.apache.hive.service.cli.operation.GetSchemasOperation
-
- getSchemaString() -
Method in class org.apache.hadoop.hive.ql.plan.CreateViewDesc
-
- getSchemaTerm() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getSchemaTerm() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getScope(String) -
Static method in class org.apache.hadoop.hive.common.metrics.Metrics
-
- getScriptCmd() -
Method in class org.apache.hadoop.hive.ql.plan.ScriptDesc
-
- getScriptErrInfo() -
Method in class org.apache.hadoop.hive.ql.plan.ScriptDesc
-
- getScriptInputInfo() -
Method in class org.apache.hadoop.hive.ql.plan.ScriptDesc
-
- getScriptOutputInfo() -
Method in class org.apache.hadoop.hive.ql.plan.ScriptDesc
-
- getSCRProc() -
Static method in class org.apache.hadoop.hive.ql.ppd.OpProcFactory
-
- getSd() -
Method in class org.apache.hadoop.hive.metastore.api.Index
-
- getSd() -
Method in class org.apache.hadoop.hive.metastore.api.Partition
-
- getSd() -
Method in class org.apache.hadoop.hive.metastore.api.Table
-
- getSd() -
Method in class org.apache.hadoop.hive.metastore.model.MIndex
-
- getSd() -
Method in class org.apache.hadoop.hive.metastore.model.MPartition
-
- getSd() -
Method in class org.apache.hadoop.hive.metastore.model.MTable
-
- getSearchable() -
Method in enum org.apache.hive.service.cli.Type
- Can you use WHERE based on this type?
- getSearchStringEscape() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getSearchStringEscape() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getSecond() -
Method in class org.apache.hadoop.hive.ql.util.ObjectPair
-
- getSecondarySeparator() -
Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
-
- getSeconds() -
Method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
-
- getSeconds(byte[], int) -
Static method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
- Gets seconds stored as integer at bytes[offset]
- getSecret() -
Method in class org.apache.hive.service.cli.thrift.THandleIdentifier
-
- getSecretId() -
Method in class org.apache.hive.service.cli.HandleIdentifier
-
- getSeedNum() -
Method in class org.apache.hadoop.hive.ql.parse.SplitSample
-
- getSeenFileSinkOps() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext
-
- getSeenOps() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext
-
- getSelectAggr(String, String) -
Static method in class org.apache.hadoop.hive.ql.stats.jdbc.JDBCStatsUtils
- Prepares SELECT query for statistics aggregation.
- getSelectColsFromChildren(SelectOperator, List<String>) -
Method in class org.apache.hadoop.hive.ql.optimizer.ColumnPrunerProcCtx
- Creates the list of internal column names for select * expressions.
- getSelectColsFromLVJoin(RowResolver, List<String>) -
Method in class org.apache.hadoop.hive.ql.optimizer.ColumnPrunerProcCtx
- Create the list of internal columns for select tag of LV
- getSelectColumnsList() -
Method in class org.apache.hadoop.hive.ql.optimizer.index.RewriteCanApplyCtx
-
- getSelectProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.ColumnPrunerProcFactory
- The Factory method to get the ColumnPrunerSelectProc class.
- getSelForClause(String) -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getSelProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.lineage.OpProcFactory
-
- getSemanticInputs() -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
-
- getSeparator() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyListObjectInspector
- Returns the separator for delimiting items in this array.
- getSeparator() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector
-
- getSeparator() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyUnionObjectInspector
-
- getSeparator() -
Static method in class org.apache.hive.cli.beeline.BeeLine
-
- getSeparators() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe.SerDeParameters
-
- getSerDe() -
Method in class org.apache.hadoop.hive.ql.exec.HashTableSinkOperator.HashTableSinkObjectCtx
-
- getSerde() -
Method in class org.apache.hadoop.hive.ql.plan.CreateIndexDesc
-
- getSerDeClass() -
Method in class org.apache.hadoop.hive.ql.metadata.DefaultStorageHandler
-
- getSerDeClass() -
Method in interface org.apache.hadoop.hive.ql.metadata.HiveStorageHandler
-
- getSerdeClassName() -
Method in class org.apache.hadoop.hive.ql.plan.PartitionDesc
-
- getSerdeClassName() -
Method in class org.apache.hadoop.hive.ql.plan.TableDesc
-
- getSerdeInfo() -
Method in class org.apache.hadoop.hive.metastore.api.StorageDescriptor
-
- getSerDeInfo() -
Method in class org.apache.hadoop.hive.metastore.model.MStorageDescriptor
-
- getSerdeName() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableDesc
-
- getSerdeParam(String) -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getSerdeParams() -
Method in class org.apache.hadoop.hive.ql.plan.AddPartitionDesc
-
- getSerdeProps() -
Method in class org.apache.hadoop.hive.ql.plan.CreateIndexDesc
-
- getSerdeProps() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableDesc
-
- getSerDeStats() -
Method in class org.apache.hadoop.hive.serde2.avro.AvroSerDe
-
- getSerDeStats() -
Method in class org.apache.hadoop.hive.serde2.binarysortable.BinarySortableSerDe
-
- getSerDeStats() -
Method in class org.apache.hadoop.hive.serde2.columnar.ColumnarSerDeBase
-
- getSerDeStats() -
Method in interface org.apache.hadoop.hive.serde2.Deserializer
- Returns statistics collected when serializing
- getSerDeStats() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDe
-
- getSerDeStats() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- Returns the statistics after (de)serialization)
- getSerDeStats() -
Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe
- Returns the statistics after (de)serialization)
- getSerDeStats() -
Method in class org.apache.hadoop.hive.serde2.MetadataTypedColumnsetSerDe
-
- getSerDeStats() -
Method in class org.apache.hadoop.hive.serde2.NullStructSerDe
-
- getSerDeStats() -
Method in class org.apache.hadoop.hive.serde2.RegexSerDe
-
- getSerDeStats() -
Method in interface org.apache.hadoop.hive.serde2.Serializer
- Returns statistics collected when serializing
- getSerDeStats() -
Method in class org.apache.hadoop.hive.serde2.TestSerDe
-
- getSerDeStats() -
Method in class org.apache.hadoop.hive.serde2.thrift.ThriftDeserializer
-
- getSerDeStats() -
Method in class org.apache.hadoop.hive.serde2.TypedSerDe
-
- getSerialization() -
Method in interface org.apache.hadoop.hive.ql.io.FlatFileInputFormat.SerializationContext
- An
Serialization
object for objects of type S.
- getSerialization() -
Method in class org.apache.hadoop.hive.ql.io.FlatFileInputFormat.SerializationContextFromConf
- Looks up and instantiates the Serialization Object
Important to note here that we are not relying on the Hadoop
SerializationFactory part of the Serialization framework.
- getSerializationLib() -
Method in class org.apache.hadoop.hive.metastore.api.SerDeInfo
-
- getSerializationLib() -
Method in class org.apache.hadoop.hive.metastore.model.MSerDeInfo
-
- getSerializationLib() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getSerializationLib() -
Method in class org.apache.hadoop.hive.ql.plan.AddPartitionDesc
-
- getSerializationNullFormat() -
Method in class org.apache.hadoop.hive.ql.plan.FetchWork
-
- getSerializationNullFormat() -
Method in class org.apache.hadoop.hive.ql.plan.ListSinkDesc
-
- getSerializedClass() -
Method in class org.apache.hadoop.hive.serde2.avro.AvroSerDe
-
- getSerializedClass() -
Method in class org.apache.hadoop.hive.serde2.binarysortable.BinarySortableSerDe
-
- getSerializedClass() -
Method in class org.apache.hadoop.hive.serde2.columnar.ColumnarSerDeBase
-
- getSerializedClass() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDe
-
- getSerializedClass() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
- Returns the Writable Class after serialization.
- getSerializedClass() -
Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe
- Returns the Writable Class after serialization.
- getSerializedClass() -
Method in class org.apache.hadoop.hive.serde2.MetadataTypedColumnsetSerDe
-
- getSerializedClass() -
Method in class org.apache.hadoop.hive.serde2.NullStructSerDe
-
- getSerializedClass() -
Method in class org.apache.hadoop.hive.serde2.RegexSerDe
-
- getSerializedClass() -
Method in interface org.apache.hadoop.hive.serde2.Serializer
- Returns the Writable class that would be returned by the serialize method.
- getSerializedClass() -
Method in class org.apache.hadoop.hive.serde2.TestSerDe
-
- getSerializedClass() -
Method in class org.apache.hadoop.hive.serde2.TypedSerDe
-
- getSerializedClassReturnsCorrectType() -
Method in class org.apache.hadoop.hive.serde2.avro.TestAvroSerde
-
- getSerName() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableDesc
-
- getServerProtocolVersion() -
Method in class org.apache.hive.service.cli.thrift.TOpenSessionResp
-
- getServices() -
Method in class org.apache.hive.service.CompositeService
-
- getServiceState() -
Method in class org.apache.hive.service.AbstractService
-
- getServiceState() -
Method in class org.apache.hive.service.FilterService
-
- getServiceState() -
Method in interface org.apache.hive.service.Service
- Get the current service state
- getSession(SessionHandle) -
Method in class org.apache.hive.service.cli.session.SessionManager
-
- getSessionHandle() -
Method in class org.apache.hive.service.cli.session.Session
-
- getSessionHandle() -
Method in class org.apache.hive.service.cli.thrift.TCloseSessionReq
-
- getSessionHandle() -
Method in class org.apache.hive.service.cli.thrift.TExecuteStatementReq
-
- getSessionHandle() -
Method in class org.apache.hive.service.cli.thrift.TGetCatalogsReq
-
- getSessionHandle() -
Method in class org.apache.hive.service.cli.thrift.TGetColumnsReq
-
- getSessionHandle() -
Method in class org.apache.hive.service.cli.thrift.TGetFunctionsReq
-
- getSessionHandle() -
Method in class org.apache.hive.service.cli.thrift.TGetInfoReq
-
- getSessionHandle() -
Method in class org.apache.hive.service.cli.thrift.TGetSchemasReq
-
- getSessionHandle() -
Method in class org.apache.hive.service.cli.thrift.TGetTablesReq
-
- getSessionHandle() -
Method in class org.apache.hive.service.cli.thrift.TGetTableTypesReq
-
- getSessionHandle() -
Method in class org.apache.hive.service.cli.thrift.TGetTypeInfoReq
-
- getSessionHandle() -
Method in class org.apache.hive.service.cli.thrift.TOpenSessionResp
-
- getSessionId() -
Method in class org.apache.hadoop.hive.ql.history.HiveHistoryViewer
-
- getSessionId() -
Method in class org.apache.hadoop.hive.ql.session.SessionState
-
- getSessionId() -
Method in class org.apache.hive.service.cli.SessionHandle
-
- getSessionId() -
Method in class org.apache.hive.service.cli.thrift.TSessionHandle
-
- getSessionName() -
Method in class org.apache.hadoop.hive.hwi.HWISessionItem
- The session name is an identifier to recognize the session.
- getSessionState() -
Method in class org.apache.hive.service.cli.session.Session
-
- getSessionVars() -
Method in class org.apache.hive.jdbc.Utils.JdbcConnectionParams
-
- getShort(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getShort(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getShort(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getShort(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getShort(Object, PrimitiveObjectInspector) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
- Get the short value out of a primitive object.
- getShort(int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getShort(String) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getShort(int) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getShort(String) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getShortName() -
Method in class org.apache.hadoop.hive.serde2.TestSerDe
-
- getShortUserName(UserGroupInformation) -
Method in interface org.apache.hadoop.hive.shims.HadoopShims
- Get the short name corresponding to the subject in the passed UGI
In secure versions of Hadoop, this returns the short name (after
undergoing the translation in the kerberos name rule mapping).
- getShortValue() -
Method in class org.apache.hive.service.cli.GetInfoValue
-
- getShowColumnsDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getShowCreateTblDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getShowDatabasesDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getShowFuncsDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getShowGrantDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getShowIndexesDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getShowLocksDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getShowPartsDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getShowTblPropertiesDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getShowTblsDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getShowTblStatusDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getSignature() -
Method in class org.apache.hadoop.hive.ql.exec.RowSchema
-
- getSink() -
Method in class org.apache.hadoop.hive.ql.plan.FetchWork
-
- getSize() -
Method in class org.apache.hadoop.hive.ql.io.RCFile.KeyBuffer
- get number of bytes to store the keyBuffer.
- getSize() -
Method in class org.apache.hive.service.cli.RowSet
-
- getSize() -
Method in class org.apache.hive.service.cli.TableSchema
-
- getSkewedColNames() -
Method in class org.apache.hadoop.hive.metastore.api.SkewedInfo
-
- getSkewedColNames() -
Method in class org.apache.hadoop.hive.metastore.model.MStorageDescriptor
-
- getSkewedColNames() -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
-
- getSkewedColNames() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getSkewedColNames() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableDesc
-
- getSkewedColNames() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableDesc
-
- getSkewedColNamesIterator() -
Method in class org.apache.hadoop.hive.metastore.api.SkewedInfo
-
- getSkewedColNamesSize() -
Method in class org.apache.hadoop.hive.metastore.api.SkewedInfo
-
- getSkewedColumnNames(String) -
Method in class org.apache.hadoop.hive.ql.parse.QB
- Retrieve skewed column name for a table.
- getSkewedColValueLocationMaps() -
Method in class org.apache.hadoop.hive.metastore.api.SkewedInfo
-
- getSkewedColValueLocationMaps() -
Method in class org.apache.hadoop.hive.metastore.model.MStorageDescriptor
-
- getSkewedColValueLocationMaps() -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
-
- getSkewedColValueLocationMaps() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getSkewedColValueLocationMapsSize() -
Method in class org.apache.hadoop.hive.metastore.api.SkewedInfo
-
- getSkewedColValues() -
Method in class org.apache.hadoop.hive.metastore.api.SkewedInfo
-
- getSkewedColValues() -
Method in class org.apache.hadoop.hive.metastore.model.MStorageDescriptor
-
- getSkewedColValues() -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
-
- getSkewedColValues() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getSkewedColValues() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableDesc
-
- getSkewedColValues() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableDesc
-
- getSkewedColValuesIterator() -
Method in class org.apache.hadoop.hive.metastore.api.SkewedInfo
-
- getSkewedColValuesSize() -
Method in class org.apache.hadoop.hive.metastore.api.SkewedInfo
-
- getSkewedInfo() -
Method in class org.apache.hadoop.hive.metastore.api.StorageDescriptor
-
- getSkewedInfo() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getSkewedLocations() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableDesc
-
- getSkewedValueFromASTNode(ASTNode) -
Method in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
- Given a ASTNode, return list of values.
- getSkewedValuesFromASTNode(Node) -
Method in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
- Retrieve skewed values from ASTNode.
- getSkewKeyDefinition() -
Method in class org.apache.hadoop.hive.ql.plan.HashTableSinkDesc
-
- getSkewKeyDefinition() -
Method in class org.apache.hadoop.hive.ql.plan.JoinDesc
-
- getSkewKeysValuesTables() -
Method in class org.apache.hadoop.hive.ql.plan.HashTableSinkDesc
-
- getSkewKeysValuesTables() -
Method in class org.apache.hadoop.hive.ql.plan.JoinDesc
-
- getSmallIntValue() -
Method in class org.apache.hive.service.cli.thrift.TGetInfoValue
-
- getSmallKeysDirMap() -
Method in class org.apache.hadoop.hive.ql.plan.HashTableSinkDesc
-
- getSmallKeysDirMap() -
Method in class org.apache.hadoop.hive.ql.plan.JoinDesc
-
- getSocket() -
Method in class org.apache.hadoop.hive.thrift.TUGIContainingTransport
- If the underlying TTransport is an instance of TSocket, it returns the Socket object
which it contains.
- getSolution() -
Method in class org.apache.hadoop.hive.ql.exec.errors.ErrorAndSolution
-
- getSortByForClause(String) -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
- Get the Sort By AST for the clause.
- getSortColNames() -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
-
- getSortCols() -
Method in class org.apache.hadoop.hive.metastore.api.StorageDescriptor
-
- getSortCols() -
Method in class org.apache.hadoop.hive.metastore.model.MStorageDescriptor
-
- getSortCols() -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
-
- getSortCols() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getSortCols() -
Method in class org.apache.hadoop.hive.ql.plan.AddPartitionDesc
-
- getSortCols() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableDesc
-
- getSortColsIterator() -
Method in class org.apache.hadoop.hive.metastore.api.StorageDescriptor
-
- getSortColsSize() -
Method in class org.apache.hadoop.hive.metastore.api.StorageDescriptor
-
- getSortColumns() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableDesc
-
- getSource() -
Method in class org.apache.hadoop.hive.ql.plan.FetchWork
-
- getSourceDir() -
Method in class org.apache.hadoop.hive.ql.plan.LoadDesc
-
- getSourceDirs() -
Method in class org.apache.hadoop.hive.ql.plan.LoadMultiFilesDesc
-
- getSourceTable() -
Method in class org.apache.hadoop.hive.ql.parse.PrunedPartitionList
-
- getSPColNames() -
Method in class org.apache.hadoop.hive.ql.plan.DynamicPartitionCtx
-
- getSpec() -
Method in class org.apache.hadoop.hive.ql.metadata.DummyPartition
-
- getSpec() -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
-
- getSpec() -
Method in class org.apache.hadoop.hive.ql.plan.AlterIndexDesc
-
- getSpillSerDe(byte, Map<Byte, TableDesc>, JoinDesc, boolean) -
Static method in class org.apache.hadoop.hive.ql.exec.JoinUtil
-
- getSpillTableDesc(Byte, Map<Byte, TableDesc>, JoinDesc, boolean) -
Static method in class org.apache.hadoop.hive.ql.exec.JoinUtil
-
- getSpillTableDesc(Map<Byte, TableDesc>, JoinDesc, boolean) -
Static method in class org.apache.hadoop.hive.ql.exec.JoinUtil
-
- getSplit(int) -
Method in class org.apache.hadoop.hive.ql.io.BucketizedHiveInputSplit
-
- getSplitNum() -
Method in class org.apache.hadoop.hive.ql.exec.FetchOperator
-
- getSplits(JobConf, int) -
Method in class org.apache.hadoop.hive.ql.index.HiveIndexedInputFormat
-
- getSplits(JobConf, int) -
Method in class org.apache.hadoop.hive.ql.io.BucketizedHiveInputFormat
-
- getSplits(JobConf, int) -
Method in class org.apache.hadoop.hive.ql.io.CombineHiveInputFormat
- Create Hive splits based on CombineFileSplit.
- getSplits(JobConf, int) -
Method in class org.apache.hadoop.hive.ql.io.HiveInputFormat
-
- getSplits(JobConf, int) -
Method in class org.apache.hadoop.hive.ql.io.OneNullRowInputFormat
-
- getSplits(JobConf, int) -
Method in class org.apache.hadoop.hive.ql.io.SymlinkTextInputFormat
- Parses all target paths from job input directory which contains symlink
files, and splits the target data using TextInputFormat.
- getSplits(JobConf, int) -
Method in interface org.apache.hadoop.hive.shims.HadoopShims.CombineFileInputFormatShim
-
- getSplitSample() -
Method in class org.apache.hadoop.hive.ql.plan.FetchWork
-
- getSPPath() -
Method in class org.apache.hadoop.hive.ql.plan.DynamicPartitionCtx
-
- getSQLKeywords() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getSQLKeywords() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getSQLState() -
Method in enum org.apache.hadoop.hive.ql.ErrorMsg
-
- getSQLState() -
Method in class org.apache.hadoop.hive.ql.processors.CommandProcessorResponse
-
- getSQLState() -
Method in exception org.apache.hadoop.hive.service.HiveServerException
-
- getSqlState() -
Method in class org.apache.hive.service.cli.thrift.TStatus
-
- getSQLStateType() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getSQLStateType() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getSqlTableType() -
Method in class org.apache.hadoop.hive.jdbc.JdbcTable
-
- getSqlTableType() -
Method in class org.apache.hive.jdbc.JdbcTable
-
- getSqlType() -
Method in class org.apache.hadoop.hive.jdbc.JdbcColumn
-
- getSqlType() -
Method in class org.apache.hive.jdbc.JdbcColumn
-
- getSQLXML(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getSQLXML(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getSQLXML(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getSQLXML(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getSQLXML(int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getSQLXML(String) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getSQLXML(int) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getSQLXML(String) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getSrcChecksum() -
Static method in class org.apache.hive.common.util.HiveVersionInfo
- Get the checksum of the source files from which Hive was
built.
- getSrcForAlias(String) -
Method in class org.apache.hadoop.hive.ql.parse.QBMetaData
-
- getSrcForAlias(String) -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getSSIsSilent() -
Method in class org.apache.hadoop.hive.hwi.HWISessionItem
- This is a chained call to SessionState.getIsSilent().
- getStackTraces() -
Method in class org.apache.hadoop.hive.ql.exec.errors.TaskLogProcessor
- Processes the provided task logs to extract stack traces.
- getStackTraces() -
Method in class org.apache.hadoop.hive.ql.session.SessionState
-
- getStageAttributes() -
Method in class org.apache.hadoop.hive.ql.plan.api.Stage
-
- getStageAttributesSize() -
Method in class org.apache.hadoop.hive.ql.plan.api.Stage
-
- getStageCounters() -
Method in class org.apache.hadoop.hive.ql.plan.api.Stage
-
- getStageCountersSize() -
Method in class org.apache.hadoop.hive.ql.plan.api.Stage
-
- getStageGraph() -
Method in class org.apache.hadoop.hive.ql.plan.api.Query
-
- getStageId() -
Method in class org.apache.hadoop.hive.ql.plan.api.Stage
-
- getStageID() -
Method in class org.apache.hadoop.hive.ql.plan.MapredLocalWork
-
- getStageList() -
Method in class org.apache.hadoop.hive.ql.plan.api.Query
-
- getStageListIterator() -
Method in class org.apache.hadoop.hive.ql.plan.api.Query
-
- getStageListSize() -
Method in class org.apache.hadoop.hive.ql.plan.api.Query
-
- getStageType() -
Method in class org.apache.hadoop.hive.ql.plan.api.Stage
-
- getStandardConstantListObjectInspector(ObjectInspector, List<?>) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory
-
- getStandardConstantMapObjectInspector(ObjectInspector, ObjectInspector, Map<?, ?>) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory
-
- getStandardDeviationTime() -
Method in class org.apache.hadoop.hive.ql.plan.ReducerTimeStatsPerJob
-
- getStandardJavaObjectInspectorFromTypeInfo(TypeInfo) -
Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoUtils
- Returns the standard object inspector that can be used to translate an
object of that typeInfo to a standard object type.
- getStandardListObjectInspector(ObjectInspector) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory
-
- getStandardMapObjectInspector(ObjectInspector, ObjectInspector) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory
-
- getStandardObjectInspector(ObjectInspector) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
- Get the corresponding standard ObjectInspector for an ObjectInspector.
- getStandardObjectInspector(ObjectInspector, ObjectInspectorUtils.ObjectInspectorCopyOption) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
-
- getStandardObjectInspectors(Map<Byte, List<ObjectInspector>>) -
Static method in class org.apache.hadoop.hive.ql.exec.HashTableSinkOperator
-
- getStandardObjectInspectors(Map<Byte, List<ObjectInspector>>, int) -
Static method in class org.apache.hadoop.hive.ql.exec.JoinUtil
-
- getStandardOI() -
Method in class org.apache.hadoop.hive.ql.exec.HashTableSinkOperator.HashTableSinkObjectCtx
-
- getStandardStructFieldRef(String, List<? extends StructField>) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
-
- getStandardStructObjectInspector(List<String>, List<ObjectInspector>) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory
-
- getStandardStructObjectInspector(List<String>, List<ObjectInspector>, List<String>) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory
-
- getStandardStructTypeName(StructObjectInspector) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
-
- getStandardUnionObjectInspector(List<ObjectInspector>) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory
-
- getStandardUnionTypeName(UnionObjectInspector) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
-
- getStandardWritableObjectInspectorFromTypeInfo(TypeInfo) -
Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoUtils
- Returns the standard object inspector that can be used to translate an
object of that typeInfo to a standard object type.
- getStart() -
Method in class org.apache.hadoop.hive.ql.io.BucketizedHiveInputSplit
- The position of the first byte in the file to process.
- getStart() -
Method in class org.apache.hadoop.hive.ql.io.HiveInputFormat.HiveInputSplit
- The position of the first byte in the file to process.
- getStart() -
Method in class org.apache.hadoop.hive.ql.io.rcfile.merge.RCFileBlockMergeRecordReader
-
- getStart() -
Method in class org.apache.hadoop.hive.ql.io.RCFileRecordReader
-
- getStart() -
Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
-
- getStarted() -
Method in class org.apache.hadoop.hive.ql.QueryPlan
-
- getStartOffset() -
Method in class org.apache.hive.service.cli.RowSet
-
- getStartOffsets() -
Method in class org.apache.hadoop.hive.ql.io.CombineHiveInputFormat.CombineHiveInputSplit
- Returns an array containing the startoffsets of the files in the split.
- getStartOffsets() -
Method in interface org.apache.hadoop.hive.shims.HadoopShims.InputSplitShim
- Returns an array containing the startoffsets of the files in the split.
- getStartRowOffset() -
Method in class org.apache.hive.service.cli.thrift.TRowSet
-
- getStartTime(String) -
Method in class org.apache.hadoop.hive.ql.log.PerfLogger
-
- getStartTime() -
Method in class org.apache.hive.service.AbstractService
-
- getStartTime() -
Method in class org.apache.hive.service.FilterService
-
- getStartTime() -
Method in interface org.apache.hive.service.Service
- Get the service start time
- getStat(String) -
Method in class org.apache.hadoop.hive.ql.exec.Stat
-
- getStatColumnName(String) -
Static method in class org.apache.hadoop.hive.ql.stats.jdbc.JDBCStatsUtils
- Returns the column where the statistics for the given type are stored.
- getState() -
Method in class org.apache.hadoop.hive.service.HiveClusterStatus
-
- getState() -
Method in class org.apache.hive.service.cli.operation.Operation
-
- getStatement() -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getStatement() -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getStatement() -
Method in class org.apache.hive.service.cli.operation.ExecuteStatementOperation
-
- getStatement() -
Method in class org.apache.hive.service.cli.thrift.TExecuteStatementReq
-
- getStaticSpec() -
Method in class org.apache.hadoop.hive.ql.plan.FileSinkDesc
-
- getStats() -
Method in class org.apache.hadoop.hive.ql.exec.Operator
-
- getStats_obj() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.update_partition_column_statistics_args
-
- getStats_obj() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.update_table_column_statistics_args
-
- getStatsAggPrefix() -
Method in class org.apache.hadoop.hive.ql.plan.FileSinkDesc
- Construct the key prefix used as (intermediate) statistics publishing
and aggregation.
- getStatsAggPrefix() -
Method in class org.apache.hadoop.hive.ql.plan.TableScanDesc
-
- getStatsAggregator() -
Static method in class org.apache.hadoop.hive.ql.stats.StatsFactory
- Returns a Stats Aggregator implementation class for the IStatsAggregator interface
For example HBaseStatsAggregator for the HBase implementation
- getStatsData() -
Method in class org.apache.hadoop.hive.metastore.api.ColumnStatisticsObj
-
- getStatsDesc() -
Method in class org.apache.hadoop.hive.metastore.api.ColumnStatistics
-
- getStatsObj() -
Method in class org.apache.hadoop.hive.metastore.api.ColumnStatistics
-
- getStatsObjIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ColumnStatistics
-
- getStatsObjSize() -
Method in class org.apache.hadoop.hive.metastore.api.ColumnStatistics
-
- getStatsPublisher(JobConf) -
Static method in class org.apache.hadoop.hive.ql.exec.Utilities
-
- getStatsPublisher() -
Static method in class org.apache.hadoop.hive.ql.stats.StatsFactory
- Returns a Stats publisher implementation class for the IStatsPublisher interface
For example HBaseStatsPublisher for the HBase implementation
- getStatsRegistry(Configuration) -
Static method in class org.apache.hadoop.hive.ql.metadata.VirtualColumn
-
- getStatTableName() -
Static method in class org.apache.hadoop.hive.ql.stats.jdbc.JDBCStatsUtils
-
- getStatus() -
Method in class org.apache.hadoop.hive.hwi.HWISessionItem
- Used to represent to the user and other components what state the
HWISessionItem is in.
- getStatus() -
Method in class org.apache.hadoop.hive.metastore.events.ListenerEvent
-
- getStatus() -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- getStatus() -
Method in class org.apache.hadoop.hive.service.HiveServer.HiveServerHandler
- Return the status of the server.
- getStatus() -
Method in class org.apache.hive.service.cli.thrift.TCancelOperationResp
-
- getStatus() -
Method in class org.apache.hive.service.cli.thrift.TCloseOperationResp
-
- getStatus() -
Method in class org.apache.hive.service.cli.thrift.TCloseSessionResp
-
- getStatus() -
Method in class org.apache.hive.service.cli.thrift.TExecuteStatementResp
-
- getStatus() -
Method in class org.apache.hive.service.cli.thrift.TFetchResultsResp
-
- getStatus() -
Method in class org.apache.hive.service.cli.thrift.TGetCatalogsResp
-
- getStatus() -
Method in class org.apache.hive.service.cli.thrift.TGetColumnsResp
-
- getStatus() -
Method in class org.apache.hive.service.cli.thrift.TGetFunctionsResp
-
- getStatus() -
Method in class org.apache.hive.service.cli.thrift.TGetInfoResp
-
- getStatus() -
Method in class org.apache.hive.service.cli.thrift.TGetOperationStatusResp
-
- getStatus() -
Method in class org.apache.hive.service.cli.thrift.TGetResultSetMetadataResp
-
- getStatus() -
Method in class org.apache.hive.service.cli.thrift.TGetSchemasResp
-
- getStatus() -
Method in class org.apache.hive.service.cli.thrift.TGetTablesResp
-
- getStatus() -
Method in class org.apache.hive.service.cli.thrift.TGetTableTypesResp
-
- getStatus() -
Method in class org.apache.hive.service.cli.thrift.TGetTypeInfoResp
-
- getStatus() -
Method in class org.apache.hive.service.cli.thrift.TOpenSessionResp
-
- getStatusCode() -
Method in class org.apache.hive.service.cli.thrift.TStatus
-
- getStorageHandler(Configuration, String) -
Static method in class org.apache.hadoop.hive.ql.metadata.HiveUtils
-
- getStorageHandler() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getStorageHandler() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableDesc
-
- getStorageHandler() -
Method in class org.apache.hadoop.hive.ql.plan.CreateIndexDesc
-
- getStorageHandler() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableDesc
-
- getStoredStats() -
Method in class org.apache.hadoop.hive.ql.exec.Stat
-
- getStream() -
Method in class org.apache.hadoop.hive.ql.Context
-
- getStreamAliases() -
Method in class org.apache.hadoop.hive.ql.parse.QBJoinTree
-
- getStrExprProcessor() -
Static method in class org.apache.hadoop.hive.ql.parse.TypeCheckProcFactory
- Factory method to get StrExprProcessor.
- getString(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getString(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getString(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getString(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getString(Object, PrimitiveObjectInspector) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
- Get the String value out of a primitive object.
- getString(int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getString(String) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getString(int) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getString(String) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getStringCollection(String) -
Static method in class org.apache.hive.common.util.HiveStringUtils
- Returns a collection of strings.
- getStringColumn(String) -
Static method in class org.apache.hadoop.hive.ql.exec.TestExecDriver
-
- getStringColumn() -
Method in class org.apache.hive.service.cli.thrift.TColumn
-
- getStringFunctions() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getStringFunctions() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getStrings(String) -
Static method in class org.apache.hive.common.util.HiveStringUtils
- Returns an arraylist of strings.
- getStringStats() -
Method in class org.apache.hadoop.hive.metastore.api.ColumnStatisticsData
-
- getStringVal() -
Method in class org.apache.hive.service.cli.thrift.TColumnValue
-
- getStringValue() -
Method in class org.apache.hive.service.cli.GetInfoValue
-
- getStringValue() -
Method in class org.apache.hive.service.cli.thrift.TGetInfoValue
-
- getStructDesc() -
Method in class org.apache.hadoop.hive.metastore.api.ColumnStatisticsData
-
- getStructDesc() -
Method in class org.apache.hive.service.cli.thrift.TColumn
-
- getStructDesc() -
Method in class org.apache.hive.service.cli.thrift.TColumnValue
-
- getStructDesc() -
Method in class org.apache.hive.service.cli.thrift.TGetInfoValue
-
- getStructDesc() -
Method in class org.apache.hive.service.cli.thrift.TTypeEntry
-
- getStructEntry() -
Method in class org.apache.hive.service.cli.thrift.TTypeEntry
-
- getStructFieldData(Object, StructField) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector
-
- getStructFieldData(Object, StructField) -
Method in class org.apache.hadoop.hive.serde2.lazybinary.objectinspector.LazyBinaryStructObjectInspector
-
- getStructFieldData(Object, StructField) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedStructObjectInspector
-
- getStructFieldData(Object, StructField) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.MetadataListStructObjectInspector
-
- getStructFieldData(Object, StructField) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.ReflectionStructObjectInspector
-
- getStructFieldData(Object, StructField) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardStructObjectInspector
-
- getStructFieldData(Object, StructField) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StructObjectInspector
- returns null for data = null.
- getStructFieldData(Object, StructField) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.SubStructObjectInspector
-
- getStructFieldData(Object, StructField) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.UnionStructObjectInspector
-
- getStructFieldRef(String) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector
-
- getStructFieldRef(String) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedStructObjectInspector
-
- getStructFieldRef(String) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.ReflectionStructObjectInspector
-
- getStructFieldRef(String) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardStructObjectInspector
-
- getStructFieldRef(String) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StructObjectInspector
- Look up a field.
- getStructFieldRef(String) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.SubStructObjectInspector
-
- getStructFieldRef(String) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.UnionStructObjectInspector
-
- getStructFieldsDataAsList(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector
-
- getStructFieldsDataAsList(Object) -
Method in class org.apache.hadoop.hive.serde2.lazybinary.objectinspector.LazyBinaryStructObjectInspector
-
- getStructFieldsDataAsList(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedStructObjectInspector
-
- getStructFieldsDataAsList(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.MetadataListStructObjectInspector
-
- getStructFieldsDataAsList(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.ReflectionStructObjectInspector
-
- getStructFieldsDataAsList(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardStructObjectInspector
-
- getStructFieldsDataAsList(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StructObjectInspector
- returns null for data = null.
- getStructFieldsDataAsList(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.SubStructObjectInspector
-
- getStructFieldsDataAsList(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.UnionStructObjectInspector
-
- getStructFieldTypeInfo(String) -
Method in class org.apache.hadoop.hive.serde2.typeinfo.StructTypeInfo
-
- getStructTypeInfo(List<String>, List<TypeInfo>) -
Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
-
- getSubqAliases() -
Method in class org.apache.hadoop.hive.ql.parse.QB
-
- getSubqForAlias(String) -
Method in class org.apache.hadoop.hive.ql.parse.QB
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_index_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_with_environment_context_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partitions_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_by_name_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_all_databases_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_all_tables_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_config_value_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_database_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_databases_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_delegation_token_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_fields_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_index_by_name_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_index_names_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_indexes_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_by_name_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_column_statistics_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_ps_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_with_auth_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_filter_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_names_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_with_auth_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_with_auth_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_privilege_set_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_role_names_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_schema_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_column_statistics_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_names_by_filter_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_objects_by_name_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_tables_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_all_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.list_privileges_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.list_roles_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.partition_name_to_spec_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.partition_name_to_vals_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.renew_delegation_token_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.set_ugi_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.service.ThriftHive.fetchAll_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.service.ThriftHive.fetchN_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.service.ThriftHive.fetchOne_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.service.ThriftHive.getClusterStatus_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.service.ThriftHive.getQueryPlan_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.service.ThriftHive.getSchema_result
-
- getSuccess() -
Method in class org.apache.hadoop.hive.service.ThriftHive.getThriftSchema_result
-
- getSuccess() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.CancelOperation_result
-
- getSuccess() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.CloseOperation_result
-
- getSuccess() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.CloseSession_result
-
- getSuccess() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.ExecuteStatement_result
-
- getSuccess() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.FetchResults_result
-
- getSuccess() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetCatalogs_result
-
- getSuccess() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetColumns_result
-
- getSuccess() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetFunctions_result
-
- getSuccess() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetInfo_result
-
- getSuccess() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetOperationStatus_result
-
- getSuccess() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetResultSetMetadata_result
-
- getSuccess() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetSchemas_result
-
- getSuccess() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetTables_result
-
- getSuccess() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetTableTypes_result
-
- getSuccess() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.GetTypeInfo_result
-
- getSuccess() -
Method in class org.apache.hive.service.cli.thrift.TCLIService.OpenSession_result
-
- getSuccessIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_all_databases_result
-
- getSuccessIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_all_tables_result
-
- getSuccessIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_databases_result
-
- getSuccessIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_fields_result
-
- getSuccessIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_index_names_result
-
- getSuccessIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_indexes_result
-
- getSuccessIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_ps_result
-
- getSuccessIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_result
-
- getSuccessIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_filter_result
-
- getSuccessIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_names_result
-
- getSuccessIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_result
-
- getSuccessIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_with_auth_result
-
- getSuccessIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_result
-
- getSuccessIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_with_auth_result
-
- getSuccessIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_role_names_result
-
- getSuccessIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_schema_result
-
- getSuccessIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_names_by_filter_result
-
- getSuccessIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_objects_by_name_result
-
- getSuccessIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_tables_result
-
- getSuccessIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.list_privileges_result
-
- getSuccessIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.list_roles_result
-
- getSuccessIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.partition_name_to_vals_result
-
- getSuccessIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.set_ugi_result
-
- getSuccessIterator() -
Method in class org.apache.hadoop.hive.service.ThriftHive.fetchAll_result
-
- getSuccessIterator() -
Method in class org.apache.hadoop.hive.service.ThriftHive.fetchN_result
-
- getSuccessSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_all_databases_result
-
- getSuccessSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_all_tables_result
-
- getSuccessSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_databases_result
-
- getSuccessSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_fields_result
-
- getSuccessSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_index_names_result
-
- getSuccessSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_indexes_result
-
- getSuccessSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_ps_result
-
- getSuccessSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_result
-
- getSuccessSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_filter_result
-
- getSuccessSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_names_result
-
- getSuccessSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_result
-
- getSuccessSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_with_auth_result
-
- getSuccessSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_result
-
- getSuccessSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_with_auth_result
-
- getSuccessSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_role_names_result
-
- getSuccessSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_schema_result
-
- getSuccessSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_names_by_filter_result
-
- getSuccessSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_objects_by_name_result
-
- getSuccessSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_tables_result
-
- getSuccessSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_all_result
-
- getSuccessSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.list_privileges_result
-
- getSuccessSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.list_roles_result
-
- getSuccessSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.partition_name_to_spec_result
-
- getSuccessSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.partition_name_to_vals_result
-
- getSuccessSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.set_ugi_result
-
- getSuccessSize() -
Method in class org.apache.hadoop.hive.service.ThriftHive.fetchAll_result
-
- getSuccessSize() -
Method in class org.apache.hadoop.hive.service.ThriftHive.fetchN_result
-
- GetSuffix(int) -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
-
- getSuperTables(String, String, String) -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getSuperTables(String, String, String) -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getSuperTypes(String, String, String) -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getSuperTypes(String, String, String) -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getSupportedStatistics() -
Static method in class org.apache.hadoop.hive.ql.stats.jdbc.JDBCStatsUtils
- Returns the set of supported statistics
- getSwitchDatabaseDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getSystemFunctions() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getSystemFunctions() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getT() -
Method in class org.apache.hadoop.hive.ql.hooks.Entity
-
- getTabAlias() -
Method in class org.apache.hadoop.hive.ql.exec.ColumnInfo
-
- getTabAlias() -
Method in class org.apache.hadoop.hive.ql.hooks.LineageInfo.BaseColumnInfo
-
- getTabAlias() -
Method in class org.apache.hadoop.hive.ql.optimizer.listbucketingpruner.LBExprProcCtx
-
- getTabAlias() -
Method in class org.apache.hadoop.hive.ql.optimizer.pcr.PcrExprProcCtx
-
- getTabAlias() -
Method in class org.apache.hadoop.hive.ql.optimizer.ppr.ExprProcCtx
-
- getTabAlias() -
Method in class org.apache.hadoop.hive.ql.optimizer.ppr.ExprPrunerInfo
-
- getTabAlias() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeColumnDesc
-
- getTabAliases() -
Method in class org.apache.hadoop.hive.ql.parse.QB
-
- getTable(String, String) -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- getTable() -
Method in class org.apache.hadoop.hive.metastore.events.AddPartitionEvent
-
- getTable() -
Method in class org.apache.hadoop.hive.metastore.events.CreateTableEvent
-
- getTable() -
Method in class org.apache.hadoop.hive.metastore.events.DropPartitionEvent
-
- getTable() -
Method in class org.apache.hadoop.hive.metastore.events.DropTableEvent
-
- getTable() -
Method in class org.apache.hadoop.hive.metastore.events.LoadPartitionDoneEvent
-
- getTable() -
Method in class org.apache.hadoop.hive.metastore.events.PreCreateTableEvent
-
- getTable() -
Method in class org.apache.hadoop.hive.metastore.events.PreDropTableEvent
-
- getTable(String, String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
-
- getTable(String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
- Deprecated.
- getTable(String) -
Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
- Deprecated. As of release 0.6.0 replaced by
IMetaStoreClient.getTable(String, String)
.
This method will be removed in release 0.7.0.
- getTable(String, String) -
Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
- Get a table object.
- getTable() -
Method in class org.apache.hadoop.hive.metastore.model.MPartition
-
- getTable() -
Method in class org.apache.hadoop.hive.metastore.model.MTableColumnPrivilege
-
- getTable() -
Method in class org.apache.hadoop.hive.metastore.model.MTableColumnStatistics
-
- getTable() -
Method in class org.apache.hadoop.hive.metastore.model.MTablePrivilege
-
- getTable(String, String) -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getTable(String, String) -
Method in interface org.apache.hadoop.hive.metastore.RawStore
-
- getTable() -
Method in class org.apache.hadoop.hive.ql.hooks.Entity
- Get the table associated with the entity.
- getTable() -
Method in class org.apache.hadoop.hive.ql.hooks.LineageInfo.DataContainer
-
- getTable() -
Method in class org.apache.hadoop.hive.ql.hooks.LineageInfo.TableAliasInfo
-
- getTable(String) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
- Returns metadata for the table named tableName
- getTable(String, boolean) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
- Returns metadata for the table named tableName
- getTable(String, String) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
- Returns metadata of the table
- getTable(String, String, boolean) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
- Returns metadata of the table
- getTable() -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
-
- getTable() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableDesc
-
- getTable() -
Method in class org.apache.hadoop.hive.ql.plan.DescFunctionDesc
-
- getTable() -
Method in class org.apache.hadoop.hive.ql.plan.DescTableDesc
-
- getTable() -
Method in class org.apache.hadoop.hive.ql.plan.LoadTableDesc
-
- getTable() -
Method in class org.apache.hadoop.hive.ql.plan.PrivilegeObjectDesc
-
- getTable() -
Method in class org.apache.hadoop.hive.ql.plan.ShowColumnsDesc
-
- getTable() -
Method in class org.apache.hadoop.hive.ql.plan.ShowCreateTableDesc
-
- getTable() -
Method in class org.apache.hadoop.hive.ql.plan.ShowDatabasesDesc
-
- getTable() -
Method in class org.apache.hadoop.hive.ql.plan.ShowFunctionsDesc
-
- getTable() -
Method in class org.apache.hadoop.hive.ql.plan.ShowLocksDesc
-
- getTable() -
Method in class org.apache.hadoop.hive.ql.plan.ShowPartitionsDesc
-
- getTable() -
Method in class org.apache.hadoop.hive.ql.plan.ShowTablesDesc
-
- getTable() -
Method in class org.apache.hadoop.hive.ql.plan.ShowTableStatusDesc
-
- getTable() -
Method in class org.apache.hadoop.hive.ql.plan.ShowTblPropertiesDesc
-
- getTable_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_fields_args
-
- getTable_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_schema_args
-
- getTableAccessInfo() -
Method in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
- Gets the table access information.
- getTableAccessInfo() -
Method in class org.apache.hadoop.hive.ql.parse.TableAccessCtx
-
- getTableAccessInfo() -
Method in class org.apache.hadoop.hive.ql.QueryPlan
- Gets the table access information.
- getTableCatalog() -
Method in class org.apache.hadoop.hive.jdbc.JdbcColumn
-
- getTableCatalog() -
Method in class org.apache.hadoop.hive.jdbc.JdbcTable
-
- getTableCatalog() -
Method in class org.apache.hive.jdbc.JdbcColumn
-
- getTableCatalog() -
Method in class org.apache.hive.jdbc.JdbcTable
-
- getTableColumnStatistics(String, String, String) -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- getTableColumnStatistics(String, String, String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
- Get table level column statistics given dbName, tableName and colName
- getTableColumnStatistics(String, String, String) -
Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
- Get table level column statistics given dbName, tableName and colName
- getTableColumnStatistics(String, String, String) -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getTableColumnStatistics(String, String, String) -
Method in interface org.apache.hadoop.hive.metastore.RawStore
- Returns the relevant column statistics for a given column in a given table in a given database
if such statistics exist.
- getTableColumnStatistics(String, String, String) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
-
- getTableDesc() -
Method in class org.apache.hadoop.hive.ql.exec.TableScanOperator
-
- getTableDesc(Table) -
Static method in class org.apache.hadoop.hive.ql.exec.Utilities
-
- getTableDesc(String, String) -
Static method in class org.apache.hadoop.hive.ql.exec.Utilities
-
- getTableDesc() -
Method in class org.apache.hadoop.hive.ql.parse.QB
-
- getTableDesc() -
Method in class org.apache.hadoop.hive.ql.plan.PartitionDesc
-
- getTableDesc(Class<? extends Deserializer>, String, String) -
Static method in class org.apache.hadoop.hive.ql.plan.PlanUtils
- Generate the table descriptor of given serde with the separatorCode and
column names (comma separated string).
- getTableDesc(Class<? extends Deserializer>, String, String, boolean) -
Static method in class org.apache.hadoop.hive.ql.plan.PlanUtils
- Generate the table descriptor of the serde specified with the separatorCode
and column names (comma separated string), and whether the last column
should take the rest of the line.
- getTableDesc(Class<? extends Deserializer>, String, String, String, boolean) -
Static method in class org.apache.hadoop.hive.ql.plan.PlanUtils
-
- getTableDesc(Class<? extends Deserializer>, String, String, String, boolean, boolean) -
Static method in class org.apache.hadoop.hive.ql.plan.PlanUtils
-
- getTableDesc(Class<? extends Deserializer>, String, String, String, boolean, boolean, String) -
Static method in class org.apache.hadoop.hive.ql.plan.PlanUtils
-
- getTableDesc(CreateTableDesc, String, String) -
Static method in class org.apache.hadoop.hive.ql.plan.PlanUtils
- Generate a table descriptor from a createTableDesc.
- getTableForAlias(String) -
Method in class org.apache.hadoop.hive.ql.parse.QBMetaData
-
- getTableInfo() -
Method in class org.apache.hadoop.hive.ql.plan.FileSinkDesc
-
- getTableInformation(Table) -
Static method in class org.apache.hadoop.hive.ql.metadata.formatting.MetaDataFormatUtils
-
- getTableName(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveResultSetMetaData
-
- getTableName() -
Method in class org.apache.hadoop.hive.jdbc.JdbcColumn
-
- getTableName() -
Method in class org.apache.hadoop.hive.jdbc.JdbcTable
-
- getTableName() -
Method in class org.apache.hadoop.hive.metastore.api.ColumnStatisticsDesc
-
- getTableName() -
Method in class org.apache.hadoop.hive.metastore.api.Partition
-
- getTableName() -
Method in class org.apache.hadoop.hive.metastore.api.Table
-
- getTableName() -
Method in class org.apache.hadoop.hive.metastore.events.PreAlterPartitionEvent
-
- getTableName() -
Method in class org.apache.hadoop.hive.metastore.events.PreLoadPartitionDoneEvent
-
- getTableName() -
Method in class org.apache.hadoop.hive.metastore.model.MPartitionColumnStatistics
-
- getTableName() -
Method in class org.apache.hadoop.hive.metastore.model.MTable
-
- getTableName() -
Method in class org.apache.hadoop.hive.metastore.model.MTableColumnStatistics
-
- getTableName() -
Method in class org.apache.hadoop.hive.ql.metadata.CheckResult.PartitionResult
-
- getTableName() -
Method in exception org.apache.hadoop.hive.ql.metadata.InvalidTableException
-
- getTableName() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getTableName() -
Method in class org.apache.hadoop.hive.ql.parse.AlterTablePartMergeFilesDesc
-
- getTableName() -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getTableName() -
Method in class org.apache.hadoop.hive.ql.plan.AddPartitionDesc
-
- getTableName() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableSimpleDesc
-
- getTableName() -
Method in class org.apache.hadoop.hive.ql.plan.ColumnStatsDesc
-
- getTableName() -
Method in class org.apache.hadoop.hive.ql.plan.CreateIndexDesc
-
- getTableName() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableDesc
-
- getTableName() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableLikeDesc
-
- getTableName() -
Method in class org.apache.hadoop.hive.ql.plan.DescTableDesc
-
- getTableName() -
Method in class org.apache.hadoop.hive.ql.plan.DropIndexDesc
-
- getTableName() -
Method in class org.apache.hadoop.hive.ql.plan.DropTableDesc
-
- getTableName() -
Method in class org.apache.hadoop.hive.ql.plan.LockTableDesc
-
- getTableName() -
Method in class org.apache.hadoop.hive.ql.plan.MsckDesc
-
- getTableName() -
Method in class org.apache.hadoop.hive.ql.plan.PartitionDesc
-
- getTableName() -
Method in class org.apache.hadoop.hive.ql.plan.RenamePartitionDesc
-
- getTableName() -
Method in class org.apache.hadoop.hive.ql.plan.ShowColumnsDesc
-
- getTableName() -
Method in class org.apache.hadoop.hive.ql.plan.ShowCreateTableDesc
-
- getTableName() -
Method in class org.apache.hadoop.hive.ql.plan.ShowIndexesDesc
-
- getTableName() -
Method in class org.apache.hadoop.hive.ql.plan.ShowLocksDesc
-
- getTableName() -
Method in class org.apache.hadoop.hive.ql.plan.ShowTblPropertiesDesc
-
- getTableName() -
Method in class org.apache.hadoop.hive.ql.plan.TableDesc
-
- getTableName() -
Method in class org.apache.hadoop.hive.ql.plan.UnlockTableDesc
-
- getTableName(int) -
Method in class org.apache.hive.jdbc.HiveResultSetMetaData
-
- getTableName() -
Method in class org.apache.hive.jdbc.JdbcColumn
-
- getTableName() -
Method in class org.apache.hive.jdbc.JdbcTable
-
- getTableName() -
Method in class org.apache.hive.service.cli.thrift.TGetColumnsReq
-
- getTableName() -
Method in class org.apache.hive.service.cli.thrift.TGetTablesReq
-
- getTableNames() -
Method in class org.apache.hadoop.hive.ql.parse.RowResolver
-
- getTableObjectsByName(String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- getTableObjectsByName(String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
-
- getTableObjectsByName(String, List<String>) -
Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
-
- getTableObjectsByName(String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getTableObjectsByName(String, List<String>) -
Method in interface org.apache.hadoop.hive.metastore.RawStore
-
- getTablePath(String, String) -
Method in class org.apache.hadoop.hive.metastore.Warehouse
-
- getTablePath(Database, String) -
Method in class org.apache.hadoop.hive.metastore.Warehouse
-
- getTablePrivileges(String, String, String) -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getTablePrivileges(String, String, String) -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getTablePrivilegeSet(String, String, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- getTablePrivilegeSet(String, String, String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getTablePrivilegeSet(String, String, String, List<String>) -
Method in interface org.apache.hadoop.hive.metastore.RawStore
-
- getTables(String, String, String, String[]) -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getTables(String, String) -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- getTables(String, String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
- Get the names of all tables in the specified database that satisfy the supplied
table name pattern.
- getTables(String, String) -
Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
- Get the names of all tables in the specified database that satisfy the supplied
table name pattern.
- getTables(String, String) -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getTables(String, String) -
Method in interface org.apache.hadoop.hive.metastore.RawStore
-
- getTables(String, String, String, String[]) -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getTables(SessionHandle, String, String, String, List<String>) -
Method in class org.apache.hive.service.cli.CLIService
-
- getTables(SessionHandle, String, String, String, List<String>) -
Method in class org.apache.hive.service.cli.CLIServiceClient
-
- getTables(SessionHandle, String, String, String, List<String>) -
Method in class org.apache.hive.service.cli.EmbeddedCLIServiceClient
-
- getTables(SessionHandle, String, String, String, List<String>) -
Method in interface org.apache.hive.service.cli.ICLIService
-
- getTables(String, String, String, List<String>) -
Method in class org.apache.hive.service.cli.session.Session
-
- GetTables(TGetTablesReq, AsyncMethodCallback<TCLIService.AsyncClient.GetTables_call>) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.AsyncClient
-
- GetTables(TGetTablesReq, AsyncMethodCallback<TCLIService.AsyncClient.GetTables_call>) -
Method in interface org.apache.hive.service.cli.thrift.TCLIService.AsyncIface
-
- GetTables(TGetTablesReq) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Client
-
- GetTables(TGetTablesReq) -
Method in interface org.apache.hive.service.cli.thrift.TCLIService.Iface
-
- GetTables(TGetTablesReq) -
Method in class org.apache.hive.service.cli.thrift.ThriftCLIService
-
- getTables(SessionHandle, String, String, String, List<String>) -
Method in class org.apache.hive.service.cli.thrift.ThriftCLIServiceClient
-
- getTablesByPattern(String) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
- Returns all existing tables from default database which match the given
pattern.
- getTablesByPattern(String, String) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
- Returns all existing tables from the specified database which match the given
pattern.
- getTableScanMapJoin() -
Static method in class org.apache.hadoop.hive.ql.optimizer.MapJoinFactory
-
- getTableScanProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.ColumnPrunerProcFactory
- Factory method to get the ColumnPrunerDefaultProc class.
- getTablesForDb(String, String) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
- Returns all existing tables from the given database which match the given
pattern.
- getTablesNotInMs() -
Method in class org.apache.hadoop.hive.ql.metadata.CheckResult
-
- getTablesNotOnFs() -
Method in class org.apache.hadoop.hive.ql.metadata.CheckResult
-
- GetTablesOperation - Class in org.apache.hive.service.cli.operation
- GetTablesOperation.
- GetTablesOperation(Session, String, String, String, List<String>) -
Constructor for class org.apache.hive.service.cli.operation.GetTablesOperation
-
- getTableSpec(String) -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getTableSpec() -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
- This method is used only for the anlayze command to get the partition specs
- getTableSpecs() -
Method in class org.apache.hadoop.hive.ql.plan.StatsWork
-
- getTableType() -
Method in class org.apache.hadoop.hive.metastore.api.Table
-
- getTableType() -
Method in class org.apache.hadoop.hive.metastore.model.MTable
-
- getTableType() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getTableTypes() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getTableTypes() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getTableTypes(SessionHandle) -
Method in class org.apache.hive.service.cli.CLIService
-
- getTableTypes(SessionHandle) -
Method in class org.apache.hive.service.cli.CLIServiceClient
-
- getTableTypes(SessionHandle) -
Method in class org.apache.hive.service.cli.EmbeddedCLIServiceClient
-
- getTableTypes(SessionHandle) -
Method in interface org.apache.hive.service.cli.ICLIService
-
- getTableTypes() -
Method in class org.apache.hive.service.cli.session.Session
-
- GetTableTypes(TGetTableTypesReq, AsyncMethodCallback<TCLIService.AsyncClient.GetTableTypes_call>) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.AsyncClient
-
- GetTableTypes(TGetTableTypesReq, AsyncMethodCallback<TCLIService.AsyncClient.GetTableTypes_call>) -
Method in interface org.apache.hive.service.cli.thrift.TCLIService.AsyncIface
-
- GetTableTypes(TGetTableTypesReq) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Client
-
- GetTableTypes(TGetTableTypesReq) -
Method in interface org.apache.hive.service.cli.thrift.TCLIService.Iface
-
- getTableTypes() -
Method in class org.apache.hive.service.cli.thrift.TGetTablesReq
-
- GetTableTypes(TGetTableTypesReq) -
Method in class org.apache.hive.service.cli.thrift.ThriftCLIService
-
- getTableTypes(SessionHandle) -
Method in class org.apache.hive.service.cli.thrift.ThriftCLIServiceClient
-
- getTableTypesIterator() -
Method in class org.apache.hive.service.cli.thrift.TGetTablesReq
-
- GetTableTypesOperation - Class in org.apache.hive.service.cli.operation
- GetTableTypesOperation.
- GetTableTypesOperation(Session) -
Constructor for class org.apache.hive.service.cli.operation.GetTableTypesOperation
-
- getTableTypesSize() -
Method in class org.apache.hive.service.cli.thrift.TGetTablesReq
-
- getTabName() -
Method in class org.apache.hadoop.hive.ql.plan.ShowPartitionsDesc
-
- getTabNameForAlias(String) -
Method in class org.apache.hadoop.hive.ql.parse.QB
-
- getTabSample(String) -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getTabSize(int) -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
-
- getTag() -
Method in class org.apache.hadoop.hive.ql.plan.ReduceSinkDesc
-
- getTag() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazyUnion
- Get the tag of the union
- getTag(Object) -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyUnionObjectInspector
-
- getTag(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedUnionObjectInspector
-
- getTag(Object) -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardUnionObjectInspector
- Return the tag of the object.
- getTag() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardUnionObjectInspector.StandardUnion
-
- getTag() -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.UnionObject
- Get the tag of the union.
- getTag(Object) -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.UnionObjectInspector
- Return the tag of the object.
- getTagOrder() -
Method in class org.apache.hadoop.hive.ql.plan.HashTableSinkDesc
-
- getTagOrder() -
Method in class org.apache.hadoop.hive.ql.plan.JoinDesc
- The order in which tables should be processed when joining.
- getTagToAlias() -
Method in class org.apache.hadoop.hive.ql.plan.SMBJoinDesc
-
- getTagToValueDesc() -
Method in class org.apache.hadoop.hive.ql.plan.MapredWork
-
- getTargetDir() -
Method in class org.apache.hadoop.hive.ql.plan.LoadFileDesc
-
- getTargetDirs() -
Method in class org.apache.hadoop.hive.ql.plan.LoadMultiFilesDesc
-
- getTargetSplit() -
Method in class org.apache.hadoop.hive.ql.io.SymlinkTextInputFormat.SymlinkTextInputSplit
- Gets the target split, i.e.
- getTask() -
Method in class org.apache.hadoop.hive.ql.exec.TaskRunner
-
- getTaskAttemptLogUrl(JobConf, String, String) -
Method in interface org.apache.hadoop.hive.shims.HadoopShims
- Constructs and Returns TaskAttempt Log Url
or null if the TaskLogServlet is not available
- getTaskAttributes() -
Method in class org.apache.hadoop.hive.ql.plan.api.Task
-
- getTaskAttributesSize() -
Method in class org.apache.hadoop.hive.ql.plan.api.Task
-
- getTaskCounters() -
Method in class org.apache.hadoop.hive.ql.plan.api.Task
-
- getTaskCountersSize() -
Method in class org.apache.hadoop.hive.ql.plan.api.Task
-
- getTaskId(Configuration) -
Static method in class org.apache.hadoop.hive.ql.exec.Utilities
- Gets the task id if we are running as a Hadoop job.
- getTaskId() -
Method in class org.apache.hadoop.hive.ql.plan.api.Task
-
- getTaskIdFromFilename(String) -
Static method in class org.apache.hadoop.hive.ql.exec.Utilities
- Get the task id from the filename.
- getTaskInfoMap() -
Method in class org.apache.hadoop.hive.ql.history.HiveHistoryViewer
-
- getTaskJobIDs(TaskCompletionEvent) -
Method in interface org.apache.hadoop.hive.shims.HadoopShims
- getTaskJobIDs returns an array of String with two elements.
- getTaskList() -
Method in class org.apache.hadoop.hive.ql.plan.api.Stage
-
- getTaskListIterator() -
Method in class org.apache.hadoop.hive.ql.plan.api.Stage
-
- getTaskListSize() -
Method in class org.apache.hadoop.hive.ql.plan.api.Stage
-
- getTaskOutPath(String) -
Method in class org.apache.hadoop.hive.ql.exec.FileSinkOperator.FSPaths
- Update OutPath according to tmpPath.
- getTasks(HiveConf, Object) -
Method in interface org.apache.hadoop.hive.ql.plan.ConditionalResolver
- All conditional resolvers implement this interface.
- getTasks(HiveConf, Object) -
Method in class org.apache.hadoop.hive.ql.plan.ConditionalResolverCommonJoin
-
- getTasks(HiveConf, Object) -
Method in class org.apache.hadoop.hive.ql.plan.ConditionalResolverMergeFiles
-
- getTasks(HiveConf, Object) -
Method in class org.apache.hadoop.hive.ql.plan.ConditionalResolverSkewJoin
-
- getTaskTag() -
Method in class org.apache.hadoop.hive.ql.exec.Task
-
- getTaskTmpDir() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext.GenMRMapJoinCtx
-
- getTaskTmpDir() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext.GenMRUnionCtx
-
- getTaskTrackers() -
Method in class org.apache.hadoop.hive.service.HiveClusterStatus
-
- getTaskType() -
Method in class org.apache.hadoop.hive.ql.plan.api.Task
-
- getTbl() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_args
-
- getTbl() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_with_environment_context_args
-
- getTbl() -
Method in class org.apache.hadoop.hive.ql.plan.HashTableDummyDesc
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_with_environment_context_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partitions_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_with_environment_context_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_by_name_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.delete_partition_column_statistics_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.delete_table_column_statistics_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_index_by_name_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_by_name_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_index_by_name_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_index_names_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_indexes_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_by_name_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_column_statistics_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_ps_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_with_auth_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_filter_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_names_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_with_auth_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_with_auth_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_column_statistics_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.isPartitionMarkedForEvent_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.markPartitionForEvent_args
-
- getTbl_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.rename_partition_args
-
- getTbl_names() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_objects_by_name_args
-
- getTbl_namesIterator() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_objects_by_name_args
-
- getTbl_namesSize() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_objects_by_name_args
-
- getTblDesc() -
Method in class org.apache.hadoop.hive.ql.exec.FetchTask
- Return the tableDesc of the fetchWork.
- getTblDesc() -
Method in class org.apache.hadoop.hive.ql.exec.HashTableSinkOperator.HashTableSinkObjectCtx
-
- getTblDesc() -
Method in class org.apache.hadoop.hive.ql.plan.FetchWork
-
- getTblDir() -
Method in class org.apache.hadoop.hive.ql.plan.FetchWork
-
- getTblDirPath() -
Method in class org.apache.hadoop.hive.ql.plan.FetchWork
-
- getTblProps() -
Method in class org.apache.hadoop.hive.ql.plan.CreateIndexDesc
-
- getTblProps() -
Method in class org.apache.hadoop.hive.ql.plan.CreateTableDesc
-
- getTblProps() -
Method in class org.apache.hadoop.hive.ql.plan.CreateViewDesc
-
- getTemplate() -
Method in class org.apache.hadoop.hive.ant.QTestGenTask
-
- getTemplatePath() -
Method in class org.apache.hadoop.hive.ant.QTestGenTask
-
- getText(ASTNode) -
Static method in enum org.apache.hadoop.hive.ql.ErrorMsg
-
- getTHRESHOLD() -
Static method in class org.apache.hadoop.hive.ql.exec.persistence.HashMapWrapper
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.AlreadyExistsException._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.BinaryColumnStatsData._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.BooleanColumnStatsData._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ColumnStatistics._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ColumnStatisticsData._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ColumnStatisticsDesc._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ColumnStatisticsObj._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ConfigValSecurityException._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.Database._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.DoubleColumnStatsData._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.EnvironmentContext._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.FieldSchema._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.HiveObjectPrivilege._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.HiveObjectRef._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.Index._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.IndexAlreadyExistsException._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.InvalidInputException._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.InvalidObjectException._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.InvalidOperationException._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.InvalidPartitionException._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.LongColumnStatsData._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.MetaException._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.NoSuchObjectException._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.Order._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.Partition._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.PrincipalPrivilegeSet._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.PrivilegeBag._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.PrivilegeGrantInfo._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.Role._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.Schema._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.SerDeInfo._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.SkewedInfo._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.StorageDescriptor._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.StringColumnStatsData._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.Table._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_index_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_index_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_with_environment_context_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_with_environment_context_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partitions_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partitions_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_database_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_database_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_index_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_index_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_with_environment_context_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_with_environment_context_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partitions_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partitions_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_with_environment_context_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_with_environment_context_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_by_name_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_by_name_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.cancel_delegation_token_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.cancel_delegation_token_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_database_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_database_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_role_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_role_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_with_environment_context_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_with_environment_context_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_type_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_type_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.delete_partition_column_statistics_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.delete_partition_column_statistics_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.delete_table_column_statistics_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.delete_table_column_statistics_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_database_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_database_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_index_by_name_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_index_by_name_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_by_name_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_by_name_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_role_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_role_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_table_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_table_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_type_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_type_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_all_databases_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_all_databases_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_all_tables_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_all_tables_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_config_value_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_config_value_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_database_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_database_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_databases_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_databases_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_delegation_token_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_delegation_token_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_fields_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_fields_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_index_by_name_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_index_by_name_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_index_names_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_index_names_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_indexes_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_indexes_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_by_name_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_by_name_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_column_statistics_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_column_statistics_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_ps_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_ps_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_with_auth_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_with_auth_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_filter_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_filter_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_names_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_by_names_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_with_auth_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_with_auth_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_with_auth_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_with_auth_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_privilege_set_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_privilege_set_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_role_names_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_role_names_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_schema_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_schema_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_column_statistics_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_column_statistics_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_names_by_filter_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_names_by_filter_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_objects_by_name_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_objects_by_name_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_tables_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_tables_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_all_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_all_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.grant_privileges_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.grant_privileges_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.grant_role_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.grant_role_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.isPartitionMarkedForEvent_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.isPartitionMarkedForEvent_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.list_privileges_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.list_privileges_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.list_roles_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.list_roles_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.markPartitionForEvent_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.markPartitionForEvent_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.partition_name_to_spec_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.partition_name_to_spec_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.partition_name_to_vals_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.partition_name_to_vals_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.rename_partition_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.rename_partition_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.renew_delegation_token_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.renew_delegation_token_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.revoke_privileges_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.revoke_privileges_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.revoke_role_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.revoke_role_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.set_ugi_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.set_ugi_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.update_partition_column_statistics_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.update_partition_column_statistics_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.update_table_column_statistics_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.update_table_column_statistics_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.Type._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.UnknownDBException._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.UnknownPartitionException._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.UnknownTableException._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.metastore.api.Version._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.ql.plan.api.Adjacency._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.ql.plan.api.Graph._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.ql.plan.api.Operator._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.ql.plan.api.Query._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.ql.plan.api.QueryPlan._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.ql.plan.api.Stage._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.ql.plan.api.Task._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.serde.test.InnerStruct._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.serde.test.ThriftTestObj._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.serde2.thrift.test.Complex._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.serde2.thrift.test.IntString._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.serde2.thrift.test.MegaStruct._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.serde2.thrift.test.MiniStruct._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.service.HiveClusterStatus._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.service.HiveServerException._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.clean_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.clean_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.execute_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.execute_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.fetchAll_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.fetchAll_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.fetchN_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.fetchN_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.fetchOne_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.fetchOne_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.getClusterStatus_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.getClusterStatus_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.getQueryPlan_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.getQueryPlan_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.getSchema_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.getSchema_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.getThriftSchema_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hadoop.hive.service.ThriftHive.getThriftSchema_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TArrayTypeEntry._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TBoolValue._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TByteValue._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCancelOperationReq._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCancelOperationResp._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.CancelOperation_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.CancelOperation_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.CloseOperation_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.CloseOperation_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.CloseSession_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.CloseSession_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.ExecuteStatement_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.ExecuteStatement_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.FetchResults_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.FetchResults_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetCatalogs_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetCatalogs_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetColumns_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetColumns_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetFunctions_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetFunctions_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetInfo_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetInfo_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetOperationStatus_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetOperationStatus_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetResultSetMetadata_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetResultSetMetadata_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetSchemas_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetSchemas_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetTables_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetTables_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetTableTypes_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetTableTypes_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetTypeInfo_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.GetTypeInfo_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.OpenSession_args._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCLIService.OpenSession_result._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCloseOperationReq._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCloseOperationResp._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCloseSessionReq._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TCloseSessionResp._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TColumn._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TColumnDesc._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TColumnValue._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TDoubleValue._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TExecuteStatementReq._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TExecuteStatementResp._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TFetchResultsReq._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TFetchResultsResp._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TGetCatalogsReq._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TGetCatalogsResp._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TGetColumnsReq._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TGetColumnsResp._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TGetFunctionsReq._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TGetFunctionsResp._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TGetInfoReq._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TGetInfoResp._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TGetInfoValue._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TGetOperationStatusReq._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TGetOperationStatusResp._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TGetResultSetMetadataReq._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TGetResultSetMetadataResp._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TGetSchemasReq._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TGetSchemasResp._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TGetTablesReq._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TGetTablesResp._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TGetTableTypesReq._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TGetTableTypesResp._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TGetTypeInfoReq._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TGetTypeInfoResp._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.THandleIdentifier._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TI16Value._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TI32Value._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TI64Value._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TMapTypeEntry._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TOpenSessionReq._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TOpenSessionResp._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TOperationHandle._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TPrimitiveTypeEntry._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TRow._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TRowSet._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TSessionHandle._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TStatus._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TStringValue._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TStructTypeEntry._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TTableSchema._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TTypeDesc._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TTypeEntry._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TUnionTypeEntry._Fields
-
- getThriftFieldId() -
Method in enum org.apache.hive.service.cli.thrift.TUserDefinedTypeEntry._Fields
-
- getThriftSchema() -
Method in class org.apache.hadoop.hive.ql.Driver
- Get a Schema with fields represented with Thrift DDL types
- getThriftSchema() -
Method in class org.apache.hadoop.hive.service.HiveServer.HiveServerHandler
- Return the Thrift schema of the query result.
- getThriftSchema(AsyncMethodCallback<ThriftHive.AsyncClient.getThriftSchema_call>) -
Method in class org.apache.hadoop.hive.service.ThriftHive.AsyncClient
-
- getThriftSchema(AsyncMethodCallback<ThriftHive.AsyncClient.getThriftSchema_call>) -
Method in interface org.apache.hadoop.hive.service.ThriftHive.AsyncIface
-
- getThriftSchema() -
Method in class org.apache.hadoop.hive.service.ThriftHive.Client
-
- getThriftSchema() -
Method in interface org.apache.hadoop.hive.service.ThriftHive.Iface
-
- getTime(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getTime(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getTime(int, Calendar) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getTime(String, Calendar) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getTime(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getTime(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getTime(int, Calendar) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getTime(String, Calendar) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getTime(int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getTime(String) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getTime(int, Calendar) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getTime(String, Calendar) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getTime(int) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getTime(String) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getTime(int, Calendar) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getTime(String, Calendar) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getTimeDateFunctions() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getTimeDateFunctions() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getTimestamp(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getTimestamp(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getTimestamp(int, Calendar) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getTimestamp(String, Calendar) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getTimestamp(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getTimestamp(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getTimestamp(int, Calendar) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getTimestamp(String, Calendar) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getTimestamp() -
Method in class org.apache.hadoop.hive.serde2.io.TimestampWritable
-
- getTimestamp(Object, PrimitiveObjectInspector) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
-
- getTimestamp(int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getTimestamp(String) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getTimestamp(int, Calendar) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getTimestamp(String, Calendar) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getTimestamp(int) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getTimestamp(String) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getTimestamp(int, Calendar) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getTimestamp(String, Calendar) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getTimestampColumnName() -
Static method in class org.apache.hadoop.hive.ql.stats.jdbc.JDBCStatsUtils
-
- getTmpDir() -
Method in class org.apache.hadoop.hive.ql.plan.LoadTableDesc
-
- getTmpFileURI() -
Method in class org.apache.hadoop.hive.ql.plan.MapredLocalWork
-
- getTmpHDFSFileURI() -
Method in class org.apache.hadoop.hive.ql.plan.MapredWork
-
- getTmpOutputFile() -
Method in class org.apache.hadoop.hive.ql.session.SessionState
-
- getToken(String) -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- getToken(String) -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getToken(String) -
Method in interface org.apache.hadoop.hive.metastore.RawStore
-
- getToken(int) -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
- Get the specific Token.
- getToken_owner() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_delegation_token_args
-
- getToken_str_form() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.cancel_delegation_token_args
-
- getToken_str_form() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.renew_delegation_token_args
-
- getTokenIdentifier() -
Method in class org.apache.hadoop.hive.metastore.model.MDelegationToken
-
- getTokenNames() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser
-
- getTokenRewriteStream() -
Method in class org.apache.hadoop.hive.ql.Context
-
- getTokenStr() -
Method in class org.apache.hadoop.hive.metastore.model.MDelegationToken
-
- getTokenStrForm() -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
-
- getTokenStrForm(String) -
Method in interface org.apache.hadoop.hive.shims.HadoopShims
- Get the string form of the token given a token signature.
- getToPath() -
Method in class org.apache.hadoop.hive.ql.plan.CopyWork
-
- getTopOperators() -
Method in class org.apache.hadoop.hive.ql.exec.ExecDriver
-
- getTopOperators() -
Method in class org.apache.hadoop.hive.ql.exec.MapredLocalTask
-
- getTopOperators() -
Method in class org.apache.hadoop.hive.ql.exec.Task
-
- getTopOps() -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
-
- getTopSelOps() -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
-
- getTopToTable() -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
-
- getToRR() -
Method in class org.apache.hadoop.hive.ql.ppd.ExprWalkerInfo
-
- getTotalFiles() -
Method in class org.apache.hadoop.hive.ql.plan.FileSinkDesc
-
- getToWalk() -
Method in class org.apache.hadoop.hive.ql.lib.DefaultGraphWalker
-
- getToWalk() -
Method in class org.apache.hadoop.hive.ql.lib.TaskGraphWalker
-
- getTPartition() -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
- Should be only used by serialization.
- getTransactionIsolation() -
Method in class org.apache.hadoop.hive.jdbc.HiveConnection
-
- getTransactionIsolation() -
Method in class org.apache.hive.jdbc.HiveConnection
-
- getTransformProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.lineage.OpProcFactory
-
- getTransport(TTransport) -
Method in class org.apache.hadoop.hive.thrift.TUGIContainingTransport.Factory
- Get a new
TUGIContainingTransport
instance, or reuse the
existing one if a TUGIContainingTransport
has already been
created before using the given TTransport
as an underlying
transport.
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.aliasList_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterDatabaseStatementSuffix_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterDatabaseSuffixProperties_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterIndexStatementSuffix_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterProtectMode_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterProtectModeMode_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterStatement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterStatementChangeColPosition_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterStatementSuffixAddCol_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterStatementSuffixAddPartitions_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterStatementSuffixArchive_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterStatementSuffixClusterbySortby_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterStatementSuffixDropPartitions_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterStatementSuffixFileFormat_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterStatementSuffixLocation_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterStatementSuffixMergeFiles_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterStatementSuffixProperties_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterStatementSuffixProtectMode_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterStatementSuffixRename_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterStatementSuffixRenameCol_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterStatementSuffixRenamePart_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterStatementSuffixSerdeProperties_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterStatementSuffixSkewedby_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterStatementSuffixTouch_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterStatementSuffixUnArchive_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterTableStatementSuffix_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterTblPartitionStatement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterTblPartitionStatementSuffix_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterTblPartitionStatementSuffixSkewedLocation_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterViewStatementSuffix_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.alterViewSuffixProperties_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.analyzeStatement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.atomExpression_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.autoRebuild_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.body_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.booleanValue_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.caseExpression_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.castExpression_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.charSetStringLiteral_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.clusterByClause_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.colType_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.colTypeList_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.columnName_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.columnNameColonType_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.columnNameColonTypeList_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.columnNameComment_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.columnNameCommentList_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.columnNameList_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.columnNameOrder_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.columnNameOrderList_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.columnNameType_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.columnNameTypeList_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.columnRefOrder_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.constant_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.createDatabaseStatement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.createFunctionStatement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.createIndexStatement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.createRoleStatement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.createTableStatement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.createViewStatement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.databaseComment_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.dbLocation_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.dbProperties_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.dbPropertiesList_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.ddlStatement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.descFuncNames_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.descPartTypeExpr_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.descStatement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.descTabTypeExpr_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.destination_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.distributeByClause_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.dropDatabaseStatement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.dropFunctionStatement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.dropIndexStatement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.dropPartitionOperator_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.dropPartitionSpec_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.dropPartitionVal_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.dropRoleStatement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.dropTableStatement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.dropViewStatement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.execStatement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.explainStatement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.exportStatement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.expression_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.expressionList_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.expressions_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.fileFormat_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.fromClause_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.fromSource_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.function_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.functionName_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.grantPrivileges_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.grantRole_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.groupByClause_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.groupByExpression_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.groupingSetExpression_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.havingClause_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.havingCondition_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.hintArgName_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.hintArgs_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.hintClause_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.hintItem_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.hintList_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.hintName_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.ifExists_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.ifNotExists_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.importStatement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.indexComment_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.indexProperties_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.indexPropertiesList_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.indexPropertiesPrefixed_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.indexTblName_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.insertClause_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.joinSource_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.joinToken_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.keyValueProperty_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.kwInner_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.kwRole_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.kwUser_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.lateralView_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.limitClause_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.listType_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.loadStatement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.lockMode_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.lockStatement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.mapType_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.metastoreCheck_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.nullCondition_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.orderByClause_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.orReplace_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.partitionLocation_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.partitionSpec_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.partitionVal_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.partTypeExpr_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.precedenceAmpersandExpression_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.precedenceAmpersandOperator_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.precedenceAndExpression_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.precedenceAndOperator_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.precedenceBitwiseOrExpression_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.precedenceBitwiseOrOperator_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.precedenceBitwiseXorExpression_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.precedenceBitwiseXorOperator_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.precedenceEqualExpression_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.precedenceEqualNegatableOperator_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.precedenceEqualOperator_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.precedenceFieldExpression_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.precedenceNotExpression_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.precedenceNotOperator_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.precedenceOrExpression_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.precedenceOrOperator_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.precedencePlusExpression_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.precedencePlusOperator_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.precedenceStarExpression_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.precedenceStarOperator_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.precedenceUnaryOperator_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.precedenceUnaryPrefixExpression_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.precedenceUnarySuffixExpression_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.primitiveType_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.principalName_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.principalSpecification_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.privilegeIncludeColObject_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.privilegeList_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.privilegeObject_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.privilegeType_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.privlegeDef_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.queryOperator_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.queryStatement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.queryStatementExpression_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.recordReader_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.recordWriter_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.regular_body_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.restrictOrCascade_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.revokePrivileges_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.revokeRole_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.rowFormat_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.rowFormatDelimited_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.rowFormatSerde_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.searchCondition_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.selectClause_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.selectExpression_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.selectExpressionList_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.selectItem_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.selectList_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.selectStatement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.selectTrfmClause_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.showGrants_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.showRoleGrants_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.showStatement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.showStmtIdentifier_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.skewedColumnValue_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.skewedColumnValuePair_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.skewedColumnValuePairList_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.skewedColumnValues_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.skewedLocationMap_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.skewedLocations_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.skewedLocationsList_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.skewedValueElement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.skewedValueLocationElement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.sortByClause_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.splitSample_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.statement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.storedAsDirs_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.stringLiteralSequence_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.structType_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.subQuerySource_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.switchDatabaseStatement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.sysFuncNames_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.tableAlias_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.tableAllColumns_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.tableBuckets_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.tableBucketSample_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.tableComment_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.tableFileFormat_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.tableLocation_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.tableName_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.tableOrColumn_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.tableOrPartition_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.tablePartition_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.tablePartitionPrefix_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.tableProperties_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.tablePropertiesList_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.tablePropertiesPrefixed_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.tableRowFormat_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.tableRowFormatCollItemsIdentifier_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.tableRowFormatFieldIdentifier_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.tableRowFormatLinesIdentifier_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.tableRowFormatMapKeysIdentifier_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.tableSample_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.tableSkewed_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.tableSource_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.tabTypeExpr_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.trfmClause_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.type_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.unionType_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.uniqueJoinExpr_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.uniqueJoinSource_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.uniqueJoinToken_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.unlockStatement_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.viewName_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.viewPartition_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.whenExpression_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.whereClause_return
-
- getTree() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser.withOption_return
-
- getTreeAdaptor() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser
-
- getTrimmedStringCollection(String) -
Static method in class org.apache.hive.common.util.HiveStringUtils
- Splits a comma separated value
String
, trimming leading and trailing whitespace on each value.
- getTrimmedStrings(String) -
Static method in class org.apache.hive.common.util.HiveStringUtils
- Splits a comma separated value
String
, trimming leading and trailing whitespace on each value.
- getTruncatedPathToAliases() -
Method in class org.apache.hadoop.hive.ql.plan.MapredWork
-
- getTryCount() -
Method in class org.apache.hadoop.hive.ql.Context
-
- getTryCount() -
Method in class org.apache.hadoop.hive.ql.Driver
-
- getTSProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.lineage.OpProcFactory
-
- getTSProc() -
Static method in class org.apache.hadoop.hive.ql.ppd.OpProcFactory
-
- getTTable() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
- This function should only be used in serialization.
- getTTDesc() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext.GenMRMapJoinCtx
-
- getTTDesc() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext.GenMRUnionCtx
-
- getTwo() -
Method in class org.apache.hadoop.hive.ql.exec.Utilities.Tuple
-
- getTyp() -
Method in class org.apache.hadoop.hive.ql.hooks.Entity
-
- getType() -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getType() -
Method in class org.apache.hadoop.hive.jdbc.JdbcColumn
-
- getType() -
Method in class org.apache.hadoop.hive.jdbc.JdbcTable
-
- getType() -
Method in class org.apache.hadoop.hive.metastore.api.FieldSchema
-
- getType() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_type_args
-
- getType() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_type_args
-
- getType(String) -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- getType(String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
-
- getType() -
Method in class org.apache.hadoop.hive.metastore.model.MFieldSchema
-
- getType(String) -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getType(String) -
Method in interface org.apache.hadoop.hive.metastore.RawStore
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.AbstractMapJoinOperator
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.CollectOperator
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.ColumnInfo
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.ColumnStatsTask
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.ConditionalTask
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.CopyTask
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.DDLTask
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.DependencyCollectionTask
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.ExecDriver
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.ExplainTask
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.ExtractOperator
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.FetchTask
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.FileSinkOperator
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.FilterOperator
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.ForwardOperator
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.FunctionTask
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.GroupByOperator
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.HashTableDummyOperator
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.HashTableSinkOperator
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.JoinOperator
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.LateralViewForwardOperator
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.LateralViewJoinOperator
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.LimitOperator
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.ListSinkOperator
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.MapJoinOperator
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.MapOperator
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.MapredLocalTask
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.MoveTask
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.Operator
- Return the type of the specific operator among the
types in OperatorType.
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.ReduceSinkOperator
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.ScriptOperator
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.SelectOperator
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.SMBMapJoinOperator
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.StatsTask
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.TableScanOperator
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.Task
- Should be overridden to return the type of the specific task among the types in StageType.
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.UDTFOperator
-
- getType() -
Method in class org.apache.hadoop.hive.ql.exec.UnionOperator
-
- getType() -
Method in class org.apache.hadoop.hive.ql.hooks.Entity
- Get the type of the entity.
- getType() -
Method in class org.apache.hadoop.hive.ql.hooks.LineageInfo.Dependency
-
- getType() -
Method in class org.apache.hadoop.hive.ql.index.IndexMetadataChangeTask
-
- getType() -
Method in class org.apache.hadoop.hive.ql.io.rcfile.merge.BlockMergeTask
-
- getType() -
Method in class org.apache.hadoop.hive.ql.plan.AlterTableSimpleDesc
-
- getType() -
Method in class org.apache.hadoop.hive.ql.plan.ArchiveWork
-
- getType() -
Method in class org.apache.hadoop.hive.ql.plan.JoinCondDesc
-
- getType() -
Method in class org.apache.hadoop.hive.ql.plan.PrincipalDesc
-
- getType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFunction
-
- getType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStruct
-
- getType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBase
-
- getType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBool
-
- getType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeByte
-
- getType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypedef
-
- getType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeDouble
-
- getType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei16
-
- getType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei32
-
- getType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei64
-
- getType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeList
-
- getType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeMap
-
- getType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeSet
-
- getType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeString
-
- getType() -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getType() -
Method in class org.apache.hive.jdbc.JdbcColumn
-
- getType() -
Method in class org.apache.hive.jdbc.JdbcTable
-
- getType() -
Method in class org.apache.hive.service.cli.ColumnDescriptor
-
- getType() -
Method in class org.apache.hive.service.cli.operation.Operation
-
- getType() -
Method in class org.apache.hive.service.cli.thrift.TPrimitiveTypeEntry
-
- getType(TType) -
Static method in enum org.apache.hive.service.cli.Type
-
- getType(String) -
Static method in enum org.apache.hive.service.cli.Type
-
- getType() -
Method in class org.apache.hive.service.cli.TypeDescriptor
-
- getType1() -
Method in class org.apache.hadoop.hive.metastore.api.Type
-
- getType1() -
Method in class org.apache.hadoop.hive.metastore.model.MType
-
- getType2() -
Method in class org.apache.hadoop.hive.metastore.api.Type
-
- getType2() -
Method in class org.apache.hadoop.hive.metastore.model.MType
-
- getTypeAll(String) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
-
- getTypeArray() -
Method in class org.apache.hadoop.hive.ql.parse.InputSignature
-
- getTypeClassName() -
Method in class org.apache.hive.service.cli.thrift.TUserDefinedTypeEntry
-
- getTypeDesc() -
Method in class org.apache.hive.service.cli.thrift.TColumnDesc
-
- getTypeDescriptor() -
Method in class org.apache.hive.service.cli.ColumnDescriptor
-
- getTypeEntryFromPrimitiveCategory(PrimitiveObjectInspector.PrimitiveCategory) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
- Get the typeName from a Java Primitive Type or Java PrimitiveClass.
- getTypeEntryFromPrimitiveJava(Class<?>) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
- Get the TypeEntry for a Java Primitive Type or Java PrimitiveClass.
- getTypeEntryFromPrimitiveJavaClass(Class<?>) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
- Get the TypeEntry for a Java Primitive Type or Java PrimitiveClass.
- getTypeEntryFromPrimitiveJavaType(Class<?>) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
- Get the TypeEntry for a Java Primitive Type or Java PrimitiveClass.
- getTypeEntryFromPrimitiveWritableClass(Class<?>) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
- Get the TypeEntry for a Primitive Writable Class.
- getTypeEntryFromTypeName(String) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
- Get the TypeEntry for a Primitive Writable Class.
- getTypeFromNullableTypePositiveCase() -
Method in class org.apache.hadoop.hive.serde2.avro.TestAvroSerdeUtils
-
- getTypeInfo() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getTypeInfo() -
Static method in class org.apache.hadoop.hive.ql.io.RecordTestObj
-
- getTypeInfo() -
Method in class org.apache.hadoop.hive.ql.metadata.VirtualColumn
-
- getTypeInfo() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeDesc
-
- getTypeInfo() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getTypeInfo(SessionHandle) -
Method in class org.apache.hive.service.cli.CLIService
-
- getTypeInfo(SessionHandle) -
Method in class org.apache.hive.service.cli.CLIServiceClient
-
- getTypeInfo(SessionHandle) -
Method in class org.apache.hive.service.cli.EmbeddedCLIServiceClient
-
- getTypeInfo(SessionHandle) -
Method in interface org.apache.hive.service.cli.ICLIService
-
- getTypeInfo() -
Method in class org.apache.hive.service.cli.session.Session
-
- GetTypeInfo(TGetTypeInfoReq, AsyncMethodCallback<TCLIService.AsyncClient.GetTypeInfo_call>) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.AsyncClient
-
- GetTypeInfo(TGetTypeInfoReq, AsyncMethodCallback<TCLIService.AsyncClient.GetTypeInfo_call>) -
Method in interface org.apache.hive.service.cli.thrift.TCLIService.AsyncIface
-
- GetTypeInfo(TGetTypeInfoReq) -
Method in class org.apache.hive.service.cli.thrift.TCLIService.Client
-
- GetTypeInfo(TGetTypeInfoReq) -
Method in interface org.apache.hive.service.cli.thrift.TCLIService.Iface
-
- GetTypeInfo(TGetTypeInfoReq) -
Method in class org.apache.hive.service.cli.thrift.ThriftCLIService
-
- getTypeInfo(SessionHandle) -
Method in class org.apache.hive.service.cli.thrift.ThriftCLIServiceClient
-
- getTypeInfoFromObjectInspector(ObjectInspector) -
Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoUtils
- Get the TypeInfo object from the ObjectInspector object by recursively
going into the ObjectInspector structure.
- getTypeInfoFromTypeString(String) -
Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoUtils
-
- GetTypeInfoOperation - Class in org.apache.hive.service.cli.operation
- GetTypeInfoOperation.
- GetTypeInfoOperation(Session) -
Constructor for class org.apache.hive.service.cli.operation.GetTypeInfoOperation
-
- getTypeInfosFromTypeString(String) -
Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoUtils
-
- getTypeMap() -
Method in class org.apache.hadoop.hive.jdbc.HiveConnection
-
- getTypeMap() -
Method in class org.apache.hive.jdbc.HiveConnection
-
- getTypeName(int) -
Static method in class org.apache.hadoop.hive.ql.parse.DDLSemanticAnalyzer
-
- getTypeName() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyListObjectInspector
-
- getTypeName() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyMapObjectInspector
-
- getTypeName() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector
-
- getTypeName() -
Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazyUnionObjectInspector
-
- getTypeName() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedListObjectInspector
-
- getTypeName() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedMapObjectInspector
-
- getTypeName() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedStructObjectInspector
-
- getTypeName() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.DelegatedUnionObjectInspector
-
- getTypeName() -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector
- Returns the name of the data type that is inspected by this
ObjectInspector.
- getTypeName() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveObjectInspector
- Return the type name for this primitive ObjectInspector.
- getTypeName() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.ReflectionStructObjectInspector
-
- getTypeName() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardListObjectInspector
-
- getTypeName() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardMapObjectInspector
-
- getTypeName() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardStructObjectInspector
-
- getTypeName() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardUnionObjectInspector
-
- getTypeName() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.SubStructObjectInspector
-
- getTypeName() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.UnionStructObjectInspector
-
- getTypeName() -
Method in class org.apache.hadoop.hive.serde2.typeinfo.ListTypeInfo
-
- getTypeName() -
Method in class org.apache.hadoop.hive.serde2.typeinfo.MapTypeInfo
-
- getTypeName() -
Method in class org.apache.hadoop.hive.serde2.typeinfo.PrimitiveTypeInfo
-
- getTypeName() -
Method in class org.apache.hadoop.hive.serde2.typeinfo.StructTypeInfo
-
- getTypeName() -
Method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfo
- A String representation of the TypeInfo.
- getTypeName() -
Method in class org.apache.hadoop.hive.serde2.typeinfo.UnionTypeInfo
-
- getTypeName() -
Method in class org.apache.hive.service.cli.ColumnDescriptor
-
- getTypeName() -
Method in class org.apache.hive.service.cli.TypeDescriptor
-
- getTypeNameFromJavaClass(Type) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
- Get the type name of the Java class.
- getTypeNameFromPrimitiveJava(Class<?>) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
- Get the typeName from a Java Primitive Type or Java PrimitiveClass.
- getTypeNameFromPrimitiveWritable(Class<?>) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
- Get the typeName from a Primitive Writable Class.
- getTypes() -
Method in class org.apache.hive.service.cli.thrift.TTypeDesc
-
- getTypesIterator() -
Method in class org.apache.hive.service.cli.thrift.TTypeDesc
-
- getTypesSize() -
Method in class org.apache.hive.service.cli.thrift.TTypeDesc
-
- getTypeString() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeDesc
-
- getTypeStringFromAST(ASTNode) -
Static method in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
-
- getUCtx() -
Method in class org.apache.hadoop.hive.ql.parse.ParseContext
-
- getUDAFClass() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFBridge
-
- getUdafEvaluator() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFBridge.GenericUDAFBridgeEvaluator
-
- getUdfClass() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFBridge
-
- getUdfClassName() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFBridge
-
- getUdfName() -
Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFBridge
-
- getUDTFName() -
Method in class org.apache.hadoop.hive.ql.plan.UDTFDesc
-
- getUDTFProc() -
Static method in class org.apache.hadoop.hive.ql.ppd.OpProcFactory
-
- getUDTs(String, String, String, int[]) -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getUDTs(String, String, String, int[]) -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getUgi() -
Method in class org.apache.hadoop.hive.ql.hooks.HookContext
-
- getUGIForConf(Configuration) -
Method in interface org.apache.hadoop.hive.shims.HadoopShims
-
- getUnderscore_int() -
Method in class org.apache.hadoop.hive.serde2.thrift.test.IntString
-
- getUnderscoreInt() -
Method in class org.apache.hadoop.hive.serde2.proto.test.Complexpb.IntString
-
- getUnescapedName(ASTNode) -
Static method in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
- Get dequoted name from a table/column node.
- getUnescapedName(ASTNode, String) -
Static method in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
-
- getUnescapedUnqualifiedTableName(ASTNode) -
Static method in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
- Get the unqualified name from a table node.
- getUnicodeStream(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getUnicodeStream(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getUnicodeStream(int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getUnicodeStream(String) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getUnionEntry() -
Method in class org.apache.hive.service.cli.thrift.TTypeEntry
-
- getUnionMapJoin() -
Static method in class org.apache.hadoop.hive.ql.optimizer.MapJoinFactory
-
- getUnionNoProcessFile() -
Static method in class org.apache.hadoop.hive.ql.optimizer.unionproc.UnionProcFactory
-
- getUnionParseContext(UnionOperator) -
Method in class org.apache.hadoop.hive.ql.optimizer.unionproc.UnionProcContext
-
- getUnionProc() -
Static method in class org.apache.hadoop.hive.ql.optimizer.lineage.OpProcFactory
-
- getUnionStructObjectInspector(List<StructObjectInspector>) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory
-
- getUnionTask(UnionOperator) -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext
-
- getUnionTypeInfo(List<TypeInfo>) -
Static method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
-
- getUnixScriptNameFor(String) -
Static method in class org.apache.hadoop.hive.ql.util.DosToUnix
-
- getUnknownPartns() -
Method in class org.apache.hadoop.hive.ql.parse.PrunedPartitionList
- get unknown partitions.
- getUnknownUnion() -
Static method in class org.apache.hadoop.hive.ql.optimizer.unionproc.UnionProcFactory
-
- getUnlockTblDesc() -
Method in class org.apache.hadoop.hive.ql.plan.DDLWork
-
- getUnparsedColumnNamesFromFieldSchema(List<FieldSchema>) -
Static method in class org.apache.hadoop.hive.ql.metadata.HiveUtils
- Convert FieldSchemas to columnNames with backticks around them.
- getUnparseTranslator() -
Method in class org.apache.hadoop.hive.ql.parse.TypeCheckCtx
-
- getUpdate(String) -
Static method in class org.apache.hadoop.hive.ql.stats.jdbc.JDBCStatsUtils
- Prepares UPDATE statement issued when updating existing statistics
- getUpdateCount() -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getUpdateCount() -
Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
-
- getUpdateCount() -
Method in class org.apache.hadoop.hive.jdbc.HiveStatement
-
- getUpdateCount() -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getUpdateCount() -
Method in class org.apache.hive.jdbc.HivePreparedStatement
-
- getUpdateCount() -
Method in class org.apache.hive.jdbc.HiveStatement
-
- getUpdateLocations() -
Method in class org.apache.hadoop.hive.metastore.ObjectStore.UpdateMDatabaseURIRetVal
-
- getUpdateLocations() -
Method in class org.apache.hadoop.hive.metastore.ObjectStore.UpdateMStorageDescriptorTblPropURIRetVal
-
- getUpdateLocations() -
Method in class org.apache.hadoop.hive.metastore.ObjectStore.UpdateMStorageDescriptorTblURIRetVal
-
- getUpdateLocations() -
Method in class org.apache.hadoop.hive.metastore.ObjectStore.UpdateSerdeURIRetVal
-
- getUri() -
Method in class org.apache.hadoop.fs.ProxyFileSystem
-
- getURL(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getURL(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getURL(int) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getURL(String) -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getURL() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getURL(JobConf) -
Static method in class org.apache.hadoop.hive.ql.exec.JobTrackerURLResolver
-
- getUrl() -
Static method in class org.apache.hive.common.util.HiveVersionInfo
- Get the subversion URL for the root Hive directory.
- getURL(int) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getURL(String) -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getURL(int) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getURL(String) -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getURL() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getUsageAlias() -
Method in class org.apache.hadoop.hive.ql.parse.ASTNodeOrigin
-
- getUsageNode() -
Method in class org.apache.hadoop.hive.ql.parse.ASTNodeOrigin
-
- getUsedBins() -
Method in class org.apache.hadoop.hive.ql.udf.generic.NumericHistogram
- Returns the number of bins currently being used by the histogram.
- getUser() -
Method in class org.apache.hadoop.hive.conf.HiveConf
-
- getUser() -
Method in class org.apache.hadoop.hive.hwi.HWIAuth
-
- getUser() -
Static method in class org.apache.hive.common.util.HiveVersionInfo
- The user that compiled Hive.
- getUser_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_with_auth_args
-
- getUser_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_ps_with_auth_args
-
- getUser_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_with_auth_args
-
- getUser_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_privilege_set_args
-
- getUser_name() -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.set_ugi_args
-
- getUserDefinedTypeEntry() -
Method in class org.apache.hive.service.cli.thrift.TTypeEntry
-
- getUserGrants() -
Method in class org.apache.hadoop.hive.ql.session.CreateTableAutomaticGrant
-
- getUserName() -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getUserName() -
Method in class org.apache.hadoop.hive.ql.security.DummyAuthenticator
-
- getUserName() -
Method in class org.apache.hadoop.hive.ql.security.HadoopDefaultAuthenticator
-
- getUserName() -
Method in interface org.apache.hadoop.hive.ql.security.HiveAuthenticationProvider
-
- getUserName() -
Method in class org.apache.hadoop.hive.ql.security.InjectableDummyAuthenticator
-
- getUserName() -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- getUserName() -
Method in class org.apache.hive.service.auth.PlainSaslServer.ExternalAuthenticationCallback
-
- getUsername() -
Method in class org.apache.hive.service.cli.session.Session
-
- getUsername() -
Method in class org.apache.hive.service.cli.thrift.TOpenSessionReq
-
- getUserPrivileges() -
Method in class org.apache.hadoop.hive.metastore.api.PrincipalPrivilegeSet
-
- getUserPrivilegeSet(String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- getUserPrivilegeSet(String, List<String>) -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- getUserPrivilegeSet(String, List<String>) -
Method in interface org.apache.hadoop.hive.metastore.RawStore
-
- getUserPrivilegesSize() -
Method in class org.apache.hadoop.hive.metastore.api.PrincipalPrivilegeSet
-
- getUTask() -
Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext.GenMRUnionCtx
-
- getValidAuthMethod(String) -
Static method in enum org.apache.hive.service.auth.AuthenticationProviderFactory.AuthMethods
-
- getValue() -
Method in enum org.apache.hadoop.hive.metastore.api.HiveObjectType
- Get the integer value of this enum value, as defined in the Thrift IDL.
- getValue() -
Method in enum org.apache.hadoop.hive.metastore.api.PartitionEventType
- Get the integer value of this enum value, as defined in the Thrift IDL.
- getValue() -
Method in enum org.apache.hadoop.hive.metastore.api.PrincipalType
- Get the integer value of this enum value, as defined in the Thrift IDL.
- getValue() -
Method in enum org.apache.hadoop.hive.ql.plan.api.AdjacencyType
- Get the integer value of this enum value, as defined in the Thrift IDL.
- getValue() -
Method in enum org.apache.hadoop.hive.ql.plan.api.NodeType
- Get the integer value of this enum value, as defined in the Thrift IDL.
- getValue() -
Method in enum org.apache.hadoop.hive.ql.plan.api.OperatorType
- Get the integer value of this enum value, as defined in the Thrift IDL.
- getValue() -
Method in enum org.apache.hadoop.hive.ql.plan.api.StageType
- Get the integer value of this enum value, as defined in the Thrift IDL.
- getValue() -
Method in enum org.apache.hadoop.hive.ql.plan.api.TaskType
- Get the integer value of this enum value, as defined in the Thrift IDL.
- getValue() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeConstantDesc
-
- getValue() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeNullDesc
-
- getValue() -
Method in enum org.apache.hadoop.hive.serde2.thrift.test.MyEnum
- Get the integer value of this enum value, as defined in the Thrift IDL.
- getValue() -
Method in enum org.apache.hadoop.hive.service.JobTrackerState
- Get the integer value of this enum value, as defined in the Thrift IDL.
- getValue() -
Method in class org.apache.hive.service.cli.thrift.TByteValue
-
- getValue() -
Method in class org.apache.hive.service.cli.thrift.TDoubleValue
-
- getValue() -
Method in enum org.apache.hive.service.cli.thrift.TFetchOrientation
- Get the integer value of this enum value, as defined in the Thrift IDL.
- getValue() -
Method in enum org.apache.hive.service.cli.thrift.TGetInfoType
- Get the integer value of this enum value, as defined in the Thrift IDL.
- getValue() -
Method in class org.apache.hive.service.cli.thrift.TI16Value
-
- getValue() -
Method in class org.apache.hive.service.cli.thrift.TI32Value
-
- getValue() -
Method in class org.apache.hive.service.cli.thrift.TI64Value
-
- getValue() -
Method in enum org.apache.hive.service.cli.thrift.TOperationState
- Get the integer value of this enum value, as defined in the Thrift IDL.
- getValue() -
Method in enum org.apache.hive.service.cli.thrift.TOperationType
- Get the integer value of this enum value, as defined in the Thrift IDL.
- getValue() -
Method in enum org.apache.hive.service.cli.thrift.TProtocolVersion
- Get the integer value of this enum value, as defined in the Thrift IDL.
- getValue() -
Method in enum org.apache.hive.service.cli.thrift.TStatusCode
- Get the integer value of this enum value, as defined in the Thrift IDL.
- getValue() -
Method in class org.apache.hive.service.cli.thrift.TStringValue
-
- getValue() -
Method in enum org.apache.hive.service.cli.thrift.TType
- Get the integer value of this enum value, as defined in the Thrift IDL.
- getValueClass() -
Method in class org.apache.hadoop.hive.ql.io.rcfile.merge.RCFileBlockMergeRecordReader
-
- getValueClass() -
Method in class org.apache.hadoop.hive.ql.io.RCFileRecordReader
-
- getValueCols() -
Method in class org.apache.hadoop.hive.ql.plan.ReduceSinkDesc
-
- getValueFilteredTblDescs() -
Method in class org.apache.hadoop.hive.ql.plan.MapJoinDesc
-
- getValues() -
Method in class org.apache.hadoop.hive.metastore.api.Partition
-
- getValues() -
Method in class org.apache.hadoop.hive.metastore.model.MPartition
-
- getValues() -
Method in class org.apache.hadoop.hive.ql.metadata.DummyPartition
-
- getValues() -
Method in class org.apache.hadoop.hive.ql.metadata.Partition
-
- getValueSerializeInfo() -
Method in class org.apache.hadoop.hive.ql.plan.ReduceSinkDesc
-
- getValuesIterator() -
Method in class org.apache.hadoop.hive.metastore.api.Partition
-
- getValuesSize() -
Method in class org.apache.hadoop.hive.metastore.api.Partition
-
- getValueTblDescs() -
Method in class org.apache.hadoop.hive.ql.plan.HashTableSinkDesc
-
- getValueTblDescs() -
Method in class org.apache.hadoop.hive.ql.plan.MapJoinDesc
-
- getValueTblFilteredDescs() -
Method in class org.apache.hadoop.hive.ql.plan.HashTableSinkDesc
-
- getValueType() -
Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeMap
-
- getValueTypePtr() -
Method in class org.apache.hive.service.cli.thrift.TMapTypeEntry
-
- getVar(Configuration, HiveConf.ConfVars) -
Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getVar(Configuration, HiveConf.ConfVars, String) -
Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getVar(HiveConf.ConfVars) -
Method in class org.apache.hadoop.hive.conf.HiveConf
-
- getVersion() -
Method in class org.apache.hadoop.hive.metastore.api.Version
-
- getVersion() -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- getVersion() -
Method in class org.apache.hadoop.hive.service.HiveServer.HiveServerHandler
- Return the version of the server software.
- getVersion() -
Static method in class org.apache.hive.common.util.HiveVersionInfo
- Get the Hive version.
- getVersionColumns(String, String, String) -
Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
-
- getVersionColumns(String, String, String) -
Method in class org.apache.hive.jdbc.HiveDatabaseMetaData
-
- GetVersionPref - Class in org.apache.hadoop.hive.ant
- Implementation of the ant task
. - GetVersionPref() -
Constructor for class org.apache.hadoop.hive.ant.GetVersionPref
-
- getViewExpandedText() -
Method in class org.apache.hadoop.hive.metastore.api.Table
-
- getViewExpandedText() -
Method in class org.apache.hadoop.hive.metastore.model.MTable
-
- getViewExpandedText() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getViewExpandedText() -
Method in class org.apache.hadoop.hive.ql.plan.CreateViewDesc
-
- getViewName() -
Method in class org.apache.hadoop.hive.ql.plan.CreateViewDesc
-
- getViewOriginalText() -
Method in class org.apache.hadoop.hive.metastore.api.Table
-
- getViewOriginalText() -
Method in class org.apache.hadoop.hive.metastore.model.MTable
-
- getViewOriginalText() -
Method in class org.apache.hadoop.hive.ql.metadata.Table
-
- getViewOriginalText() -
Method in class org.apache.hadoop.hive.ql.plan.CreateViewDesc
-
- getVirtualCols() -
Method in class org.apache.hadoop.hive.ql.plan.TableScanDesc
-
- getWarnings() -
Method in class org.apache.hadoop.hive.jdbc.HiveBaseResultSet
-
- getWarnings() -
Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
-
- getWarnings() -
Method in class org.apache.hadoop.hive.jdbc.HiveConnection
-
- getWarnings() -
Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
-
- getWarnings() -
Method in class org.apache.hadoop.hive.jdbc.HiveStatement
-
- getWarnings() -
Method in class org.apache.hive.jdbc.HiveBaseResultSet
-
- getWarnings() -
Method in class org.apache.hive.jdbc.HiveCallableStatement
-
- getWarnings() -
Method in class org.apache.hive.jdbc.HiveConnection
-
- getWarnings() -
Method in class org.apache.hive.jdbc.HivePreparedStatement
-
- getWarnings() -
Method in class org.apache.hive.jdbc.HiveStatement
-
- getWh() -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- getWhrForClause(String) -
Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
-
- getWhRoot() -
Method in class org.apache.hadoop.hive.metastore.Warehouse
- Resolve the configured warehouse root dir with respect to the configuration
This involves opening the FileSystem corresponding to the warehouse root
dir (but that should be ok given that this is only called during DDL
statements for non-external tables).
- getWork() -
Method in class org.apache.hadoop.hive.ql.exec.FetchOperator
-
- getWork() -
Method in class org.apache.hadoop.hive.ql.exec.Task
-
- getWorkingDirectory() -
Method in class org.apache.hadoop.fs.ProxyFileSystem
-
- getWrappedCounterName(String) -
Method in class org.apache.hadoop.hive.ql.exec.Operator
-
- getWritableConstantValue() -
Method in interface org.apache.hadoop.hive.serde2.objectinspector.ConstantObjectInspector
-
- getWritableConstantValue(ObjectInspector) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
-
- getWritableConstantValue() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantBigDecimalObjectInspector
-
- getWritableConstantValue() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantBinaryObjectInspector
-
- getWritableConstantValue() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantBooleanObjectInspector
-
- getWritableConstantValue() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantByteObjectInspector
-
- getWritableConstantValue() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantDoubleObjectInspector
-
- getWritableConstantValue() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantFloatObjectInspector
-
- getWritableConstantValue() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantIntObjectInspector
-
- getWritableConstantValue() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantLongObjectInspector
-
- getWritableConstantValue() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantShortObjectInspector
-
- getWritableConstantValue() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantStringObjectInspector
-
- getWritableConstantValue() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantTimestampObjectInspector
-
- getWritableConstantValue() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableVoidObjectInspector
-
- getWritableConstantValue() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardConstantListObjectInspector
-
- getWritableConstantValue() -
Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardConstantMapObjectInspector
-
- getWritableObject() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazyBigDecimal
-
- getWritableObject() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazyPrimitive
-
- getWritableObject() -
Method in class org.apache.hadoop.hive.serde2.lazy.LazyTimestamp
-
- getWritableObject() -
Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryPrimitive
-
- getWritableObjectInspector() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeConstantDesc
-
- getWritableObjectInspector() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeDesc
-
- getWritableObjectInspector() -
Method in class org.apache.hadoop.hive.ql.plan.ExprNodeGenericFuncDesc
-
- getWritableObjectInspector(ObjectInspector) -
Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
- Ensures that an ObjectInspector is Writable.
- gibberishSchemaProvidedReturnsErrorSchema() -
Method in class org.apache.hadoop.hive.serde2.avro.TestAvroSerde
-
- GlobalLimitCtx - Class in org.apache.hadoop.hive.ql.parse
- context for pruning inputs.
- GlobalLimitCtx() -
Constructor for class org.apache.hadoop.hive.ql.parse.GlobalLimitCtx
-
- GlobalLimitOptimizer - Class in org.apache.hadoop.hive.ql.optimizer
- This optimizer is used to reduce the input size for the query for queries which are
specifying a limit.
- GlobalLimitOptimizer() -
Constructor for class org.apache.hadoop.hive.ql.optimizer.GlobalLimitOptimizer
-
- go() -
Method in class org.apache.hadoop.hive.ql.exec.AutoProgressor
-
- go(String) -
Method in class org.apache.hive.cli.beeline.Commands
-
- grant_privileges(PrivilegeBag, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.grant_privileges_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- grant_privileges(PrivilegeBag, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.grant_privileges_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- grant_privileges(PrivilegeBag) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- grant_privileges(PrivilegeBag) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- grant_privileges(PrivilegeBag) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- grant_privileges(PrivilegeBag) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
-
- grant_privileges(PrivilegeBag) -
Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
-
- grant_role(String, String, PrincipalType, String, PrincipalType, boolean, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.grant_role_call>) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient
-
- grant_role(String, String, PrincipalType, String, PrincipalType, boolean, AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.grant_role_call>) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface
-
- grant_role(String, String, PrincipalType, String, PrincipalType, boolean) -
Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
-
- grant_role(String, String, PrincipalType, String, PrincipalType, boolean) -
Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
-
- grant_role(String, String, PrincipalType, String, PrincipalType, boolean) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
-
- grant_role(String, String, PrincipalType, String, PrincipalType, boolean) -
Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
-
- grant_role(String, String, PrincipalType, String, PrincipalType, boolean) -
Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
-
- GrantDesc - Class in org.apache.hadoop.hive.ql.plan
-
- GrantDesc(PrivilegeObjectDesc, List<PrivilegeDesc>, List<PrincipalDesc>, String, PrincipalType, boolean) -
Constructor for class org.apache.hadoop.hive.ql.plan.GrantDesc
-
- grantPrivileges(PrivilegeBag) -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- grantPrivileges(PrivilegeBag) -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- grantPrivileges(PrivilegeBag) -
Method in interface org.apache.hadoop.hive.metastore.RawStore
-
- grantPrivileges(PrivilegeBag) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
-
- grantPrivileges() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser
-
- GrantRevokeRoleDDL - Class in org.apache.hadoop.hive.ql.plan
-
- GrantRevokeRoleDDL() -
Constructor for class org.apache.hadoop.hive.ql.plan.GrantRevokeRoleDDL
-
- GrantRevokeRoleDDL(boolean, List<String>, List<PrincipalDesc>, String, PrincipalType, boolean) -
Constructor for class org.apache.hadoop.hive.ql.plan.GrantRevokeRoleDDL
-
- grantRole(Role, String, PrincipalType, String, PrincipalType, boolean) -
Method in class org.apache.hadoop.hive.metastore.DummyRawStoreForJdoConnection
-
- grantRole(Role, String, PrincipalType, String, PrincipalType, boolean) -
Method in class org.apache.hadoop.hive.metastore.ObjectStore
-
- grantRole(Role, String, PrincipalType, String, PrincipalType, boolean) -
Method in interface org.apache.hadoop.hive.metastore.RawStore
-
- grantRole(String, String, PrincipalType, String, PrincipalType, boolean) -
Method in class org.apache.hadoop.hive.ql.metadata.Hive
-
- grantRole() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser
-
- Graph - Class in org.apache.hadoop.hive.ql.plan.api
-
- Graph() -
Constructor for class org.apache.hadoop.hive.ql.plan.api.Graph
-
- Graph(NodeType, List<String>, List<Adjacency>) -
Constructor for class org.apache.hadoop.hive.ql.plan.api.Graph
-
- Graph(Graph) -
Constructor for class org.apache.hadoop.hive.ql.plan.api.Graph
- Performs a deep copy on other.
- Graph._Fields - Enum in org.apache.hadoop.hive.ql.plan.api
- The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- GraphWalker - Interface in org.apache.hadoop.hive.ql.lib
- Interface for operator graph walker.
- GREATERTHAN -
Static variable in class org.apache.hadoop.hive.ql.parse.HiveLexer
-
- GREATERTHAN -
Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
-
- GREATERTHANOREQUALTO -
Static variable in class org.apache.hadoop.hive.ql.parse.HiveLexer
-
- GREATERTHANOREQUALTO -
Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
-
- groupByClause() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser
-
- GroupByDesc - Class in org.apache.hadoop.hive.ql.plan
- GroupByDesc.
- GroupByDesc() -
Constructor for class org.apache.hadoop.hive.ql.plan.GroupByDesc
-
- GroupByDesc(GroupByDesc.Mode, ArrayList<String>, ArrayList<ExprNodeDesc>, ArrayList<AggregationDesc>, boolean, float, float, List<Integer>, boolean, int) -
Constructor for class org.apache.hadoop.hive.ql.plan.GroupByDesc
-
- GroupByDesc(GroupByDesc.Mode, ArrayList<String>, ArrayList<ExprNodeDesc>, ArrayList<AggregationDesc>, boolean, boolean, float, float, List<Integer>, boolean, int) -
Constructor for class org.apache.hadoop.hive.ql.plan.GroupByDesc
-
- GroupByDesc.Mode - Enum in org.apache.hadoop.hive.ql.plan
- Mode.
- groupByExpression() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser
-
- GroupByOperator - Class in org.apache.hadoop.hive.ql.exec
- GroupBy operator implementation.
- GroupByOperator() -
Constructor for class org.apache.hadoop.hive.ql.exec.GroupByOperator
-
- GroupByOptimizer - Class in org.apache.hadoop.hive.ql.optimizer
- This transformation does group by optimization.
- GroupByOptimizer() -
Constructor for class org.apache.hadoop.hive.ql.optimizer.GroupByOptimizer
-
- GroupByOptimizer.GroupByOptimizerContext - Class in org.apache.hadoop.hive.ql.optimizer
-
- GroupByOptimizer.GroupByOptimizerContext(HiveConf) -
Constructor for class org.apache.hadoop.hive.ql.optimizer.GroupByOptimizer.GroupByOptimizerContext
-
- GroupByOptimizer.GroupByOptimizerSortMatch - Enum in org.apache.hadoop.hive.ql.optimizer
-
- GroupByOptimizer.SortGroupByProcessor - Class in org.apache.hadoop.hive.ql.optimizer
- SortGroupByProcessor.
- GroupByOptimizer.SortGroupByProcessor(ParseContext) -
Constructor for class org.apache.hadoop.hive.ql.optimizer.GroupByOptimizer.SortGroupByProcessor
-
- GroupByOptimizer.SortGroupBySkewProcessor - Class in org.apache.hadoop.hive.ql.optimizer
- SortGroupByProcessor.
- GroupByOptimizer.SortGroupBySkewProcessor(ParseContext) -
Constructor for class org.apache.hadoop.hive.ql.optimizer.GroupByOptimizer.SortGroupBySkewProcessor
-
- GROUPINGID -
Static variable in class org.apache.hadoop.hive.ql.metadata.VirtualColumn
- GROUPINGID is used with GROUP BY GROUPINGS SETS, ROLLUP and CUBE.
- groupingSet2BitSet(int) -
Static method in class org.apache.hadoop.hive.ql.exec.GroupByOperator
-
- groupingSetExpression() -
Method in class org.apache.hadoop.hive.ql.parse.HiveParser
-
- groupKeyObject -
Variable in class org.apache.hadoop.hive.ql.exec.Operator
-
HiveMetaHook
for a given table.HiveOutputFormat
that writes SequenceFile
s with the
content saved in the keys, and null in the values.HiveOutputFormat
describes the output-specification for Hive's
operators.Object.hashCode()
.HiveOutputFormat
that writes SequenceFile
s.HiveStorageHandler
; it should only be implemented by handlers which
support decomposition of predicates being pushed down into table scans.HiveIgnoreKeyTextOutputFormat
instead}IndexPredicateAnalyzer
.DefaultGraphWalker
using the rules.
ListBucketingPruner
IMetaStoreClient
.
FSDataInputStream
returned.
RCFile
s, short of Record Columnar File, are flat files
consisting of binary key/value pairs, which shares much similarity with
SequenceFile
.buffer
.
length
bytes from this DataInputStream and stores
them in byte array buffer
starting at offset
.
double
value from this stream.
float
value from this stream.
buffer
.
buffer
starting at the position offset
.
long
value from this stream.
short
value from this stream.
byte
value from this stream and
returns it as an int.
short
value from this stream and
returns it as an int.
in
.
Command
implementation that uses reflection to
determine the method to dispatch the command.Compressor
to the pool.
Decompressor
to the pool.
RewriteCanApplyProcFactory
to determine if any index can be used and if the input query
meets all the criteria for rewrite optimization.RewriteGBUsingIndex
to determine if the rewrite optimization can be applied to the input query.RewriteQueryUsingAggregateIndex
used to rewrite operator plan with index table instead of base table.ShutdownHookManager
enables running shutdownHook
in a deterministic order, higher priority first.count
number of bytes in this stream.
HadoopThriftAuthBridge
HadoopThriftAuthBridge
IMetaStoreClient.tableExists(String, String)
.
This method will be removed in release 0.7.0.
HiveMetaStoreClient.newSynchronizedClient(org.apache.hadoop.hive.metastore.IMetaStoreClient)
.
StringReader
.charToEscape
in the string
with the escape char escapeChar
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |