org
.
apache
.
spark
.
sql
.
internal
AQPQueryAnalyzer
Related Doc:
package internal
class
AQPQueryAnalyzer
extends
SnappyAnalyzer
with
AnalyzerInvocation
Linear Supertypes
AnalyzerInvocation
,
SnappyAnalyzer
,
Analyzer
,
CheckAnalysis
,
PredicateHelper
,
RuleExecutor
[
LogicalPlan
],
internal.Logging
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
AQPQueryAnalyzer
AnalyzerInvocation
SnappyAnalyzer
Analyzer
CheckAnalysis
PredicateHelper
RuleExecutor
Logging
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
AQPQueryAnalyzer
(
sessionState:
SnappyAQPSessionState
)
Type Members
case class
Batch
extends
Product
with
Serializable
Attributes
protected
Definition Classes
RuleExecutor
case class
FixedPoint
extends
Strategy
with
Product
with
Serializable
Definition Classes
RuleExecutor
abstract
class
Strategy
extends
AnyRef
Definition Classes
RuleExecutor
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
object
ResolveErrorEstimateFunctions
extends
Rule
[
LogicalPlan
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
lazy val
batches
:
Seq
[
Batch
]
Definition Classes
SnappyAnalyzer → Analyzer → RuleExecutor
def
canEvaluate
(
expr:
Expression
,
plan:
LogicalPlan
)
:
Boolean
Attributes
protected
Definition Classes
PredicateHelper
def
canEvaluateWithinJoin
(
expr:
Expression
)
:
Boolean
Attributes
protected
Definition Classes
PredicateHelper
def
checkAnalysis
(
plan:
LogicalPlan
)
:
Unit
Definition Classes
CheckAnalysis
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
containsMultipleGenerators
(
exprs:
Seq
[
Expression
]
)
:
Boolean
Attributes
protected
Definition Classes
CheckAnalysis
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
execute
(
logical:
LogicalPlan
)
:
LogicalPlan
Definition Classes
AQPQueryAnalyzer
→ RuleExecutor
val
executeInvocationCount
:
ThreadLocal
[
Int
]
Attributes
protected
Definition Classes
AnalyzerInvocation
val
extendedCheckRules
:
Seq
[(
LogicalPlan
) ⇒
Unit
]
Definition Classes
CheckAnalysis
val
extendedResolutionRules
:
Seq
[
Rule
[
LogicalPlan
]]
Definition Classes
Analyzer
def
failAnalysis
(
msg:
String
)
:
Nothing
Attributes
protected
Definition Classes
CheckAnalysis
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
val
fixedPoint
:
FixedPoint
Attributes
protected
Definition Classes
Analyzer
def
getCallStackCount
:
Int
Definition Classes
AnalyzerInvocation
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hasMapType
(
dt:
DataType
)
:
Boolean
Attributes
protected
Definition Classes
CheckAnalysis
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
initializeLogIfNecessary
(
isInterpreter:
Boolean
,
silent:
Boolean
)
:
Boolean
Attributes
protected
Definition Classes
Logging
def
initializeLogIfNecessary
(
isInterpreter:
Boolean
)
:
Unit
Attributes
protected
Definition Classes
Logging
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
isTraceEnabled
()
:
Boolean
Attributes
protected
Definition Classes
Logging
def
log
:
Logger
Attributes
protected
Definition Classes
Logging
def
logDebug
(
msg: ⇒
String
,
throwable:
Throwable
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
logDebug
(
msg: ⇒
String
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
logError
(
msg: ⇒
String
,
throwable:
Throwable
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
logError
(
msg: ⇒
String
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
logInfo
(
msg: ⇒
String
,
throwable:
Throwable
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
logInfo
(
msg: ⇒
String
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
logName
:
String
Attributes
protected
Definition Classes
Logging
def
logTrace
(
msg: ⇒
String
,
throwable:
Throwable
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
logTrace
(
msg: ⇒
String
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
logWarning
(
msg: ⇒
String
,
throwable:
Throwable
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
logWarning
(
msg: ⇒
String
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
mapColumnInSetOperation
(
plan:
LogicalPlan
)
:
Option
[
Attribute
]
Attributes
protected
Definition Classes
CheckAnalysis
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
replaceAlias
(
condition:
Expression
,
aliases:
AttributeMap
[
Expression
]
)
:
Expression
Attributes
protected
Definition Classes
PredicateHelper
def
resolveExpression
(
expr:
Expression
,
plan:
LogicalPlan
,
throws:
Boolean
)
:
Expression
Attributes
protected[
org.apache.spark.sql
]
Definition Classes
Analyzer
def
resolver
:
Resolver
Definition Classes
Analyzer
def
splitConjunctivePredicates
(
condition:
Expression
)
:
Seq
[
Expression
]
Attributes
protected
Definition Classes
PredicateHelper
def
splitDisjunctivePredicates
(
condition:
Expression
)
:
Seq
[
Expression
]
Attributes
protected
Definition Classes
PredicateHelper
def
sqlConf
:
SQLConf
Definition Classes
AQPQueryAnalyzer
→
AnalyzerInvocation
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnalyzerInvocation
Inherited from
SnappyAnalyzer
Inherited from
Analyzer
Inherited from
CheckAnalysis
Inherited from
PredicateHelper
Inherited from
RuleExecutor
[
LogicalPlan
]
Inherited from
internal.Logging
Inherited from
AnyRef
Inherited from
Any
Ungrouped