Uses of Package
com.snowflake.snowpark_java.types
-
Packages that use com.snowflake.snowpark_java.types Package Description com.snowflake.snowpark_java Provides most of the classes for the Snowpark Java API.com.snowflake.snowpark_java.types Provides the classes specifying the schema (the data types of the fields) of semi-structured data.com.snowflake.snowpark_java.udtf -
Classes in com.snowflake.snowpark_java.types used by com.snowflake.snowpark_java Class Description DataType Snowpark data typesGeography Java representation of Snowflake Geography data.Geometry Java representation of Snowflake Geometry data.StructType StructType data type, represents table schema.Variant Representation of Snowflake Variant data -
Classes in com.snowflake.snowpark_java.types used by com.snowflake.snowpark_java.types Class Description ArrayType Array data type.BinaryType Binary data type.BooleanType Boolean data type.ByteType Byte data type.ColumnIdentifier Represents Column IdentifierDataType Snowpark data typesDateType Date data type.DecimalType Decimal data type.DoubleType Double data type.FloatType Float data type.Geography Java representation of Snowflake Geography data.GeographyType Geography data type.Geometry Java representation of Snowflake Geometry data.GeometryType Geography data type.IntegerType Integer data type.LongType Long integer data type.MapType Map data type.ShortType Short integer data type.SnowflakeFile Custom Snowflake class that provides users with additional information on top of the core capability of reading Snowflake files.StringType String data type.StructField Represents the content of StructType.StructType StructType data type, represents table schema.TimestampType Timestamp data type.TimeType Time data type.Variant Representation of Snowflake Variant dataVariantType Variant data type. -
Classes in com.snowflake.snowpark_java.types used by com.snowflake.snowpark_java.udtf Class Description StructType StructType data type, represents table schema.