CodeGeneratorWithInterpretedFallback
CodeGeneratorWithInterpretedFallback is the base of codegen object generators that can create objects for codegen and interpreted evaluation paths.
| Method | Description | ||
|---|---|---|---|
|
|
Used when…FIXME |
||
|
|
Used when…FIXME |
|
Note
|
UnsafeProjection is the one and only known implementation of the CodeGeneratorWithInterpretedFallback Contract in Apache Spark. |
|
Note
|
|
createObject Method
|
1 2 3 4 5 |
createObject(in: IN): OUT |
createObject…FIXME
|
Note
|
createObject is used exclusively when UnsafeProjection is requested to create an UnsafeProjection for Catalyst expressions.
|
spark技术分享