Getting more details on column types #1461
Unanswered
tientt-holistics
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using Clickhouse client API, with the current interface, we can only get the database type as a String.
However there are cases we want to get more details about the data type such as Precision, Scale for Decimal, Precision for Datetime,...
When using VSCode debugger, I can see that information exist in

block.Columns
.Is there any way to access this information?
Beta Was this translation helpful? Give feedback.
All reactions