public class RawArrowRequestBody
extends okhttp3.RequestBody
| Constructor and Description |
|---|
RawArrowRequestBody(List<byte[]> batches,
org.apache.arrow.vector.types.pojo.Schema arrowSchema,
org.apache.arrow.vector.ipc.message.IpcOption ipcOption) |
| Modifier and Type | Method and Description |
|---|---|
okhttp3.MediaType |
contentType() |
long |
getTotalBytes() |
void |
writeTo(okio.BufferedSink sink) |
public RawArrowRequestBody(List<byte[]> batches, org.apache.arrow.vector.types.pojo.Schema arrowSchema, org.apache.arrow.vector.ipc.message.IpcOption ipcOption)
public okhttp3.MediaType contentType()
contentType in class okhttp3.RequestBodypublic void writeTo(@NotNull
okio.BufferedSink sink)
throws IOException
writeTo in class okhttp3.RequestBodyIOExceptionpublic long getTotalBytes()
Copyright © 2026 Alibaba Cloud Computing. All rights reserved.