Package org.apache.calcite.avatica.util
Interface StructImpl.Factory
- Enclosing class:
- StructImpl
public static interface StructImpl.Factory
Factory that can create a result set based on a list of values.
-
Method Summary
Modifier and TypeMethodDescriptioncreate(ColumnMetaData.AvaticaType elementType, Iterable<Object> iterable)
-
Method Details
-
create
-