Class ColumnInfoImpl
java.lang.Object
org.elasticsearch.xpack.esql.action.ColumnInfoImpl
- All Implemented Interfaces:
Writeable,ColumnInfo
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionColumnInfoImpl(String name, String type, List<String> originalTypes) ColumnInfoImpl(String name, DataType type, List<String> originalTypes) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ColumnInfofromXContent(XContentParser parser) inthashCode()meta()name()toString()toXContent(XContentBuilder builder, ToXContent.Params params) type()voidwriteTo(StreamOutput out)
-
Field Details
-
PARSER
-
-
Constructor Details
-
ColumnInfoImpl
-
ColumnInfoImpl
-
ColumnInfoImpl
-
ColumnInfoImpl
-
ColumnInfoImpl
- Throws:
IOException
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
fromXContent
-
writeTo
- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceColumnInfo- Throws:
IOException
-
name
- Specified by:
namein interfaceColumnInfo
-
outputType
- Specified by:
outputTypein interfaceColumnInfo
-
type
-
originalTypes
-
meta
-
toString
-