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