public class OpLib extends Object
Constructor and Description |
---|
OpLib() |
Modifier and Type | Method and Description |
---|---|
static OpDistinct |
asDistinct(Op op) |
static OpOrder |
asOrder(Op op) |
static OpProject |
asProject(Op op) |
static OpReduced |
asReduced(Op op) |
static OpSlice |
asSlice(Op op) |
static boolean |
isDistinct(Op op) |
static boolean |
isOrder(Op op) |
static boolean |
isProject(Op op) |
static boolean |
isReduced(Op op) |
static boolean |
isSlice(Op op) |
static Op |
sub(Op1 op) |
public static boolean isProject(Op op)
public static boolean isDistinct(Op op)
public static OpDistinct asDistinct(Op op)
public static boolean isReduced(Op op)
public static boolean isOrder(Op op)
public static boolean isSlice(Op op)
Licenced under the Apache License, Version 2.0