Lines Matching defs:ret

516       val ret = cast(array, ArrayType(IntegerType, containsNull = true))  constant
521 val ret = cast(array, ArrayType(IntegerType, containsNull = false)) constant
525 val ret = cast(array, ArrayType(BooleanType, containsNull = true)) constant
530 val ret = cast(array, ArrayType(BooleanType, containsNull = false)) constant
535 val ret = cast(array_notNull, ArrayType(IntegerType, containsNull = true)) constant
540 val ret = cast(array_notNull, ArrayType(IntegerType, containsNull = false)) constant
544 val ret = cast(array_notNull, ArrayType(BooleanType, containsNull = true)) constant
549 val ret = cast(array_notNull, ArrayType(BooleanType, containsNull = false)) constant
554 val ret = cast(array, IntegerType) constant
570 val ret = cast(map, MapType(StringType, IntegerType, valueContainsNull = true)) constant
575 val ret = cast(map, MapType(StringType, IntegerType, valueContainsNull = false)) constant
579 val ret = cast(map, MapType(StringType, BooleanType, valueContainsNull = true)) constant
584 val ret = cast(map, MapType(StringType, BooleanType, valueContainsNull = false)) constant
588 val ret = cast(map, MapType(IntegerType, StringType, valueContainsNull = true)) constant
593 val ret = cast(map_notNull, MapType(StringType, IntegerType, valueContainsNull = true)) constant
598 val ret = cast(map_notNull, MapType(StringType, IntegerType, valueContainsNull = false)) constant
602 val ret = cast(map_notNull, MapType(StringType, BooleanType, valueContainsNull = true)) constant
607 val ret = cast(map_notNull, MapType(StringType, BooleanType, valueContainsNull = false)) constant
611 val ret = cast(map_notNull, MapType(IntegerType, StringType, valueContainsNull = true)) constant
616 val ret = cast(map, IntegerType) constant
652 val ret = cast(struct, StructType(Seq( constant
661 val ret = cast(struct, StructType(Seq( constant
669 val ret = cast(struct, StructType(Seq( constant
678 val ret = cast(struct, StructType(Seq( constant
687 val ret = cast(struct_notNull, StructType(Seq( constant
695 val ret = cast(struct_notNull, StructType(Seq( constant
702 val ret = cast(struct_notNull, StructType(Seq( constant
710 val ret = cast(struct_notNull, StructType(Seq( constant
718 val ret = cast(struct, StructType(Seq( constant
725 val ret = cast(struct, IntegerType) constant
755 val ret = cast(complex, StructType(Seq( constant