Class IndexPattern
java.lang.Object
org.elasticsearch.xpack.esql.plan.IndexPattern
- All Implemented Interfaces:
NodeStringRenderable
Contains an index pattern together with its
Source. Can also be a comma-separated list, like idx-*,remote:other-idx*.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidnodeString(StringBuilder sb, Node.NodeStringFormat format, NodeStringMapper mapper) Routes the index pattern throughNodeStringMapper.index(java.lang.String).source()toString()
-
Constructor Details
-
IndexPattern
-
-
Method Details
-
source
-
indexPattern
-
hashCode
public int hashCode() -
equals
-
nodeString
Routes the index pattern throughNodeStringMapper.index(java.lang.String). UnderNodeStringMapper.IDENTITYthis is the raw pattern (matchingtoString()); under an anonymizing mapper it is an index token. Lets the reflective node walk render the pattern with no per-nodenodeStringoverride.- Specified by:
nodeStringin interfaceNodeStringRenderable
-
toString
-