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 Integer
getByteLength()
Integer
getLength()
String
getLogicalType()
Integer
getPrecision()
Integer
getScale()
String
getType()
boolean
isNullable()
-