@Experimental public interface JdbcParameterValuesProvider
JdbcInputFormat
to compute the list of parallel query to
run (i.e. splits). Each query will be parameterized using a row of the matrix provided by each
JdbcParameterValuesProvider
implementation.Modifier and Type | Method and Description |
---|---|
Serializable[][] |
getParameterValues()
Returns the necessary parameters array to use for query in parallel a table.
|
Serializable[][] getParameterValues()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.