proxy.golang.org : github.com/brimdata/super : v0.32.0
Package bsup implements a data typing system based on the zeek type system. All zeek types are defined here and implement the Type interface while instances of values implement the Value interface. All values conform to exactly one type. The package provides a fast-path for comparing a value to a byte slice without having to create a zeek value from the byte slice. To exploit this, all values include a Comparison method that returns a Predicate function that takes a byte slice and a Type and returns a boolean indicating whether the the byte slice with the indicated Type matches the value. The package also provides mechanism for coercing values in well-defined and natural ways.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/brimdata/[email protected]
Published:
Indexed:
Related tag:
v0.32.0
- github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4
- github.com/araddon/dateparse v0.0.0-20210207001429-0eec95c9db7e
- github.com/aws/aws-sdk-go v1.36.17
- github.com/axiomhq/hyperloglog v0.0.0-20191112132149-a4c4c47bc57f
- github.com/brimdata/parquet-go v0.3.1
- github.com/go-redis/redis/v8 v8.4.11
- github.com/golang-jwt/jwt v3.2.1+incompatible
- github.com/golang/mock v1.4.4
- github.com/golang/protobuf v1.4.3
- github.com/golang/snappy v0.0.2
- github.com/gorilla/mux v1.7.5-0.20200711200521-98cb6bf42e08
- github.com/gosuri/uilive v0.0.4
- github.com/hashicorp/golang-lru v0.5.4
- github.com/kr/text v0.2.0
- github.com/mattn/go-isatty v0.0.12
- github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
- github.com/pbnjay/memory v0.0.0-20190104145345-974d429e7ae4
- github.com/peterh/liner v1.1.0
- github.com/pierrec/lz4/v4 v4.1.0
- github.com/pmezard/go-difflib v1.0.0
- github.com/prometheus/client_golang v1.7.1
- github.com/prometheus/client_model v0.2.0
- github.com/segmentio/ksuid v1.0.2
- github.com/stretchr/testify v1.7.0
- github.com/yuin/goldmark v1.2.1
- go.uber.org/multierr v1.6.0
- go.uber.org/zap v1.16.0
- golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5
- golang.org/x/mod v0.4.0
- golang.org/x/net v0.0.0-20201224014010-6772e930b67b
- golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
- golang.org/x/sys v0.0.0-20210105210732-16f7687f5001
- golang.org/x/term v0.0.0-20210317153231-de623e64d2a6
- golang.org/x/text v0.3.4
- golang.org/x/tools v0.0.0-20201229013931-929a8494cf60
- google.golang.org/protobuf v1.25.1-0.20201020201750-d3470999428b
- gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b
- gopkg.in/natefinch/lumberjack.v2 v2.0.0
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.0-20210106172901-c476de37821d
- honnef.co/go/tools v0.1.0