input

    structure - structure of data sent to the server in following format 'column1_name column1_type, column2_name column2_type, ...'.
    For example, 'id UInt32, name String'.

    Data can be sent in any way like for ordinary INSERT query and passed in any available format
    that must be specified in the end of query (unlike ordinary ).

    Examples