public class ArrowWritableRecordBatch extends AbstractWritableRecordBatch implements Closeable
AbstractWritableRecordBatch.RecordBatchListIterator| Constructor and Description |
|---|
ArrowWritableRecordBatch(List<org.apache.arrow.vector.FieldVector> list,
Schema schema)
An index in to an individual
ArrowRecordBatch |
ArrowWritableRecordBatch(List<org.apache.arrow.vector.FieldVector> list,
Schema schema,
int offset,
int rows) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int i,
List<Writable> writable) |
boolean |
add(List<Writable> writable) |
boolean |
addAll(Collection<? extends List<Writable>> collection) |
boolean |
addAll(int i,
Collection<? extends List<Writable>> collection) |
void |
clear() |
void |
close() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> collection) |
boolean |
equals(Object o) |
List<Writable> |
get(int i) |
int |
hashCode() |
int |
indexOf(Object o) |
boolean |
isEmpty() |
Iterator<List<Writable>> |
iterator() |
int |
lastIndexOf(Object o) |
ListIterator<List<Writable>> |
listIterator() |
ListIterator<List<Writable>> |
listIterator(int i) |
List<Writable> |
remove(int i) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> collection) |
boolean |
retainAll(Collection<?> collection) |
List<Writable> |
set(int i,
List<Writable> writable) |
int |
size() |
List<List<Writable>> |
subList(int i,
int i1) |
Object[] |
toArray() |
<T> T[] |
toArray(T[] ts) |
List<List<Writable>> |
toArrayList() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitreplaceAll, sort, spliteratorparallelStream, removeIf, streampublic ArrowWritableRecordBatch(List<org.apache.arrow.vector.FieldVector> list, Schema schema, int offset, int rows)
public int size()
public boolean isEmpty()
isEmpty in interface Collection<List<Writable>>isEmpty in interface List<List<Writable>>isEmpty in class AbstractWritableRecordBatchpublic boolean contains(Object o)
contains in interface Collection<List<Writable>>contains in interface List<List<Writable>>contains in class AbstractWritableRecordBatchpublic Object[] toArray()
toArray in interface Collection<List<Writable>>toArray in interface List<List<Writable>>toArray in class AbstractWritableRecordBatchpublic <T> T[] toArray(T[] ts)
toArray in interface Collection<List<Writable>>toArray in interface List<List<Writable>>toArray in class AbstractWritableRecordBatchpublic boolean add(List<Writable> writable)
add in interface Collection<List<Writable>>add in interface List<List<Writable>>add in class AbstractWritableRecordBatchpublic boolean remove(Object o)
remove in interface Collection<List<Writable>>remove in interface List<List<Writable>>remove in class AbstractWritableRecordBatchpublic boolean containsAll(Collection<?> collection)
containsAll in interface Collection<List<Writable>>containsAll in interface List<List<Writable>>containsAll in class AbstractWritableRecordBatchpublic boolean addAll(Collection<? extends List<Writable>> collection)
addAll in interface Collection<List<Writable>>addAll in interface List<List<Writable>>addAll in class AbstractWritableRecordBatchpublic boolean addAll(int i,
Collection<? extends List<Writable>> collection)
public boolean removeAll(Collection<?> collection)
removeAll in interface Collection<List<Writable>>removeAll in interface List<List<Writable>>removeAll in class AbstractWritableRecordBatchpublic boolean retainAll(Collection<?> collection)
retainAll in interface Collection<List<Writable>>retainAll in interface List<List<Writable>>retainAll in class AbstractWritableRecordBatchpublic void clear()
clear in interface Collection<List<Writable>>clear in interface List<List<Writable>>clear in class AbstractWritableRecordBatchpublic int indexOf(Object o)
public int lastIndexOf(Object o)
lastIndexOf in interface List<List<Writable>>lastIndexOf in class AbstractWritableRecordBatchpublic ListIterator<List<Writable>> listIterator()
listIterator in interface List<List<Writable>>listIterator in class AbstractWritableRecordBatchpublic ListIterator<List<Writable>> listIterator(int i)
listIterator in interface List<List<Writable>>listIterator in class AbstractWritableRecordBatchpublic boolean equals(Object o)
public int hashCode()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2019. All rights reserved.