public interface ParameterValuesProvider
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 ParameterValuesProvider
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–2019 The Apache Software Foundation. All rights reserved.