Versions in this module Expand all Collapse all v0 v0.1.1 Aug 12, 2019 Changes in this version + type Interface interface + GetObservations func(ctx context.Context, in *pb.GetObservationsRequest, ...) error + GetPlaceKML func(ctx context.Context, in *pb.GetPlaceKMLRequest, out *pb.GetPlaceKMLResponse) error + GetPlaceObs func(ctx context.Context, in *pb.GetPlaceObsRequest, out *pb.GetPlaceObsResponse) error + GetPlacesIn func(ctx context.Context, in *pb.GetPlacesInRequest, out *pb.GetPlacesInResponse) error + GetPopObs func(ctx context.Context, in *pb.GetPopObsRequest, out *pb.GetPopObsResponse) error + GetPopulations func(ctx context.Context, in *pb.GetPopulationsRequest, ...) error + GetPropertyLabels func(ctx context.Context, in *pb.GetPropertyLabelsRequest, ...) error + GetPropertyValues func(ctx context.Context, in *pb.GetPropertyValuesRequest, ...) error + GetTriples func(ctx context.Context, in *pb.GetTriplesRequest, out *pb.GetTriplesResponse) error + Query func(ctx context.Context, in *pb.QueryRequest, out *pb.QueryResponse) error + func NewStore(ctx context.Context, bqDb, projectID, schemaPath string, ...) (Interface, error) + type Node struct + Dcid string + Name string + ProvID string + Types []string + Value string + type PlacePopInfo struct + PlaceID string + PopulationID string + type PopObs struct + ObservationValue string + PopulationID string + type PropLabelCache struct + InLabels []string + OutLabels []string + type PropValueCache struct + Nodes []Node + type Triple struct + ObjectID string + ObjectName string + ObjectTypes string + ObjectValue string + Predicate string + SubjectID string + SubjectName string + SubjectTypes []string + type TriplesCache struct + Triples []Triple