SPARK-25374 converts back into safe representation with CODEGEN_ONLY | 0.23 sec | Passed |
SPARK-25374 converts back into safe representation with NO_CODEGEN | 10 ms | Passed |
basic conversion with array and map with CODEGEN_ONLY | 22 ms | Passed |
basic conversion with array and map with NO_CODEGEN | 0 ms | Passed |
basic conversion with array type with CODEGEN_ONLY | 25 ms | Passed |
basic conversion with array type with NO_CODEGEN | 0 ms | Passed |
basic conversion with map type with CODEGEN_ONLY | 27 ms | Passed |
basic conversion with map type with NO_CODEGEN | 1 ms | Passed |
basic conversion with only primitive types with CODEGEN_ONLY | 17 ms | Passed |
basic conversion with only primitive types with NO_CODEGEN | 1 ms | Passed |
basic conversion with primitive, string and binary types with CODEGEN_ONLY | 18 ms | Passed |
basic conversion with primitive, string and binary types with NO_CODEGEN | 2 ms | Passed |
basic conversion with primitive, string and interval types with CODEGEN_ONLY | 16 ms | Passed |
basic conversion with primitive, string and interval types with NO_CODEGEN | 1 ms | Passed |
basic conversion with primitive, string, date and timestamp types with CODEGEN_ONLY | 18 ms | Passed |
basic conversion with primitive, string, date and timestamp types with NO_CODEGEN | 0 ms | Passed |
basic conversion with struct and array with CODEGEN_ONLY | 17 ms | Passed |
basic conversion with struct and array with NO_CODEGEN | 0 ms | Passed |
basic conversion with struct and map with CODEGEN_ONLY | 23 ms | Passed |
basic conversion with struct and map with NO_CODEGEN | 0 ms | Passed |
basic conversion with struct type with CODEGEN_ONLY | 21 ms | Passed |
basic conversion with struct type with NO_CODEGEN | 0 ms | Passed |
null handling with CODEGEN_ONLY | 27 ms | Passed |
null handling with NO_CODEGEN | 1 ms | Passed |