| Package | Description |
|---|---|
| com.snowflake.snowpark_java.types |
Provides the classes specifying the schema (the data types of the fields) of semi-structured data.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnIdentifier |
ColumnIdentifier.clone()
Creates a clone of this
ColumnIdentifier object. |
ColumnIdentifier |
StructField.columnIdentifier()
Retrieves the column identifier.
|
| Constructor and Description |
|---|
StructField(ColumnIdentifier columnIdentifier,
DataType dataType)
Creates a new StructField with nullable column.
|
StructField(ColumnIdentifier columnIdentifier,
DataType dataType,
boolean nullable)
Creates a new StructField.
|
© 2022 Snowflake Inc. All Rights Reserved