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