thomascool

Results 1 issues of thomascool

based on the example on the readme: var parquet = require('node-parquet'); var schema = { small_int: {type: 'int32', optional: true}, big_int: {type: 'int64'}, my_boolean: {type: 'bool'}, name: {type: 'byte_array', optional:...