public class SortKey extends Object
| Constructor and Description |
|---|
SortKey(io.cdap.cdap.api.data.schema.Schema.Type type,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
io.cdap.cdap.api.data.schema.Schema.Type |
getType() |
<T> T |
getValue() |
String |
toString() |
public SortKey(io.cdap.cdap.api.data.schema.Schema.Type type, Object value)
public io.cdap.cdap.api.data.schema.Schema.Type getType()
public <T> T getValue()
Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.