Documentation
¶
Index ¶
Constants ¶
View Source
const ( // BtReconIDMapPrefix for ID mapping for ID-based recon. The key excludes DCID. BtReconIDMapPrefix = "d/5/" // BtCoordinateReconPrefix for coordinate recon. BtCoordinateReconPrefix = "d/b/" // BtOutPropValPrefix for out prop val. BtOutPropValPrefix = "d/m/" // BtFamily is the key for the row. BtFamily = "csv" // BtBatchQuerySize is the size of BigTable batch query. BtBatchQuerySize = 1000 )
Variables ¶
This section is empty.
Functions ¶
func GetPropVal ¶
func GetPropVal(node *pb.McfGraph_PropertyValues, prop string) string
Get the value of a given property, assuming single value.
func UnzipAndDecode ¶
UnzipAndDecode decompresses the given contents using gzip and decodes it from base64.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.