Uses of Class
org.apache.drill.exec.proto.BitData.FragmentRecordBatch
Packages that use BitData.FragmentRecordBatch
Package
Description
-
Uses of BitData.FragmentRecordBatch in org.apache.drill.exec.proto
Fields in org.apache.drill.exec.proto with type parameters of type BitData.FragmentRecordBatchModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<BitData.FragmentRecordBatch> BitData.FragmentRecordBatch.PARSERDeprecated.Methods in org.apache.drill.exec.proto that return BitData.FragmentRecordBatchModifier and TypeMethodDescriptionBitData.FragmentRecordBatch.Builder.build()BitData.FragmentRecordBatch.Builder.buildPartial()static BitData.FragmentRecordBatchBitData.FragmentRecordBatch.getDefaultInstance()BitData.FragmentRecordBatch.Builder.getDefaultInstanceForType()BitData.FragmentRecordBatch.getDefaultInstanceForType()SchemaBitData.FragmentRecordBatch.MessageSchema.newMessage()static BitData.FragmentRecordBatchBitData.FragmentRecordBatch.parseDelimitedFrom(InputStream input) static BitData.FragmentRecordBatchBitData.FragmentRecordBatch.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitData.FragmentRecordBatchBitData.FragmentRecordBatch.parseFrom(byte[] data) static BitData.FragmentRecordBatchBitData.FragmentRecordBatch.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitData.FragmentRecordBatchBitData.FragmentRecordBatch.parseFrom(com.google.protobuf.ByteString data) static BitData.FragmentRecordBatchBitData.FragmentRecordBatch.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitData.FragmentRecordBatchBitData.FragmentRecordBatch.parseFrom(com.google.protobuf.CodedInputStream input) static BitData.FragmentRecordBatchBitData.FragmentRecordBatch.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitData.FragmentRecordBatchBitData.FragmentRecordBatch.parseFrom(InputStream input) static BitData.FragmentRecordBatchBitData.FragmentRecordBatch.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitData.FragmentRecordBatchBitData.FragmentRecordBatch.parseFrom(ByteBuffer data) static BitData.FragmentRecordBatchBitData.FragmentRecordBatch.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.drill.exec.proto that return types with arguments of type BitData.FragmentRecordBatchModifier and TypeMethodDescriptioncom.google.protobuf.Parser<BitData.FragmentRecordBatch> BitData.FragmentRecordBatch.getParserForType()static com.google.protobuf.Parser<BitData.FragmentRecordBatch> BitData.FragmentRecordBatch.parser()SchemaBitData.FragmentRecordBatch.MessageSchema.typeClass()Methods in org.apache.drill.exec.proto with parameters of type BitData.FragmentRecordBatchModifier and TypeMethodDescriptionbooleanSchemaBitData.FragmentRecordBatch.MessageSchema.isInitialized(BitData.FragmentRecordBatch message) BitData.FragmentRecordBatch.Builder.mergeFrom(BitData.FragmentRecordBatch other) voidSchemaBitData.FragmentRecordBatch.MessageSchema.mergeFrom(io.protostuff.Input input, BitData.FragmentRecordBatch message) BitData.FragmentRecordBatch.newBuilder(BitData.FragmentRecordBatch prototype) voidSchemaBitData.FragmentRecordBatch.MessageSchema.writeTo(io.protostuff.Output output, BitData.FragmentRecordBatch message) -
Uses of BitData.FragmentRecordBatch in org.apache.drill.exec.record
Methods in org.apache.drill.exec.record that return BitData.FragmentRecordBatchConstructors in org.apache.drill.exec.record with parameters of type BitData.FragmentRecordBatchModifierConstructorDescriptionRawFragmentBatch(BitData.FragmentRecordBatch header, DrillBuf body, AckSender sender) -
Uses of BitData.FragmentRecordBatch in org.apache.drill.exec.rpc.data
Methods in org.apache.drill.exec.rpc.data that return BitData.FragmentRecordBatchConstructors in org.apache.drill.exec.rpc.data with parameters of type BitData.FragmentRecordBatchModifierConstructorDescriptionIncomingDataBatch(BitData.FragmentRecordBatch header, DrillBuf body, AckSender sender) Create a new batch.