Uses of Class
com.snowflake.snowpark_java.types.ArrayType
-
Packages that use ArrayType Package Description com.snowflake.snowpark_java.types Provides the classes specifying the schema (the data types of the fields) of semi-structured data. -
-
Uses of ArrayType in com.snowflake.snowpark_java.types
Methods in com.snowflake.snowpark_java.types that return ArrayType Modifier and Type Method Description static ArrayType
DataTypes. createArrayType(DataType elementType)
Creates a new ArrayType object.
-