make_constant(input: column, {
    "param": value,
    ...
}) -> (output: column)
make_constant(input: column, {
    "param": value,
    ...
}) -> (output: column)
value
[number, string, null, array, array]
required

The value to fill the new column with. The data type of the output column depends on this value and the out_type parameter.

out_type
string
required

Select types using their name.

Values must be one of the following:

category date number boolean url sex text list[number] list[category] list[url] list[boolean] list[date]