Class ArrowArrayStringRepresentationBuilder
- java.lang.Object
-
- net.snowflake.client.core.arrow.tostringhelpers.ArrowStringRepresentationBuilderBase
-
- net.snowflake.client.core.arrow.tostringhelpers.ArrowArrayStringRepresentationBuilder
-
@SnowflakeJdbcInternalApi public class ArrowArrayStringRepresentationBuilder extends ArrowStringRepresentationBuilderBase
-
-
Constructor Summary
Constructors Constructor Description ArrowArrayStringRepresentationBuilder(SnowflakeType valueType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrowStringRepresentationBuilderBase
appendValue(String value)
-
Methods inherited from class net.snowflake.client.core.arrow.tostringhelpers.ArrowStringRepresentationBuilderBase
add, quoteIfNeeded, toString
-
-
-
-
Constructor Detail
-
ArrowArrayStringRepresentationBuilder
public ArrowArrayStringRepresentationBuilder(SnowflakeType valueType)
-
-
Method Detail
-
appendValue
public ArrowStringRepresentationBuilderBase appendValue(String value)
-
-