Class SnowflakeText
java.lang.Object
org.apache.beam.sdk.io.snowflake.data.text.SnowflakeVarchar
org.apache.beam.sdk.io.snowflake.data.text.SnowflakeText
- All Implemented Interfaces:
Serializable
,SnowflakeDataType
- See Also:
-
Field Summary
Fields inherited from class org.apache.beam.sdk.io.snowflake.data.text.SnowflakeVarchar
MAX_LENGTH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SnowflakeText
of()
static SnowflakeText
of
(long maxLength) Methods inherited from class org.apache.beam.sdk.io.snowflake.data.text.SnowflakeVarchar
getLength, setLength, sql
-
Constructor Details
-
SnowflakeText
public SnowflakeText() -
SnowflakeText
public SnowflakeText(long maxLength)
-
-
Method Details
-
of
-
of
-