```sql SELECT decode_float_blob(encode_float_blob('[1.1, 2.2, 3.3, 4.4]')) ; ``` yields ```[1.100000, 2.200000]``` It seems like always just the first two elements are returned