chdb_create() creates a chdb file containing the
specified key-value pairs.
Замечание:
chdb files are not portable across little-endian and big-endian
environments. Except for that, they are portable across different
architectures. Also compatibility across different versions of chdb is not
guaranteed.
Список параметров
pathname
The name of the file to create.
If a file with the same name already exists, it is overwritten.
data
An array containing the key-value pairs to store in the chdb file.
Keys and values are converted to strings before being written to the file,
as chdb only support the string type. Note that binary strings are
supported as well, both as keys and values.
Возвращаемые значения
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
Ошибки
Throws an exception in case the chdb file hasn't been successfully created.