Class ColumnProperties
- java.lang.Object
-
- net.snowflake.ingest.streaming.internal.ColumnProperties
-
public class ColumnProperties extends Object
Class that encapsulates column properties. These are the same properties showed in the output of SHOW COLUMNS. Note that this is slightly different than the internal column metadata used elsewhere in this SDK.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetByteLength()IntegergetLength()StringgetLogicalType()IntegergetPrecision()IntegergetScale()StringgetType()booleanisNullable()
-