[][src]Module tdb_core::utils

helper functions

Functions

bigram

Returns bigram bigram(&[1,2,3]) -> [(1,2), (2,3)]

decode_insert_into

the inverse of encode_insert_into

encode_insert_into

client inserts an update into server binary form of INSERT [update] INTO [book]

epoch_to_human

converts epoch time to human readable string

fill_digits

fill digits 123 => 12300 etc.. 151044287500 => 1510442875000

within_range

check if two ranges intersect