Uses of Class
org.apache.drill.exec.proto.UserBitShared.RecordBatchDef
Packages that use UserBitShared.RecordBatchDef
-
Uses of UserBitShared.RecordBatchDef in org.apache.drill.exec.proto
Fields in org.apache.drill.exec.proto with type parameters of type UserBitShared.RecordBatchDefModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserBitShared.RecordBatchDef> UserBitShared.RecordBatchDef.PARSERDeprecated.Methods in org.apache.drill.exec.proto that return UserBitShared.RecordBatchDefModifier and TypeMethodDescriptionUserBitShared.RecordBatchDef.Builder.build()UserBitShared.RecordBatchDef.Builder.buildPartial()BitData.FragmentRecordBatch.Builder.getDef()optional .exec.shared.RecordBatchDef def = 6;BitData.FragmentRecordBatch.getDef()optional .exec.shared.RecordBatchDef def = 6;BitData.FragmentRecordBatchOrBuilder.getDef()optional .exec.shared.RecordBatchDef def = 6;UserBitShared.QueryData.Builder.getDef()optional .exec.shared.RecordBatchDef def = 3;UserBitShared.QueryData.getDef()optional .exec.shared.RecordBatchDef def = 3;UserBitShared.QueryDataOrBuilder.getDef()optional .exec.shared.RecordBatchDef def = 3;static UserBitShared.RecordBatchDefUserBitShared.RecordBatchDef.getDefaultInstance()UserBitShared.RecordBatchDef.Builder.getDefaultInstanceForType()UserBitShared.RecordBatchDef.getDefaultInstanceForType()SchemaUserBitShared.RecordBatchDef.MessageSchema.newMessage()static UserBitShared.RecordBatchDefUserBitShared.RecordBatchDef.parseDelimitedFrom(InputStream input) static UserBitShared.RecordBatchDefUserBitShared.RecordBatchDef.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.RecordBatchDefUserBitShared.RecordBatchDef.parseFrom(byte[] data) static UserBitShared.RecordBatchDefUserBitShared.RecordBatchDef.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.RecordBatchDefUserBitShared.RecordBatchDef.parseFrom(com.google.protobuf.ByteString data) static UserBitShared.RecordBatchDefUserBitShared.RecordBatchDef.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.RecordBatchDefUserBitShared.RecordBatchDef.parseFrom(com.google.protobuf.CodedInputStream input) static UserBitShared.RecordBatchDefUserBitShared.RecordBatchDef.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.RecordBatchDefUserBitShared.RecordBatchDef.parseFrom(InputStream input) static UserBitShared.RecordBatchDefUserBitShared.RecordBatchDef.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.RecordBatchDefUserBitShared.RecordBatchDef.parseFrom(ByteBuffer data) static UserBitShared.RecordBatchDefUserBitShared.RecordBatchDef.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.drill.exec.proto that return types with arguments of type UserBitShared.RecordBatchDefModifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserBitShared.RecordBatchDef> UserBitShared.RecordBatchDef.getParserForType()static com.google.protobuf.Parser<UserBitShared.RecordBatchDef> UserBitShared.RecordBatchDef.parser()SchemaUserBitShared.RecordBatchDef.MessageSchema.typeClass()Methods in org.apache.drill.exec.proto with parameters of type UserBitShared.RecordBatchDefModifier and TypeMethodDescriptionbooleanSchemaUserBitShared.RecordBatchDef.MessageSchema.isInitialized(UserBitShared.RecordBatchDef message) BitData.FragmentRecordBatch.Builder.mergeDef(UserBitShared.RecordBatchDef value) optional .exec.shared.RecordBatchDef def = 6;UserBitShared.QueryData.Builder.mergeDef(UserBitShared.RecordBatchDef value) optional .exec.shared.RecordBatchDef def = 3;voidSchemaUserBitShared.RecordBatchDef.MessageSchema.mergeFrom(io.protostuff.Input input, UserBitShared.RecordBatchDef message) UserBitShared.RecordBatchDef.Builder.mergeFrom(UserBitShared.RecordBatchDef other) UserBitShared.RecordBatchDef.newBuilder(UserBitShared.RecordBatchDef prototype) BitData.FragmentRecordBatch.Builder.setDef(UserBitShared.RecordBatchDef value) optional .exec.shared.RecordBatchDef def = 6;UserBitShared.QueryData.Builder.setDef(UserBitShared.RecordBatchDef value) optional .exec.shared.RecordBatchDef def = 3;voidSchemaUserBitShared.RecordBatchDef.MessageSchema.writeTo(io.protostuff.Output output, UserBitShared.RecordBatchDef message) -
Uses of UserBitShared.RecordBatchDef in org.apache.drill.exec.record
Methods in org.apache.drill.exec.record that return UserBitShared.RecordBatchDefMethods in org.apache.drill.exec.record with parameters of type UserBitShared.RecordBatchDefModifier and TypeMethodDescriptionbooleanRecordBatchLoader.load(UserBitShared.RecordBatchDef def, DrillBuf buf) Load a record batch from a single buffer.