class WindowInPandasEvaluatorFactory extends PartitionEvaluatorFactory[InternalRow, InternalRow] with WindowEvaluatorFactoryBase
- Alphabetic
- By Inheritance
- WindowInPandasEvaluatorFactory
- WindowEvaluatorFactoryBase
- PartitionEvaluatorFactory
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
Type Members
- class WindowInPandasPartitionEvaluator extends PartitionEvaluator[InternalRow, InternalRow]
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
childOutput: Seq[Attribute]
- Definition Classes
- WindowInPandasEvaluatorFactory → WindowEvaluatorFactoryBase
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
createEvaluator(): PartitionEvaluator[InternalRow, InternalRow]
- Definition Classes
- WindowInPandasEvaluatorFactory → PartitionEvaluatorFactory
-
def
createResultProjection(expressions: Seq[Expression]): UnsafeProjection
Create the resulting projection.
Create the resulting projection.
This method uses Code Generation. It can only be used on the executor side.
- expressions
unbound ordered function expressions.
- returns
the final resulting projection.
- Attributes
- protected
- Definition Classes
- WindowEvaluatorFactoryBase
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
orderSpec: Seq[SortOrder]
- Definition Classes
- WindowInPandasEvaluatorFactory → WindowEvaluatorFactoryBase
-
val
partitionSpec: Seq[Expression]
- Definition Classes
- WindowInPandasEvaluatorFactory → WindowEvaluatorFactoryBase
-
val
spillSize: SQLMetric
- Definition Classes
- WindowInPandasEvaluatorFactory → WindowEvaluatorFactoryBase
-
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( ... ) @native()
-
val
windowExpression: Seq[NamedExpression]
- Definition Classes
- WindowInPandasEvaluatorFactory → WindowEvaluatorFactoryBase
-
lazy val
windowFrameExpressionFactoryPairs: Seq[(ExpressionBuffer, (InternalRow) ⇒ WindowFunctionFrame)]
Collection containing an entry for each window frame to process.
Collection containing an entry for each window frame to process. Each entry contains a frame's WindowExpressions and factory function for the WindowFunctionFrame.
- Attributes
- protected
- Definition Classes
- WindowEvaluatorFactoryBase