File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,23 +114,14 @@ Result<std::vector<std::shared_ptr<ArrayVector>>> ToArrayVectors(
114114 const BatchesWithSchema& batches_with_schema);
115115
116116Result<std::vector<std::shared_ptr<ExecBatch>>> ToExecBatches (
117- const BatchesWithSchema& batches );
117+ const BatchesWithSchema& batches_with_schema );
118118
119119Result<std::vector<std::shared_ptr<RecordBatch>>> ToRecordBatches (
120- const BatchesWithSchema& batches);
121-
122- Result<std::shared_ptr<RecordBatchReader>> ToRecordBatchReader (
123120 const BatchesWithSchema& batches_with_schema);
124121
125- Result<std::vector<std:: shared_ptr<ArrayVector>>> ToArrayVectors (
122+ Result<std::shared_ptr<RecordBatchReader>> ToRecordBatchReader (
126123 const BatchesWithSchema& batches_with_schema);
127124
128- Result<std::vector<std::shared_ptr<ExecBatch>>> ToExecBatches (
129- const BatchesWithSchema& batches);
130-
131- Result<std::vector<std::shared_ptr<RecordBatch>>> ToRecordBatches (
132- const BatchesWithSchema& batches);
133-
134125Result<std::shared_ptr<Table>> SortTableOnAllFields (const std::shared_ptr<Table>& tab);
135126
136127void AssertTablesEqualIgnoringOrder (const std::shared_ptr<Table>& exp,
You can’t perform that action at this time.
0 commit comments