Class KeyValue
- java.lang.Object
-
- com.snowflake.connectors.common.table.KeyValue
-
public class KeyValue extends Object
A key-value pair representation.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringkey()Returns the key of this key-value pair.Variantvalue()Returns the value of this key-value pair.
-