@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.| 限定符和类型 | 方法和说明 |
|---|---|
Serializable[][] |
getParameterValues()
Returns the necessary parameters array to use for query in parallel a table.
|
Serializable[][] getParameterValues()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.