1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
plugin_register functions/string
[[0,0.0,0.0],true]
table_create Ages TABLE_HASH_KEY UInt8
[[0,0.0,0.0],true]
load --table Ages
[
{"_key": 29}
]
[[0,0.0,0.0],1]
select Ages --output_columns '_key, string_length(_key)'
[
[
[
-22,
0.0,
0.0
],
"string_length(): target object must be a text bulk: <29>"
],
[
[
[
1
],
[
[
"_key",
"UInt8"
],
[
"string_length",
null
]
],
[
29,
"string_length(): target object must be a text bulk: <29>"
]
]
]
]
#|e| string_length(): target object must be a text bulk: <29>
|