Package org.apache.drill.common.types
Class SchemaTypeProtos.MajorType.MessageSchema
java.lang.Object
org.apache.drill.common.types.SchemaTypeProtos.MajorType.MessageSchema
- All Implemented Interfaces:
io.protostuff.Schema<TypeProtos.MajorType>
- Enclosing class:
- SchemaTypeProtos.MajorType
public static class SchemaTypeProtos.MajorType.MessageSchema
extends Object
implements io.protostuff.Schema<TypeProtos.MajorType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetFieldName
(int number) int
getFieldNumber
(String name) boolean
isInitialized
(TypeProtos.MajorType message) void
mergeFrom
(io.protostuff.Input input, TypeProtos.MajorType message) void
writeTo
(io.protostuff.Output output, TypeProtos.MajorType message)
-
Constructor Details
-
MessageSchema
public MessageSchema()
-
-
Method Details
-
writeTo
- Specified by:
writeTo
in interfaceio.protostuff.Schema<TypeProtos.MajorType>
- Throws:
IOException
-
isInitialized
- Specified by:
isInitialized
in interfaceio.protostuff.Schema<TypeProtos.MajorType>
-
getFieldName
- Specified by:
getFieldName
in interfaceio.protostuff.Schema<TypeProtos.MajorType>
-
getFieldNumber
- Specified by:
getFieldNumber
in interfaceio.protostuff.Schema<TypeProtos.MajorType>
-
typeClass
- Specified by:
typeClass
in interfaceio.protostuff.Schema<TypeProtos.MajorType>
-
messageName
- Specified by:
messageName
in interfaceio.protostuff.Schema<TypeProtos.MajorType>
-
messageFullName
- Specified by:
messageFullName
in interfaceio.protostuff.Schema<TypeProtos.MajorType>
-
mergeFrom
- Specified by:
mergeFrom
in interfaceio.protostuff.Schema<TypeProtos.MajorType>
- Throws:
IOException
-
newMessage
- Specified by:
newMessage
in interfaceio.protostuff.Schema<TypeProtos.MajorType>
-