Class UnresolvedStar
java.lang.Object
org.elasticsearch.xpack.esql.core.tree.Node<Expression>
org.elasticsearch.xpack.esql.core.expression.Expression
org.elasticsearch.xpack.esql.core.expression.NamedExpression
org.elasticsearch.xpack.esql.core.expression.UnresolvedNamedExpression
org.elasticsearch.xpack.esql.core.expression.UnresolvedStar
- All Implemented Interfaces:
NamedWriteable,Writeable,Resolvable,Unresolvable
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.xpack.esql.core.expression.Expression
Expression.TypeResolutionNested classes/interfaces inherited from class org.elasticsearch.xpack.esql.core.tree.Node
Node.NodeStringFormatNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields inherited from class org.elasticsearch.xpack.esql.core.tree.Node
TO_STRING_MAX_LINES, TO_STRING_MAX_WIDTHFields inherited from interface org.elasticsearch.xpack.esql.core.capabilities.Unresolvable
UNRESOLVED_PREFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninthashCode()protected NodeInfo<UnresolvedStar> info()Return the information about this node.protected booleanvoidnodeString(StringBuilder sb, Node.NodeStringFormat format) Append thisNode's string representation tosb.nullable()replaceChildren(List<Expression> newChildren) toString()voidwriteTo(StreamOutput out) Methods inherited from class org.elasticsearch.xpack.esql.core.expression.UnresolvedNamedExpression
dataType, id, name, resolved, toAttributeMethods inherited from class org.elasticsearch.xpack.esql.core.expression.NamedExpression
equals, syntheticMethods inherited from class org.elasticsearch.xpack.esql.core.expression.Expression
canonical, canonicalize, childrenResolved, fold, foldable, propertiesToString, references, resolveType, semanticEquals, semanticHash, toString, typeResolvedMethods inherited from class org.elasticsearch.xpack.esql.core.tree.Node
anyMatch, children, collect, collectFirstChildren, collectLeaves, doCollectFirst, forEachDown, forEachDown, forEachProperty, forEachPropertyDown, forEachPropertyOnly, forEachPropertyUp, forEachUp, forEachUp, nodeName, nodeProperties, nodeString, replaceChildrenSameSize, source, sourceLocation, sourceText, transformChildren, transformChildren, transformDown, transformDown, transformDown, transformDown, transformNodeProps, transformPropertiesDown, transformPropertiesOnly, transformPropertiesUp, transformUp, transformUp, transformUp
-
Constructor Details
-
UnresolvedStar
-
-
Method Details
-
writeTo
- Throws:
IOException
-
getWriteableName
-
info
Description copied from class:NodeReturn the information about this node.Normally, you want to use one of the static
createmethods to implement this.For
QueryPlans, it is very important that the properties contain all of the expressions and references relevant to this node, and that all of the properties are used in the provided constructor; otherwise query plan transformations likeQueryPlan#transformExpressionsOnly(Function)will not have an effect.- Specified by:
infoin classNode<Expression>
-
replaceChildren
- Specified by:
replaceChildrenin classNode<Expression>
-
nullable
- Specified by:
nullablein classExpression
-
qualifier
-
hashCode
public int hashCode()- Overrides:
hashCodein classNamedExpression
-
innerEquals
- Overrides:
innerEqualsin classNamedExpression
-
unresolvedMessage
-
nodeString
Description copied from class:Node- Overrides:
nodeStringin classNamedExpression- Parameters:
sb- target for the stringformat- configuration for rendering the string representation
-
toString
- Overrides:
toStringin classNamedExpression
-