public class Operator extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static Operator |
CONSTANT |
static Operator |
COPY |
static Operator |
DEFAULT |
static Operator |
DELTA |
static Operator |
INCREMENT |
static Operator |
NONE |
static Operator |
TAIL |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
OperatorCodec |
getCodec(Type type) |
String |
getName() |
static Operator |
getOperator(String name) |
int |
hashCode() |
boolean |
shouldStoreValue(ScalarValue value) |
String |
toString() |
boolean |
usesDictionary() |
void |
validate(Scalar scalar) |
public static final Operator NONE
public static final Operator CONSTANT
public static final Operator DEFAULT
public static final Operator COPY
public static final Operator INCREMENT
public static final Operator DELTA
public static final Operator TAIL
public Operator(String name)
public OperatorCodec getCodec(Type type)
public String getName()
public boolean shouldStoreValue(ScalarValue value)
public void validate(Scalar scalar)
public boolean usesDictionary()
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.