File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import { Vector } from './vector';
2121import * as vector_ from './vector' ;
2222import * as util_ from './util/int' ;
2323import { Schema , Field , Type } from './type' ;
24- import { Table , RecordBatch } from './table ' ;
24+ import { Table , RecordBatch } from './recordbatch ' ;
2525import { read , readAsync } from './ipc/reader/arrow' ;
2626
2727export import View = vector_ . View ;
@@ -130,11 +130,7 @@ try {
130130 Arrow [ 'Table' ] = Table ;
131131 Arrow [ 'RecordBatch' ] = RecordBatch ;
132132 Arrow [ 'Vector' ] = Vector ;
133- // Arrow['DataType'] = type_.DataType;
134133
135- // Arrow['Uint64'] = util_.Uint64;
136- // Arrow['Int64'] = util_.Int64;
137- // Arrow['Int128'] = util_.Int128;
138134 }
139135} catch ( e ) { /* not the UMD bundle */ }
140136/* end umd exports */
Original file line number Diff line number Diff line change 1616// under the License.
1717
1818import { readJSON } from './json' ;
19- import { RecordBatch } from '../../table ' ;
19+ import { RecordBatch } from '../../recordbatch ' ;
2020import { readBuffers , readBuffersAsync } from './binary' ;
2121import { readRecordBatches , readRecordBatchesAsync , TypeDataLoader } from './vector' ;
2222import { Schema } from '../../type' ;
Original file line number Diff line number Diff line change 1616// under the License.
1717
1818import { Vector } from '../../vector' ;
19- import { RecordBatch } from '../../table ' ;
19+ import { RecordBatch } from '../../recordbatch ' ;
2020import { TypeVisitor } from '../../visitor' ;
2121import { FlatType , NestedType , ListType } from '../../type' ;
2222import { Message , FieldMetadata , BufferMetadata } from '../metadata' ;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments