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