public class IsNull extends UnaryExpression implements scala.Product, scala.Serializable
Constructor and Description |
---|
IsNull(Expression child) |
Modifier and Type | Method and Description |
---|---|
Expression |
child() |
String |
toString() |
BasicTypeInfo<Boolean> |
typeInfo() |
children
freshName, freshNameCounter, name
exists, fastEquals, makeCopy, transformChildrenPost, transformChildrenPre, transformPost, transformPre
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public IsNull(Expression child)
public Expression child()
child
in class UnaryExpression
public BasicTypeInfo<Boolean> typeInfo()
typeInfo
in class Expression
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.