Fixes #3554 szarnyasg added 2 commits September 6, 2024 08:10 Configuration options: Add manual override for 'enable_progress_bar' 4bf9646 Configuration options: Use backticks to format keywords d2dba62 View details szarnyasg merged commit 9276e85 into duckdb:main Sep 6, 2024 4 checks...
The switch from usinghost_callbacktoio_callbackfor progress bars means we can enable multi-gpu progress bars. Missed this change in#1841
void EnablePaneProgressBar( int nIndex, long nTotal=100, BOOL bDisplayText=FALSE, COLORREF clrBar=-1, COLORREF clrBarDest=-1, COLORREF clrProgressText=-1 ); 参数 [in] nIndex 指定启用的进度栏窗格的索引。 [in] nTotal 对于进度栏指定最大值。
void EnablePaneProgressBar( int nIndex, long nTotal=100, BOOL bDisplayText=FALSE, COLORREF clrBar=-1, COLORREF clrBarDest=-1, COLORREF clrProgressText=-1 ); 参数 [in] nIndex 指定启用的进度栏窗格的索引。 [in] nTotal 对于进度栏指定最大值。
void EnablePaneProgressBar( int nIndex, long nTotal=100, BOOL bDisplayText=FALSE, COLORREF clrBar=-1, COLORREF clrBarDest=-1, COLORREF clrProgressText=-1 ); Параметры[входящий] nIndexОпределяетиндекспанелииндикаторвыполн...