public class DrillColumnMetaDataList extends Object
| Constructor and Description |
|---|
DrillColumnMetaDataList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
T element) |
boolean |
add(T e) |
boolean |
addAll(Collection<? extends T> c) |
boolean |
addAll(int index,
Collection<? extends T> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
org.apache.calcite.avatica.ColumnMetaData |
get(int index) |
int |
indexOf(Object o) |
boolean |
isEmpty() |
Iterator<org.apache.calcite.avatica.ColumnMetaData> |
iterator() |
int |
lastIndexOf(Object o) |
ListIterator<org.apache.calcite.avatica.ColumnMetaData> |
listIterator() |
ListIterator<org.apache.calcite.avatica.ColumnMetaData> |
listIterator(int index) |
T |
remove(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
T |
set(int index,
T element) |
int |
size() |
List<org.apache.calcite.avatica.ColumnMetaData> |
subList(int fromIndex,
int toIndex) |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
void |
updateColumnMetaData(List<UserProtos.ResultColumnMetadata> metadata)
Update the metadata with given metadata received from server.
|
void |
updateColumnMetaData(String catalogName,
String schemaName,
String tableName,
BatchSchema schema,
List<Class<?>> getObjectClasses) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, replaceAll, sort, spliteratorparallelStream, removeIf, streampublic int size()
public org.apache.calcite.avatica.ColumnMetaData get(int index)
public void updateColumnMetaData(List<UserProtos.ResultColumnMetadata> metadata)
metadata - public void updateColumnMetaData(String catalogName, String schemaName, String tableName, BatchSchema schema, List<Class<?>> getObjectClasses)
public boolean contains(Object o)
contains in interface Collection<org.apache.calcite.avatica.ColumnMetaData>contains in interface List<org.apache.calcite.avatica.ColumnMetaData>public Iterator<org.apache.calcite.avatica.ColumnMetaData> iterator()
public Object[] toArray()
toArray in interface Collection<org.apache.calcite.avatica.ColumnMetaData>toArray in interface List<org.apache.calcite.avatica.ColumnMetaData>public <T> T[] toArray(T[] a)
toArray in interface Collection<org.apache.calcite.avatica.ColumnMetaData>toArray in interface List<org.apache.calcite.avatica.ColumnMetaData>public boolean containsAll(Collection<?> c)
containsAll in interface Collection<org.apache.calcite.avatica.ColumnMetaData>containsAll in interface List<org.apache.calcite.avatica.ColumnMetaData>public int indexOf(Object o)
public int lastIndexOf(Object o)
lastIndexOf in interface List<org.apache.calcite.avatica.ColumnMetaData>public ListIterator<org.apache.calcite.avatica.ColumnMetaData> listIterator()
listIterator in interface List<org.apache.calcite.avatica.ColumnMetaData>public ListIterator<org.apache.calcite.avatica.ColumnMetaData> listIterator(int index)
listIterator in interface List<org.apache.calcite.avatica.ColumnMetaData>public List<org.apache.calcite.avatica.ColumnMetaData> subList(int fromIndex, int toIndex)
public boolean isEmpty()
isEmpty in interface Collection<T>isEmpty in interface List<T>public boolean add(T e)
add in interface Collection<T>add in interface List<T>public boolean remove(Object o)
remove in interface Collection<T>remove in interface List<T>public boolean addAll(Collection<? extends T> c)
addAll in interface Collection<T>addAll in interface List<T>public boolean addAll(int index,
Collection<? extends T> c)
public boolean removeAll(Collection<?> c)
removeAll in interface Collection<T>removeAll in interface List<T>public boolean retainAll(Collection<?> c)
retainAll in interface Collection<T>retainAll in interface List<T>public void clear()
clear in interface Collection<T>clear in interface List<T>Copyright © 2021 The Apache Software Foundation. All rights reserved.