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 String
key()
Returns the key of this key-value pair.Variant
value()
Returns the value of this key-value pair.
-