tree: b938d1a468112d06a860ec4c0fc5ef01ff765225 [path history] [tgz]
  1. .gitignore
  2. go.mod
  3. read_bitmap.go
  4. README.md
samples/read_bitmap/go/README.md

How to use:

=====for Go 1.11 or higher

  1. go build
  2. ./client

=====before Go 1.11

  1. copy client.go to your GOPATH/src
  2. go get -u github.com/go-sql-driver/mysql
  3. go build
  4. ./client

What can this demo do:

This is a golang demo for doris bitmap reader, you can use this code read any bitmap from you doris.