Uses of Class
org.apache.arrow.vector.ipc.ArrowReader
Packages that use ArrowReader
Package
Description
-
Uses of ArrowReader in org.apache.arrow.adapter.orc
Subclasses of ArrowReader in org.apache.arrow.adapter.orcModifier and TypeClassDescriptionclassOrc stripe that load data into ArrowRecordBatch.Methods in org.apache.arrow.adapter.orc that return ArrowReaderModifier and TypeMethodDescriptionOrcReader.nextStripeReader(long batchSize) Get a stripe level ArrowReader with specified batchSize in each record batch. -
Uses of ArrowReader in org.apache.arrow.c
Methods in org.apache.arrow.c that return ArrowReaderModifier and TypeMethodDescriptionstatic ArrowReaderData.importArrayStream(BufferAllocator allocator, ArrowArrayStream stream) Equivalent to callingimportArrayStream(allocator, stream, true).static ArrowReaderData.importArrayStream(BufferAllocator allocator, ArrowArrayStream stream, boolean closeImportedStructs) Import an ArrowArrayStream as anArrowReader.Methods in org.apache.arrow.c with parameters of type ArrowReaderModifier and TypeMethodDescriptionstatic voidData.exportArrayStream(BufferAllocator allocator, ArrowReader reader, ArrowArrayStream out) Export a reader as an ArrowArrayStream using the C Stream Interface. -
Uses of ArrowReader in org.apache.arrow.dataset.file
Methods in org.apache.arrow.dataset.file with parameters of type ArrowReaderModifier and TypeMethodDescriptionstatic voidDatasetFileWriter.write(BufferAllocator allocator, ArrowReader reader, FileFormat format, String uri) Write the contents of an ArrowReader as a dataset, with default partitioning settings.static voidDatasetFileWriter.write(BufferAllocator allocator, ArrowReader reader, FileFormat format, String uri, String[] partitionColumns, int maxPartitions, String baseNameTemplate) Write the contents of an ArrowReader as a dataset. -
Uses of ArrowReader in org.apache.arrow.dataset.jni
Subclasses of ArrowReader in org.apache.arrow.dataset.jniMethods in org.apache.arrow.dataset.jni that return ArrowReaderModifier and TypeMethodDescriptionNativeScanTask.execute()Deprecated.NativeScanner.scanBatches() -
Uses of ArrowReader in org.apache.arrow.dataset.scanner
Subclasses of ArrowReader in org.apache.arrow.dataset.scannerModifier and TypeClassDescriptionclassAn implementation ofArrowReaderthat reads the dataset fromScanner.Methods in org.apache.arrow.dataset.scanner that return ArrowReaderModifier and TypeMethodDescriptionScanTask.execute()Deprecated.Execute this ScanTask and return aReaderinstance.Scanner.scanBatches()Read the dataset as a stream of record batches. -
Uses of ArrowReader in org.apache.arrow.dataset.substrait
Methods in org.apache.arrow.dataset.substrait that return ArrowReaderModifier and TypeMethodDescriptionRun Substrait plan.AceroSubstraitConsumer.runQuery(String plan, Map<String, ArrowReader> namedTables) Run Substrait plan.AceroSubstraitConsumer.runQuery(ByteBuffer plan) Run Substrait plan.AceroSubstraitConsumer.runQuery(ByteBuffer plan, Map<String, ArrowReader> namedTables) Read binary Substrait plan, execute and return an ArrowReader to read Schema and ArrowRecordBatches.Method parameters in org.apache.arrow.dataset.substrait with type arguments of type ArrowReaderModifier and TypeMethodDescriptionAceroSubstraitConsumer.runQuery(String plan, Map<String, ArrowReader> namedTables) Run Substrait plan.AceroSubstraitConsumer.runQuery(ByteBuffer plan, Map<String, ArrowReader> namedTables) Read binary Substrait plan, execute and return an ArrowReader to read Schema and ArrowRecordBatches. -
Uses of ArrowReader in org.apache.arrow.flight.sql
Methods in org.apache.arrow.flight.sql with parameters of type ArrowReaderModifier and TypeMethodDescriptionlongFlightSqlClient.executeIngest(ArrowReader dataReader, FlightSqlClient.ExecuteIngestOptions ingestOptions, CallOption... options) Execute a bulk ingest on the server.longFlightSqlClient.executeIngest(ArrowReader dataReader, FlightSqlClient.ExecuteIngestOptions ingestOptions, FlightSqlClient.Transaction transaction, CallOption... options) Execute a bulk ingest on the server. -
Uses of ArrowReader in org.apache.arrow.vector.ipc
Subclasses of ArrowReader in org.apache.arrow.vector.ipcModifier and TypeClassDescriptionclassAn implementation ofArrowReaderthat reads the standard arrow binary file format.classThis class reads from an input stream and produces ArrowRecordBatches.