public class ByItem extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
static ByItem |
create(Expression expr,
boolean desc) |
Expression |
getExpr() |
boolean |
isDesc() |
ByItem |
toProto(Object context) |
String |
toString() |
public static ByItem create(Expression expr, boolean desc)
public Expression getExpr()
public boolean isDesc()
Copyright © 2024 PingCAP. All rights reserved.