java.lang.Object
org.apache.arrow.adapter.jdbc.binder.BaseColumnBinder<MapVector>
org.apache.arrow.adapter.jdbc.binder.MapBinder
- All Implemented Interfaces:
- ColumnBinder
A column binder for map of primitive values.
- 
Field SummaryFields inherited from class org.apache.arrow.adapter.jdbc.binder.BaseColumnBinderjdbcType, vector
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidbind(PreparedStatement statement, int parameterIndex, int rowIndex) Bind the given row to the given parameter.Methods inherited from class org.apache.arrow.adapter.jdbc.binder.BaseColumnBindergetJdbcType, getVector
- 
Constructor Details- 
MapBinder
- 
MapBinderInit MapBinder and determine type of data vector.- Parameters:
- vector- corresponding data vector from arrow buffer for binding
- jdbcType- parameter jdbc type
 
 
- 
- 
Method Details- 
bindDescription copied from interface:ColumnBinderBind the given row to the given parameter.- Parameters:
- statement- The statement to bind to.
- parameterIndex- The parameter to bind to (1-indexed)
- rowIndex- The row to bind values from (0-indexed)
- Throws:
- SQLException- if an error occurs
 
 
-