Interface TransformOperand
-
- All Known Implementing Classes:
FilterOperand,FilterOperand.And,FilterOperand.IsNotTrue,FilterOperand.IsTrue,FilterOperand.Not,FilterOperand.Or,FilterOperand.Predicate,FunctionOperand,LiteralOperand,ReferenceOperand
public interface TransformOperand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectapply(Object[] row)DataSchema.ColumnDataTypegetResultType()
-
-
-
Method Detail
-
getResultType
DataSchema.ColumnDataType getResultType()
-
-