text
stringlengths
7
2.39k
embedding
listlengths
768
768
Execute begins execution of the query and returns a channel to receive rows.
[ -0.20089460909366608, 0.21821217238903046, 0.3192356824874878, -0.707999050617218, 0.3670746982097626, -0.32799026370048523, -0.88383549451828, -0.031301349401474, -0.24565021693706512, -0.6010262966156006, 0.5505101084709167, 0.30468472838401794, -0.5690523386001587, -0.2144635170698166, ...
execute runs in a separate separate goroutine and streams data from processors.
[ 0.3298567235469818, -0.2442455291748047, 0.47721660137176514, -0.07391665130853653, 0.8957605957984924, -0.02213939093053341, -0.7036261558532715, -0.09951228648424149, -1.0216624736785889, 0.7292493581771851, -0.10195519030094147, 0.7458638548851013, -1.2063905000686646, 0.066424034535884...
creates a new value set if one does not already exist for a given tagset + timestamp.
[ 0.21420249342918396, 0.4048086106777191, 0.2887117266654968, -0.15641027688980103, 0.09858527034521103, -0.4521235525608063, -1.9860796928405762, -1.8958849906921387, -0.422298789024353, -0.3011213541030884, 0.5457850098609924, 0.049929630011320114, 0.42300933599472046, 0.02172450534999370...
dimensionKeys returns a list of tag key names for the dimensions. Each dimension must be a VarRef.
[ -0.18161368370056152, 0.40763282775878906, 0.1048576757311821, 0.613620936870575, 0.21813398599624634, -0.14342889189720154, 0.13544870913028717, -0.8595290184020996, -0.9481971859931946, 1.04732346534729, -0.9651107788085938, 0.1222304254770279, -0.30198055505752563, 1.3360627889633179, ...
newMapper returns a new instance of mapper.
[ -0.814427375793457, -0.8515283465385437, 0.25397640466690063, 0.9908850789070129, -1.7609708309173584, 0.2914083003997803, -0.8189988732337952, -1.121354341506958, 0.6846300363540649, -0.7735225558280945, 0.0988641232252121, -0.7849873900413513, -0.5795968770980835, 0.10398189723491669, ...
start begins processing the iterator.
[ -0.325378954410553, -1.0002068281173706, 0.07317139208316803, -0.48673704266548157, -0.10115000605583191, -0.04889827221632004, 0.775352954864502, 1.0492985248565674, -0.5460623502731323, 0.4319593906402588, 0.1344360113143921, 0.8986474275588989, 0.21433858573436737, 0.1031777560710907, ...
stop stops the mapper.
[ -1.9340715408325195, -0.6490361094474792, 0.2776551842689514, 0.22773250937461853, -0.9568513631820679, 0.8245160579681396, 0.0028359293937683105, 0.03735648840665817, -0.2877330482006073, 0.05984773486852646, -0.25926026701927185, -0.46753764152526855, 0.9552129507064819, -0.4131059050559...
C returns the streaming data channel.
[ 0.669625461101532, -0.05076536163687706, 0.43421703577041626, -0.8940305709838867, -0.0174478180706501, 1.5685042142868042, 0.4440005421638489, -0.9339522123336792, -0.28498831391334534, -1.265574336051941, 0.20762495696544647, 2.127265214920044, 0.04184286668896675, -0.15402784943580627, ...
run executes the map function against the iterator.
[ -1.3334349393844604, -1.22198486328125, 0.33942359685897827, -0.07297134399414062, -0.32151222229003906, 0.4179247319698334, 0.15560166537761688, 0.5620561242103577, -0.4403366446495056, 0.3150765001773834, 0.4807036817073822, -0.017007267102599144, 0.3098195791244507, 0.17769074440002441,...
emit sends a value to the mapper's output channel.
[ -1.562843680381775, 0.3123406767845154, 0.3028108775615692, -0.7068052887916565, -0.4042559564113617, 0.17732340097427368, -0.6245002746582031, -1.275031566619873, -0.29526397585868835, -0.40794622898101807, -0.5194670557975769, 0.15438491106033325, 0.3054400682449341, -0.14795444905757904...
mapCount computes the number of values in an iterator.
[ -0.7176580429077148, -0.64383864402771, 0.5300354957580566, 0.05196800082921982, -0.6828199028968811, 0.05435113236308098, 0.060431577265262604, 0.6207606792449951, 0.2817756235599518, -0.04566754028201103, -0.08240256458520889, -0.40770071744918823, 1.6387702226638794, 0.1884053647518158,...
mapSum computes the summation of values in an iterator.
[ -1.4491760730743408, -0.4894656836986542, 0.39844638109207153, 0.3460614085197449, -0.6133165955543518, 0.00011295875447103754, 0.20210178196430206, -0.25552335381507874, 0.837617039680481, -0.05257964879274368, 0.12195181101560593, -0.05529683828353882, 0.9469758868217468, 0.2516287565231...
newReducer returns a new instance of reducer.
[ 0.13365110754966736, -0.09816630929708481, 0.21298497915267944, 0.711681067943573, -0.4017701745033264, -0.597317636013031, -0.4057932496070862, -0.043703243136405945, 0.20363548398017883, -0.8647062182426453, -0.1706971973180771, 0.0527491420507431, -0.3764679431915283, 1.0438799858093262...
start begins streaming values from the mappers and reducing them.
[ -0.05146942660212517, -0.12336689233779907, 0.2520751357078552, 0.49170273542404175, 0.5000715255737305, -0.23128163814544678, 0.029877793043851852, -0.37418437004089355, -0.20239120721817017, -0.30084794759750366, -0.3213388919830322, 1.0165058374404907, -0.31611257791519165, 1.4584063291...
stop stops the reducer.
[ -0.804799497127533, 0.12930531799793243, -0.020051753148436546, -0.7095391750335693, 0.5854040384292603, -0.8793976306915283, -0.01587834022939205, 0.7859009504318237, -0.44094014167785645, 0.368293821811676, -0.42903393507003784, -0.03976728767156601, 0.23179684579372406, -0.2532082796096...
C returns the streaming data channel.
[ 0.669625461101532, -0.05076536163687706, 0.43421703577041626, -0.8940305709838867, -0.0174478180706501, 1.5685042142868042, 0.4440005421638489, -0.9339522123336792, -0.28498831391334534, -1.265574336051941, 0.20762495696544647, 2.127265214920044, 0.04184286668896675, -0.15402784943580627, ...
name returns the source name.
[ -0.4323267936706543, -0.22692501544952393, 0.29671066999435425, -0.5547206401824951, -1.4408525228500366, -0.21824567019939423, 0.44008931517601013, 0.08734087646007538, 0.4513161778450012, 1.1023814678192139, -1.5612523555755615, -0.7468773722648621, 0.3827533423900604, 0.1616830527782440...
run runs the reducer loop to read mapper output and reduce it.
[ -0.9873735308647156, -0.9219026565551758, 0.43008095026016235, -0.2877987325191498, -0.20780310034751892, -0.5129007697105408, 0.54095858335495, -0.3374219238758087, 0.02605714462697506, -0.6471391320228577, 0.06299082934856415, -0.8352224826812744, -0.09065598249435425, 0.4279351830482483...
emit sends a value to the reducer's output channel.
[ -0.8626182079315186, 0.9962132573127747, 0.2362063229084015, -1.1894302368164062, 0.7462305426597595, -0.6141864061355591, -0.40460193157196045, -0.7258365154266357, -0.4713030755519867, -0.11292306333780289, -0.5273650884628296, 0.27510252594947815, 0.11236818134784698, -0.131766557693481...
reduceSum computes the sum of values for each key.
[ -0.46284469962120056, 0.6724168658256531, 0.3002932071685791, -0.057828158140182495, 0.4020947813987732, -1.2023563385009766, 0.5135825872421265, 0.3185039758682251, 0.061460427939891815, 0.12291675060987473, -1.0815069675445557, -0.5606262683868408, 0.15426450967788696, 0.5981606841087341...
newBinaryExprEvaluator returns a new instance of binaryExprEvaluator.
[ -0.5474482178688049, 0.6065975427627563, 0.4103175103664398, 0.5097867846488953, -1.764257788658142, -0.4379405975341797, 0.4663037359714508, 1.0998684167861938, -0.455459326505661, -0.8562890887260437, -0.6166478395462036, 0.3281751573085785, -0.9332526326179504, 0.41777706146240234, 0....
start begins streaming values from the lhs/rhs processors
[ 0.5030901432037354, -0.1387401521205902, 0.23935043811798096, -0.15129686892032623, 0.22106462717056274, 0.606658399105072, -0.5460116863250732, -0.34530338644981384, -0.7839989066123962, 0.13252276182174683, -0.05604260787367821, 2.4540388584136963, -0.5411339402198792, 1.8547401428222656...
stop stops the processor.
[ -0.7993564605712891, -0.06863566488027573, 0.22330980002880096, -0.12524531781673431, 0.2977021336555481, 0.31035372614860535, 0.05626945570111275, 1.1290438175201416, -0.6027478575706482, 0.8166184425354004, -0.4065466821193695, 0.9903383255004883, 0.0645667091012001, -0.1090356856584549,...
C returns the streaming data channel.
[ 0.669625461101532, -0.05076536163687706, 0.43421703577041626, -0.8940305709838867, -0.0174478180706501, 1.5685042142868042, 0.4440005421638489, -0.9339522123336792, -0.28498831391334534, -1.265574336051941, 0.20762495696544647, 2.127265214920044, 0.04184286668896675, -0.15402784943580627, ...
name returns the source name.
[ -0.4323267936706543, -0.22692501544952393, 0.29671066999435425, -0.5547206401824951, -1.4408525228500366, -0.21824567019939423, 0.44008931517601013, 0.08734087646007538, 0.4513161778450012, 1.1023814678192139, -1.5612523555755615, -0.7468773722648621, 0.3827533423900604, 0.1616830527782440...
run runs the processor loop to read subprocessor output and combine it.
[ 0.1264740526676178, -0.5243297219276428, 0.4634229242801666, -0.03993607312440872, 0.04492736607789993, 0.03532399609684944, 0.7528887987136841, 0.08442239463329315, -0.7041080594062805, 0.07527052611112595, 0.10621732473373413, 0.01474736537784338, -0.5529744625091553, 0.1329212486743927,...
eval evaluates two values using the evaluator's operation.
[ -0.16502432525157928, 0.26249656081199646, 0.592940092086792, 0.21465648710727692, -0.47358593344688416, 0.08696189522743225, -0.03776797652244568, 0.25679364800453186, -0.6036422848701477, -0.31326571106910706, -0.31088462471961975, 0.8270058035850525, 1.231124997138977, -0.82669985294342...
newLiteralProcessor returns a literalProcessor for a given value.
[ 0.8892303705215454, -1.403814673423767, 0.35951507091522217, -1.4987822771072388, -2.0284805297851562, -0.5425997376441956, -1.0977500677108765, 0.20590190589427948, 0.8441863656044006, 0.1782490462064743, -0.27836960554122925, -0.1719581037759781, -0.21643047034740448, -0.3287118077278137...
C returns the streaming data channel.
[ 0.669625461101532, -0.05076536163687706, 0.43421703577041626, -0.8940305709838867, -0.0174478180706501, 1.5685042142868042, 0.4440005421638489, -0.9339522123336792, -0.28498831391334534, -1.265574336051941, 0.20762495696544647, 2.127265214920044, 0.04184286668896675, -0.15402784943580627, ...
process continually returns a literal value with a "0" key.
[ 0.6793379783630371, -0.7709463834762573, 0.4093700051307678, -0.6548833847045898, -0.5907167196273804, -0.06885293871164322, -0.6766809821128845, -0.3418923318386078, -0.10825465619564056, -0.6103858351707458, 0.15842962265014648, -0.48642438650131226, 0.24591685831546783, 0.05517689883708...
run executes the processor loop.
[ -0.6498234868049622, -0.21653465926647186, 0.289585679769516, -0.11645901948213577, 0.4416099488735199, 0.2228233963251114, 1.130086898803711, 0.23704156279563904, -0.592551052570343, 0.59022057056427, -0.29936572909355164, 0.2051534503698349, -1.2117156982421875, 0.7816635370254517, 0.1...
stop stops the processor from sending values.
[ -0.8395174145698547, 0.8910245299339294, 0.034664057195186615, -0.6731681823730469, 0.27137887477874756, 0.1996738314628601, -0.17564494907855988, -0.26947352290153503, -1.2500011920928955, 0.6975220441818237, -0.7898613214492798, 0.734265148639679, -0.17053723335266113, 0.3893149197101593...
name returns the source name.
[ -0.4323267936706543, -0.22692501544952393, 0.29671066999435425, -0.5547206401824951, -1.4408525228500366, -0.21824567019939423, 0.44008931517601013, 0.08734087646007538, 0.4513161778450012, 1.1023814678192139, -1.5612523555755615, -0.7468773722648621, 0.3827533423900604, 0.1616830527782440...
syncClose closes a "done" channel and waits for a response.
[ 0.150140181183815, 0.08869459480047226, 0.6805434226989746, -0.16363172233104706, -0.16792882978916168, -0.10407192260026932, 0.3413197696208954, -2.1270194053649902, 0.036314353346824646, -0.5501901507377625, -0.5431956052780151, 0.059187717735767365, -0.4092818796634674, -0.2261855602264...
tagsHash returns a hash of tag key/value pairs.
[ 0.8661980628967285, 0.173732727766037, 0.05831320583820343, 0.15487359464168549, -0.09873434901237488, -0.03438664600253105, -1.6274938583374023, -0.5603962540626526, -1.4815837144851685, -0.13313351571559906, -1.0826597213745117, -0.4104785621166229, 0.28333982825279236, 0.473455339670181...
tagKeys returns a sorted list of tag keys.
[ -0.5454516410827637, 0.1839214712381363, 0.18710942566394806, 0.6254696846008301, 0.3816413879394531, -0.19240574538707733, -0.7811115384101868, -0.6207662224769592, -0.6190377473831177, 0.7341439127922058, -0.9855673909187317, 0.029865190386772156, -0.23125800490379333, 0.6291200518608093...
marshalStrings encodes an array of strings into a byte slice.
[ 0.26406043767929077, 0.24605818092823029, 0.28315970301628113, 0.3934236764907837, -0.3585164546966553, -0.005246274173259735, -0.7727839946746826, 0.016629384830594063, 0.8987734913825989, -0.2616707980632782, 1.285577416419983, 0.8758760094642639, -0.25915735960006714, -0.123234674334526...
unmarshalStrings decodes a byte slice into an array of strings.
[ -0.09943994134664536, 0.41291218996047974, 0.33344146609306335, -1.0554043054580688, 0.2618401050567627, -0.9415516257286072, -0.628585159778595, 0.24340301752090454, 0.5825110077857971, 0.11727529019117355, 0.769477128982544, 0.1628432273864746, 0.16373319923877716, -0.2792782485485077, ...
logging a method calling information
[ -0.664920449256897, -0.1150551363825798, 0.23805277049541473, 0.0339091531932354, -0.47143831849098206, -0.7406579256057739, -0.6858839988708496, -0.966862142086029, -0.21286559104919434, -0.6738216280937195, -0.01665548048913479, -0.0009092927211895585, 0.5467192530632019, 0.8951284289360...
parse exactly one level
[ 0.20532791316509247, -0.05671639367938042, 0.36777687072753906, 0.3096387982368469, 0.10015769302845001, -0.008300590328872204, 0.028871405869722366, 0.12116459757089615, 0.1718335896730423, -0.5945548415184021, -0.890699028968811, -0.38909122347831726, -1.1766232252120972, 0.7426471114158...
GetBroadcastPayload will return the object to send to all chat users.
[ 0.10321231931447983, -0.20381921529769897, 0.3894208073616028, 0.38181108236312866, -1.3136370182037354, 0.17056871950626373, -0.1299389749765396, -1.107460856437683, 0.5848065614700317, 0.027538197115063667, -0.029388340190052986, 1.8629451990127563, -0.6344667077064514, -0.62033456563949...
CreateAlbum queries the Imgur API in order to create an anonymous album, using a client ID
[ -0.31726181507110596, -0.4049065411090851, 0.14072126150131226, 0.22143034636974335, 0.33496585488319397, 0.9447791576385498, -0.09544720500707626, -0.8865193724632263, -0.35782313346862793, 0.13396890461444855, -0.9553122520446777, 1.1294220685958862, -1.1426903009414673, 0.68527102470397...
GetAlbumImages is a function that supposed to retrieve response images
[ -0.4074263870716095, -1.2146961688995361, 0.46183446049690247, 1.0628302097320557, 0.24159842729568481, 0.48013901710510254, 0.8070058226585388, -1.4216684103012085, 0.7681537866592407, -0.11800771206617355, -0.13679984211921692, -0.4723424017429352, -0.5349504351615906, -0.111672736704349...
GetLinkClient is a function is to grab the tasking link for the client
[ 0.28758004307746887, 0.16289231181144714, 0.34067705273628235, 0.4760366976261139, 0.6936153769493103, 0.021453166380524635, 1.0664056539535522, 0.026571691036224365, -0.5698085427284241, -0.7978875637054443, -0.0019905848894268274, 0.9710494875907898, -0.2549338638782501, 0.15558740496635...
DeleteAlbum will delete a given album
[ 0.8404544591903687, -0.35242927074432373, -0.04434828832745552, 1.9767484664916992, 1.1720716953277588, 0.4672200679779053, 0.4018440246582031, 0.7122706770896912, 0.44052404165267944, -0.4506347179412842, -0.04240008816123009, 0.9909642338752747, -1.048447608947754, 0.11790589243173599, ...
NewCreateStorageV1CSINodeOK creates CreateStorageV1CSINodeOK with default headers values
[ 0.18655796349048615, -0.3261209726333618, 0.34444868564605713, 1.431896448135376, 0.29887035489082336, 0.16349804401397705, 0.6526565551757812, 0.05294085666537285, -0.1408836990594864, 0.6136254668235779, -1.0570167303085327, -0.6573110818862915, 0.28689342737197876, 0.1276097595691681, ...
WithPayload adds the payload to the create storage v1 c s i node o k response
[ 0.7347493171691895, 0.35584917664527893, 0.20978666841983795, 0.0940888375043869, -0.011306535452604294, -0.18028803169727325, 0.1291254460811615, -1.0522948503494263, 0.2200918048620224, 0.22154349088668823, -0.28130868077278137, -1.391964316368103, 0.5444477796554565, -1.0296138525009155...
SetPayload sets the payload to the create storage v1 c s i node o k response
[ 0.5527072548866272, 0.66972416639328, -0.0002536773681640625, 0.0985265001654625, 0.3460829555988312, 0.22353501617908478, 0.27132830023765564, -0.8159314393997192, -0.054121196269989014, 0.4396839141845703, -0.3789781332015991, -0.925330400466919, 0.4349914789199829, -0.8089768886566162, ...
WriteResponse to the client
[ -0.8717360496520996, -0.7780736088752747, 0.015380468219518661, -0.39356309175491333, 1.163083553314209, -1.0627659559249878, 1.0685317516326904, 0.5657004714012146, 0.3969784379005432, 0.2617418169975281, -0.801733672618866, -1.1366636753082275, -0.8097860217094421, -0.8602311611175537, ...
NewCreateStorageV1CSINodeCreated creates CreateStorageV1CSINodeCreated with default headers values
[ 0.7189627885818481, -0.8508045673370361, 0.1981469690799713, 0.8548504114151001, 0.7382590770721436, 0.19300296902656555, -0.21480295062065125, -0.3006803095340729, 0.12029638886451721, -0.9760991930961609, -0.9245880842208862, -0.7781227231025696, 0.35793372988700867, 0.18946823477745056,...
WithPayload adds the payload to the create storage v1 c s i node created response
[ 0.5212804675102234, 0.13212494552135468, 0.19998088479042053, -0.39625826478004456, 0.040962010622024536, -0.17219577729701996, -0.2634161412715912, -1.0934135913848877, 0.09466410428285599, -0.07882688194513321, -0.18175792694091797, -1.239606499671936, 0.7458676099777222, -0.782774209976...
SetPayload sets the payload to the create storage v1 c s i node created response
[ 0.3465152680873871, 0.40611276030540466, -0.001360157155431807, -0.5032073855400085, 0.3546191453933716, 0.28634777665138245, -0.21056301891803741, -0.9609237909317017, -0.33118608593940735, -0.07228931784629822, -0.23073704540729523, -0.8238853812217712, 0.6623957753181458, -0.53577560186...
WriteResponse to the client
[ -0.8717360496520996, -0.7780736088752747, 0.015380468219518661, -0.39356309175491333, 1.163083553314209, -1.0627659559249878, 1.0685317516326904, 0.5657004714012146, 0.3969784379005432, 0.2617418169975281, -0.801733672618866, -1.1366636753082275, -0.8097860217094421, -0.8602311611175537, ...
NewCreateStorageV1CSINodeAccepted creates CreateStorageV1CSINodeAccepted with default headers values
[ 0.6521048545837402, -0.36789822578430176, 0.3455948233604431, 0.33195096254348755, -0.3995857834815979, 0.5608975291252136, 1.0458282232284546, -0.15902012586593628, -0.40076571702957153, -0.6066751480102539, -0.8779531717300415, -0.24578961730003357, 0.6192890405654907, 0.0233903639018535...
WithPayload adds the payload to the create storage v1 c s i node accepted response
[ 0.5458105206489563, 0.22933661937713623, 0.20704856514930725, -0.8464710116386414, -0.6001940369606018, 0.14736106991767883, 0.26769861578941345, -0.9422380328178406, -0.05577818676829338, -0.12727069854736328, -0.2968636155128479, -0.9032692313194275, 0.5064940452575684, -0.92224979400634...
SetPayload sets the payload to the create storage v1 c s i node accepted response
[ 0.37649884819984436, 0.5468149185180664, 0.038073185831308365, -0.8881476521492004, -0.302415132522583, 0.5316404104232788, 0.3697291612625122, -0.7046550512313843, -0.37264561653137207, -0.008451706729829311, -0.37510135769844055, -0.4437515437602997, 0.3185746669769287, -0.71326094865798...
WriteResponse to the client
[ -0.8717360496520996, -0.7780736088752747, 0.015380468219518661, -0.39356309175491333, 1.163083553314209, -1.0627659559249878, 1.0685317516326904, 0.5657004714012146, 0.3969784379005432, 0.2617418169975281, -0.801733672618866, -1.1366636753082275, -0.8097860217094421, -0.8602311611175537, ...
NewCreateStorageV1CSINodeUnauthorized creates CreateStorageV1CSINodeUnauthorized with default headers values
[ -0.3806688189506531, -0.24589097499847412, 0.40491464734077454, 0.875435471534729, 0.21261516213417053, -0.08447904884815216, 0.40804940462112427, 0.43211647868156433, -0.0002870243042707443, -0.6466836929321289, -0.5825376510620117, 0.5843430757522583, 0.17013515532016754, -0.242706447839...
WriteResponse to the client
[ -0.8717360496520996, -0.7780736088752747, 0.015380468219518661, -0.39356309175491333, 1.163083553314209, -1.0627659559249878, 1.0685317516326904, 0.5657004714012146, 0.3969784379005432, 0.2617418169975281, -0.801733672618866, -1.1366636753082275, -0.8097860217094421, -0.8602311611175537, ...
Deprecated: Use HelloRequest.ProtoReflect.Descriptor instead.
[ -0.6997408866882324, 0.7308921813964844, 0.3445059061050415, 0.3667788505554199, 0.09765372425317764, -0.13880318403244019, -0.4698220193386078, 0.18391014635562897, -0.5988103747367859, -1.2751249074935913, -0.5375488996505737, -0.13009631633758545, -0.05478181317448616, 0.458064138889312...
Deprecated: Use HelloResponse.ProtoReflect.Descriptor instead.
[ 0.20549027621746063, 0.5825478434562683, 0.20884762704372406, 0.015188830904662609, 0.5413172841072083, -0.7559516429901123, -0.05427468568086624, -0.014424187131226063, -0.3578563928604126, -1.134379267692566, -1.4370830059051514, -0.628711998462677, -0.9285256266593933, -0.06952506303787...
Deprecated: Use CreateUserRequest.ProtoReflect.Descriptor instead.
[ -0.30384746193885803, 0.2331736832857132, 0.13206250965595245, 0.42525720596313477, -0.4950900077819824, -0.01781022548675537, 0.24528105556964874, 0.18402861058712006, -1.0292867422103882, -0.33034539222717285, -0.7830321192741394, -0.7423150539398193, -0.4157641530036926, 1.1469573974609...
Deprecated: Use CreateUserResponse.ProtoReflect.Descriptor instead.
[ -0.1404973864555359, -0.16466084122657776, -0.42824146151542664, -0.031983695924282074, -0.07514270395040512, -0.4546566903591156, 0.6649519801139832, -0.17764653265476227, -0.5615129470825195, -0.4248026907444, -1.1014879941940308, -1.2527377605438232, -1.1436923742294312, 0.0890847891569...
Deprecated: Use ProxyRequest.ProtoReflect.Descriptor instead.
[ -0.34264469146728516, 1.1299065351486206, 0.5635485053062439, -0.3120409846305847, -0.3728599548339844, -0.5114344954490662, -0.06500512361526489, 0.9862104058265686, -0.8740228414535522, -0.4013591706752777, 0.09062980115413666, 0.021433299407362938, -0.023015407845377922, 0.9496107697486...
Deprecated: Use ProxyResponse.ProtoReflect.Descriptor instead.
[ 0.13521979749202728, 0.7557143568992615, -0.003752760589122772, -0.5405498743057251, -0.09913283586502075, -0.9053678512573242, 0.06708241999149323, 0.5421026349067688, -0.46828505396842957, -0.5496208071708679, -0.8025091290473938, -0.6591576933860779, -0.9319438338279724, -0.169151917099...
Native returns a pointer to the underlying PangoLayout.
[ 0.8127806186676025, -0.8789325952529907, 0.1935490071773529, -0.6132606267929077, -1.1896955966949463, 0.8944414854049683, 0.22682490944862366, -1.7366031408309937, -0.2400602549314499, -1.1927570104599, 0.8436524271965027, -0.34005045890808105, 0.06085202097892761, -0.8831882476806641, ...
Fields of the UnitOfMedicine.
[ 0.6631460785865784, 0.23387260735034943, 0.3428020775318146, -1.7159913778305054, 0.7783001661300659, -0.6295396685600281, -0.3991934061050415, -0.7098434567451477, 0.7655619382858276, -0.44873058795928955, 0.44222307205200195, -0.5615631937980652, -0.44451645016670227, -1.5876802206039429...
Edges of the UnitOfMedicine.
[ 0.7066859006881714, 0.056811798363924026, 0.3219568431377411, -1.2706416845321655, 0.7978904843330383, -0.3461381793022156, -0.7356204986572266, -0.36841562390327454, 1.143999457359314, -0.4842173755168915, 1.544230580329895, 0.013719883747398853, -0.1329338103532791, -1.0057625770568848, ...
New creates a new DB wrapper around LMDB
[ -0.32613658905029297, -1.3558001518249512, 0.26455098390579224, 0.3610154688358307, -0.8325696587562561, 0.48446258902549744, -1.5514097213745117, 0.06805020570755005, -0.6286525726318359, -0.6577991247177124, 0.15511325001716614, 0.32943639159202576, -0.9387776255607605, 1.767081260681152...
NewConnection creates a new PGSQLConnection by using the URL found in the DATABASE_URL environment variable
[ -0.015174309723079205, -0.7229499816894531, 0.2145347148180008, 0.521954357624054, 0.7292478680610657, -0.1943444311618805, -0.4223518371582031, 0.42043226957321167, -1.4383219480514526, 0.4578290283679962, 0.13873450458049774, -0.13912716507911682, 0.045656099915504456, 0.3795909285545349...
GetCluster retrieves the cluster associated with clusterName
[ 0.43647801876068115, 0.37859949469566345, -0.11307881772518158, 0.19466891884803772, 0.8579584956169128, -0.5958016514778137, 0.22306936979293823, 0.7216229438781738, 0.5746682286262512, -0.7934867143630981, 1.113219976425171, 1.4949204921722412, -0.3942751884460449, -0.846808910369873, ...
UpdateCluster updates a clusters color in the database
[ -0.9968993663787842, -0.49524420499801636, 0.10406190156936646, -0.0031762775033712387, 0.5122039914131165, 0.15627814829349518, -0.0651363730430603, 0.7355576753616333, 0.18842385709285736, 0.49073123931884766, 0.7116632461547852, 0.57820725440979, -0.259665846824646, -0.19860780239105225...
GetAllClusters retrieves all clusters in database
[ 0.11650897562503815, 0.10590694844722748, 0.27626192569732666, 1.2414259910583496, 1.0529848337173462, 0.07092338800430298, -0.4898918569087982, -0.1636309176683426, 0.5953761339187622, -0.5686389207839966, 0.15000824630260468, 0.3182123005390167, -0.5442981123924255, 0.043406836688518524,...
CreateCluster inserts a new cluster into the database
[ 0.36178621649742126, 0.9991618990898132, 0.15468841791152954, 0.13746580481529236, 1.482037901878357, 0.44931691884994507, 0.27717283368110657, 0.6515944004058838, -0.40769439935684204, -0.26244980096817017, 0.24808959662914276, -0.8420993685722351, -0.7549734115600586, -0.3576107025146484...
DeleteCluster deletes the cluster from the database
[ 0.665153980255127, 0.7321126461029053, 0.16289372742176056, 0.195540189743042, 1.5420137643814087, -0.10579762607812881, -0.10833445936441422, 1.3888828754425049, 0.6969151496887207, -0.4989563822746277, 0.5785741806030273, 0.057321805506944656, -0.06904925405979156, 0.30197471380233765, ...
GenCerts generate a CA cert or a server cert signed by CA cert if isCA is true, the outfile will be a CA cert/key named as cacert.pem/cakey.pem if isCA is false, the outfile will be named as is, for example, outfilecert.pem, outfilekey.pem
[ 0.157417431473732, 0.43603795766830444, 0.6456074714660645, 1.1917644739151, -0.9521106481552124, 0.7549474239349365, 0.8537085056304932, 0.27995961904525757, 0.09262284636497498, -0.10044349730014801, -0.0640907883644104, 0.205020010471344, -0.588355541229248, 0.6770308613777161, -0.432...
NamesInCert find domain names and IPs in server certificate
[ 0.00806792639195919, 0.05853070318698883, 0.41271987557411194, 0.054623622447252274, -1.5630130767822266, 0.16365788877010345, -0.5085422396659851, -0.4742078185081482, -0.5122357606887817, 0.13005733489990234, -1.0882976055145264, -0.18770089745521545, 0.3153509497642517, -0.0034445433411...
ParseCertPemFile read from PEM file and return parsed cert
[ 1.2945787906646729, -0.5519167184829712, 0.3614978492259979, 0.5626087188720703, -0.6969457268714905, 1.074623703956604, 0.01947985775768757, 0.25499939918518066, -0.7507131099700928, 0.11282576620578766, 0.4403187036514282, -1.7834519147872925, -1.3245311975479126, -0.66745525598526, -0...
GetFingerprint return SHA256 fingerprint of a cert
[ 0.9708148241043091, -0.007763677276670933, 0.13221873342990875, 0.9536452889442444, 0.1616295725107193, -0.0803774744272232, -0.04057404771447182, 0.4024881422519684, -0.006632481701672077, 0.32442981004714966, -0.6511643528938293, -0.8756904006004333, -0.9381572008132935, -0.2988039851188...
RequestBindIPToNatgateway in aliyun don't need to check eip again which is different from SManagerResongDriver. RequestBindIPToNatgateway because func ieip.Associate will fail if eip has been associate
[ -1.0946168899536133, -0.5326409339904785, 0.3995296359062195, 0.7937434315681458, 0.639286458492279, -0.12951061129570007, -0.09068239480257034, -0.48980697989463806, 0.8977314829826355, 0.14315825700759888, 0.5694906115531921, 0.07594633102416992, -0.5233641266822815, 0.7375061511993408, ...
NewGobEncoderLight returns a new lockfree encoder
[ 0.6622946262359619, 0.19247093796730042, 0.2479015588760376, 0.5810465812683105, -0.9108343720436096, -0.1910439133644104, -1.4801310300827026, -0.8384222388267517, -0.2899978756904602, -0.35028010606765747, -0.6977344751358032, 0.5042145252227783, -1.5941758155822754, 1.0345828533172607, ...
NewGobDecoderLight returns a new lockfree decoder
[ 0.8303714394569397, -0.12565171718597412, 0.25757163763046265, 0.25349196791648865, -0.8148051500320435, -0.30183401703834534, -1.3870316743850708, -0.7107729315757751, -0.5165719389915466, -0.8008065819740295, -0.47172611951828003, -0.04257262125611305, -0.8597503900527954, 0.504741847515...
NewGobTranscoder will return a newly initialised transcoder to help with the mundane encoding/decoding operations
[ -0.36195236444473267, -0.5069257020950317, 0.19400127232074738, -0.92439204454422, -0.15531836450099945, -0.7067950367927551, -1.410329818725586, -0.16449670493602753, -0.656828761100769, -0.3657831847667694, -1.098686933517456, 0.1181275025010109, -0.6558219194412231, 0.7157760262489319, ...
EncodeType will convert give given pointer into a gob encoded byte set, and return them
[ -0.23521368205547333, 0.7673116326332092, 0.3820875585079193, 0.022248124703764915, 0.3162148594856262, -0.10995694249868393, -1.2239775657653809, -1.4791988134384155, 0.19340457022190094, 0.6475085616111755, -0.4934040904045105, 0.8349835276603699, -1.5583049058914185, 1.1110317707061768,...
EncodeType will convert give given pointer into a gob encoded byte set, and return them
[ -0.23521368205547333, 0.7673116326332092, 0.3820875585079193, 0.022248124703764915, 0.3162148594856262, -0.10995694249868393, -1.2239775657653809, -1.4791988134384155, 0.19340457022190094, 0.6475085616111755, -0.4934040904045105, 0.8349835276603699, -1.5583049058914185, 1.1110317707061768,...
DecodeType will attempt to decode the buffer into the pointer outT
[ -0.2441193014383316, -0.12168543040752411, 0.4063149392604828, -0.5320079922676086, 0.11690039187669754, -0.16012118756771088, 0.27796411514282227, -1.5195541381835938, 0.5571925044059753, -0.3930312395095825, -0.17763161659240723, 0.31569406390190125, -0.9826424717903137, 0.33982902765274...
DecodeType will attempt to decode the buffer into the pointer outT
[ -0.2441193014383316, -0.12168543040752411, 0.4063149392604828, -0.5320079922676086, 0.11690039187669754, -0.16012118756771088, 0.27796411514282227, -1.5195541381835938, 0.5571925044059753, -0.3930312395095825, -0.17763161659240723, 0.31569406390190125, -0.9826424717903137, 0.33982902765274...
check token expiration; used in middleware for protected routes
[ 0.45408815145492554, -0.7082412242889404, 0.3748563230037689, 0.79123854637146, -0.7766656875610352, -0.3544701039791107, -1.4316322803497314, 0.5429724454879761, 1.1541049480438232, 0.9460768699645996, -0.19624394178390503, 0.42493438720703125, 0.521047830581665, 0.4102958142757416, -1....
InitDB removes existing db file and creates a new DB and table for IP
[ 0.13448262214660645, 0.07981359213590622, 0.29093390703201294, 1.2802274227142334, -0.5545125603675842, 0.44830477237701416, 0.3776608109474182, 0.8904885649681091, -0.8597549200057983, 0.13359665870666504, -0.06901627779006958, -0.7751592397689819, -0.45268478989601135, 0.0356776788830757...
SaveIp writes a model.IP to the database or updates it if already exists
[ -1.606039047241211, -0.2493916153907776, 0.5914599895477295, 0.6956994533538818, 0.07255750894546509, 0.08812392503023148, 0.05749662220478058, 0.486036479473114, 0.14348909258842468, 1.1687084436416626, -0.5904131531715393, -2.5055391788482666, -0.9020212888717651, -1.2286626100540161, ...
GetIp returns a model.IP if record is stored in the database or nil if not exists
[ -0.3305838108062744, -0.10819053649902344, 0.5006319284439087, 0.9108037352561951, -0.07158924639225006, -0.3072444498538971, -0.5279580950737, 0.13729511201381683, 0.18220926821231842, 0.9340730905532837, 0.7778832316398621, -1.6054381132125854, -0.27850037813186646, -1.1010520458221436, ...
formatUnix formats a unix timestamp into a human readable string that is formatted according to the timeFormat global variable.
[ -0.13654719293117523, -0.6076024174690247, 0.6296218633651733, -0.7879467606544495, -0.18701104819774628, -0.23111802339553833, -0.967415988445282, -0.4184646010398865, 0.7517460584640503, -1.289839744567871, 0.6638830900192261, 0.6024025678634644, 0.3213222026824951, 0.7847815155982971, ...
PrepayBalanceKey turn an address to key used to get prepaid balance from the sds store
[ -0.6958110332489014, 0.6087362170219421, 0.5261384844779968, -1.0452666282653809, -0.8382307291030884, -0.16688965260982513, 0.2277003824710846, -0.5839173197746277, 1.9438549280166626, -0.07637786120176315, -0.019810592755675316, 0.12232118099927902, 0.6959404945373535, 0.1914958059787750...
FileStoreKey turn an address to key used to get it from the account store
[ -0.4737512767314911, -0.1387939453125, 0.3673439621925354, -0.9700495004653931, -0.2887863516807556, -0.6207947134971619, 0.25357919931411743, 0.5935620665550232, 0.8013468384742737, -0.2460276335477829, -0.19246956706047058, 0.41749268770217896, 0.8707199096679688, -0.4613601565361023, ...
skip gitInformation or gitStatus, git gitInformation is not cheap, we may want to avoid this in some case, eg. Chromium.
[ -0.2945604920387268, -0.27662912011146545, 0.3791678249835968, -0.38448283076286316, -0.8816563487052917, 1.3733117580413818, -0.4592549204826355, -0.5675837397575378, 0.3133729100227356, -0.5795167684555054, 0.08798256516456604, -0.12595775723457336, -0.13943226635456085, 0.32658794522285...
SetStatistics set the container statistics
[ 0.6368012428283691, 0.9957029819488525, 0.283843994140625, 0.17140062153339386, 1.4177032709121704, -0.3643520772457123, 0.9166205525398254, -1.2785494327545166, 0.4229664206504822, -0.6047447919845581, 0.06369451433420181, 0.012034265324473381, 1.403480052947998, 0.5421326160430908, -0....
GetStatistics returns container statistics with other meta data such as the container name
[ 0.34277787804603577, 0.3428875803947449, 0.3492911756038666, 0.30425846576690674, 0.8094375133514404, -0.7862107157707214, -0.6574195623397827, -1.419395923614502, 0.597527027130127, -0.08417344838380814, 0.08274363726377487, 0.22915934026241302, 1.5672993659973145, 0.4058743715286255, -...
NewStatsFormat returns a format for rendering an CStatsContext
[ 1.2994730472564697, -0.38321366906166077, 0.06695389002561569, -0.80430006980896, -0.6585285663604736, -0.26450255513191223, -0.7798636555671692, -1.09330153465271, 0.4147253632545471, -1.1064972877502441, 1.0077518224716187, -0.34170013666152954, 0.38014087080955505, 0.5866661071777344, ...
NewStats returns a new Stats entity and sets in it the given name
[ 0.480562299489975, -0.3624994158744812, 0.47283533215522766, -0.5714179277420044, -0.3154815137386322, 0.7211287021636963, -0.9626075029373169, -1.1153969764709473, 0.3906690776348114, -0.5091828107833862, -0.427838534116745, -0.5448200106620789, -0.05493326485157013, 0.23901063203811646, ...
statsFormatWrite renders the context for a list of containers statistics
[ -0.4992021918296814, -0.8215153813362122, 0.09042120724916458, -0.43825897574424744, 1.2951830625534058, -1.2275848388671875, 0.5478706359863281, -0.7430846691131592, 0.39185941219329834, -0.6607740521430969, 1.0422385931015015, -0.5818071365356445, 1.8742305040359497, 0.36724793910980225,...