We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741c01c commit 1584777Copy full SHA for 1584777
README.md
@@ -115,7 +115,7 @@ Data extraction can be customized using options provided to table generation met
115
```js
116
const table = tableFromIPC(ipc, {
117
useDate: true, // map dates and timestamps to Date objects
118
- useDecimalBigInt: true, // use BigInt for decimals, do not coerce to number
+ useDecimalInt: true, // use BigInt for decimals, do not coerce to number
119
useBigInt: true, // use BigInt for 64-bit ints, do not coerce to number
120
useMap: true, // create Map objects for [key, value] pair lists
121
useProxy: true // use zero-copy proxies for struct and table row objects
0 commit comments