Package org.duckdb
Class DuckDBTableFunctionInitInfo
java.lang.Object
org.duckdb.DuckDBTableFunctionInitInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TlonglonggetColumnIndex(long columnIndex) voidsetMaxThreads(long maxThreads)
-
Constructor Details
-
DuckDBTableFunctionInitInfo
-
-
Method Details
-
setMaxThreads
public void setMaxThreads(long maxThreads) -
getBindData
public <T> T getBindData() -
getColumnCount
public long getColumnCount() -
getColumnIndex
public long getColumnIndex(long columnIndex)
-