-
I have an ibis table with the following schema:
And a clickhouse connection:
I try to create the table using
The SQL that is generated (viewed in the Clickhouse query log) is:
The |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@seandavi Thanks for opening a discussion! You should be able to use notation similar to what shows up in the You should be able to use the
|
Beta Was this translation helpful? Give feedback.
@seandavi Thanks for opening a discussion!
You should be able to use notation similar to what shows up in the
t1.schema()
for thepmid2
column. The!
character indicates a type that is not nullable.You should be able to use the
Table.cast
method for this: