text stringlengths 7 2.39k | embedding listlengths 768 768 |
|---|---|
CopySign sets z to x with the sign of y and returns z. It accepts NaN values. | [
-0.16345061361789703,
-0.7302016615867615,
0.45041602849960327,
1.3227044343948364,
-0.9169982075691223,
0.48252779245376587,
-0.580415666103363,
-0.9358230233192444,
0.5638887882232666,
-0.03988651931285858,
-0.4007968604564667,
0.38208797574043274,
0.42018118500709534,
-0.179415285587310... |
Float64 returns x as a float64 and a bool indicating whether x can fit into a float64 without truncation, overflow, or underflow. Special values are considered exact; however, special values that occur because the magnitude of x is too large to be represented as a float64 are not. | [
-0.3000296354293823,
0.18048085272312164,
0.43220600485801697,
0.11268645524978638,
-0.8951303958892822,
0.4372921288013458,
-0.4029577374458313,
-0.3992139995098114,
0.25022855401039124,
-0.589755117893219,
-0.10618613660335541,
0.06988833099603653,
0.4267154633998871,
0.659932017326355,
... |
Float sets z to x and returns z. z is allowed to be nil. The result is undefined if z is a NaN value. | [
0.6458550095558167,
-0.011727225966751575,
0.2838045358657837,
0.9991574883460999,
-0.019889922812581062,
-0.9235458374023438,
0.3057510554790497,
-0.6262842416763306,
-0.020538417622447014,
-1.1578994989395142,
-0.40271079540252686,
0.6028018593788147,
0.353378027677536,
0.753710567951202... |
FMA sets z to (x y) + u without any intermediate rounding. | [
-1.047516107559204,
-0.6247950792312622,
0.11128588020801544,
-0.1108628660440445,
-0.1187877207994461,
0.18801358342170715,
1.9139127731323242,
-1.4367296695709229,
0.5833867788314819,
-1.6680678129196167,
-0.549099326133728,
0.7575607299804688,
-0.0949878841638565,
-0.0730946958065033,
... |
Int sets z to x, truncating the fractional portion (if any) and returns z. z is allowed to be nil. If x is an infinity or a NaN value the result is undefined. | [
0.4732259511947632,
0.3199046850204468,
0.3068484365940094,
0.2737334370613098,
-0.3289659917354584,
-0.40132394433021545,
1.026219129562378,
-0.7141492366790771,
-0.0074690962210297585,
-0.9312745928764343,
-0.17252597212791443,
0.34582191705703735,
0.3219301998615265,
-0.2763444185256958... |
Int64 returns x as an int64, truncating towards zero. The returned boolean indicates whether the conversion to an int64 was successful. | [
-1.0182820558547974,
0.5150132775306702,
0.6091618537902832,
0.7387022972106934,
-0.378083735704422,
0.4246266782283783,
-0.5858311057090759,
-0.9332559704780579,
0.5163275003433228,
0.1383136659860611,
-0.03872844576835632,
-0.602928102016449,
-0.028085291385650635,
-0.7287665009498596,
... |
Uint64 returns x as a uint64, truncating towards zero. The returned boolean indicates whether the conversion to a uint64 was successful. | [
-1.0654230117797852,
0.4416149854660034,
0.7598127126693726,
0.5777454972267151,
-0.2616041302680969,
0.6237490773200989,
-0.548660159111023,
-0.5591695308685303,
0.9460647106170654,
-0.3340473771095276,
0.03576894477009773,
-0.7461560964584351,
0.5303440690040588,
-0.7455782294273376,
-... |
IsFinite returns true if x is finite. | [
-0.2469322234392166,
1.1853506565093994,
0.2531971037387848,
1.283576250076294,
0.6709619760513306,
-1.0496309995651245,
-1.0352647304534912,
-0.449251264333725,
-0.48618432879447937,
-0.6717560887336731,
-1.019157886505127,
-0.3463323712348938,
-0.6737889647483826,
-0.48634567856788635,
... |
IsNormal returns true if x is normal. | [
-0.9158212542533875,
0.7212547659873962,
0.34757086634635925,
1.44374680519104,
-1.194801688194275,
-0.17246313393115997,
-0.9326721429824829,
-0.22195129096508026,
0.4271639883518219,
0.3673460781574249,
-0.7625141739845276,
0.7225537300109863,
-0.6823322176933289,
-0.7500209212303162,
... |
IsSubnormal returns true if x is subnormal. | [
-0.7232521176338196,
0.37519970536231995,
0.4831726849079132,
1.609213948249817,
-1.260991096496582,
0.33388614654541016,
-0.8723347783088684,
0.05171436816453934,
0.07442492991685867,
0.2972700595855713,
-1.853115200996399,
0.9957752823829651,
-0.3571282923221588,
-1.5431349277496338,
-... |
IsInf returns true if x is an infinity according to sign. If sign > 0, IsInf reports whether x is positive infinity. If sign < 0, IsInf reports whether x is negative infinity. If sign == 0, IsInf reports whether x is either infinity. | [
-0.42379698157310486,
-0.1874736249446869,
0.37703606486320496,
1.4539060592651367,
-0.4066077470779419,
-0.3423762917518616,
-0.5308750867843628,
0.22417709231376648,
0.02888357825577259,
-1.0078092813491821,
-0.935929536819458,
0.7023278474807739,
-0.10516612231731415,
0.6723724603652954... |
IsNaN returns true if x is NaN. If sign > 0, IsNaN reports whether x is quiet NaN. If sign < 0, IsNaN reports whether x is signaling NaN. If sign == 0, IsNaN reports whether x is either NaN. | [
-1.090962529182434,
-0.44445428252220154,
0.43866294622421265,
1.4996634721755981,
-0.5939249992370605,
0.0398147851228714,
-0.5691160559654236,
-0.9964269995689392,
0.484979510307312,
-1.070825219154358,
-1.020531415939331,
0.861470639705658,
0.97072434425354,
1.0080265998840332,
0.7203... |
IsInt reports whether x is an integer. Infinity and NaN values are not integers. | [
-0.2782556414604187,
0.8574634194374084,
0.2372460961341858,
1.0146605968475342,
0.12613920867443085,
0.18910665810108185,
-0.7719223499298096,
-0.5706764459609985,
0.06699565052986145,
-0.14243178069591522,
-0.3893372714519501,
0.9823461174964905,
-0.5592297911643982,
-0.46565064787864685... |
Mul sets z to x y and returns z. | [
-0.5184950828552246,
0.20020149648189545,
0.04661279544234276,
0.44948387145996094,
-0.04758516326546669,
0.10876649618148804,
0.09079734981060028,
-1.6717478036880493,
1.1701291799545288,
-0.4565185010433197,
-0.9154353141784668,
0.0990576222538948,
0.8646979331970215,
-0.7375785112380981... |
Neg sets z to x and returns z. If x is positive infinity, z will be set to negative infinity and visa versa. If x == 0, z will be set to zero as well. NaN will result in an error. | [
-0.7733792662620544,
-0.2373487502336502,
0.47320762276649475,
0.7732372283935547,
0.23887965083122253,
0.3326563537120819,
-0.6950569748878479,
0.5637354850769043,
0.13945187628269196,
-0.3199552595615387,
-0.2909599840641022,
0.753731369972229,
0.47799065709114075,
0.6185700297355652,
... |
New creates a new Big decimal with the given value and scale. For example: New(1234, 3) // 1.234 New(42, 0) // 42 New(4321, 5) // 0.04321 New(1, 0) // 1 New(3, 10) // 30 000 000 000 | [
-0.22731569409370422,
-0.6655945181846619,
0.9828477501869202,
0.3322313725948334,
-0.95427006483078,
-0.5212100744247437,
0.327001690864563,
-0.6941024661064148,
-0.49625661969184875,
-0.06545231491327286,
-0.2594786286354065,
0.5232664942741394,
0.25151947140693665,
0.37300536036491394,
... |
Payload returns the payload of x, provided x is a NaN value. If x is not a NaN value, the result is undefined. | [
0.1357002705335617,
0.530987024307251,
0.5331763625144958,
0.26140737533569336,
-0.6364421844482422,
-0.11649862676858902,
-1.0602554082870483,
-1.8456169366836548,
0.05981187894940376,
-0.6822715997695923,
-0.18802572786808014,
0.24042119085788727,
0.611848771572113,
0.49887871742248535,
... |
Precision returns the precision of x. That is, it returns the number of digits in the unscaled form of x. x == 0 has a precision of 1. The result is undefined if x is not finite. | [
-0.23753629624843597,
0.30469831824302673,
0.4977167546749115,
0.07851004600524902,
-0.06198735907673836,
-1.0634256601333618,
-0.09350265562534332,
-0.5053742527961731,
0.7447566390037537,
-0.6810116171836853,
-0.06520067155361176,
-0.1474652737379074,
0.5688637495040894,
0.53226673603057... |
Quantize sets z to the number equal in value and sign to z with the scale, n. The rounding of z is performed according to the rounding mode set in z.Context.RoundingMode. In order to perform truncation, set z.Context.RoundingMode to ToZero. | [
-0.46841567754745483,
-0.6790321469306946,
0.3587993383407593,
-0.08792870491743088,
0.6804524660110474,
-0.25613102316856384,
1.3413653373718262,
-0.9927879571914673,
0.6133580207824707,
-0.08473570644855499,
-1.0948121547698975,
-0.4018162786960602,
-0.07422687113285065,
0.57875353097915... |
Quo sets z to x / y and returns z. | [
-0.6761428117752075,
-0.5607979893684387,
0.20531414449214935,
0.23565101623535156,
-0.5836079716682434,
0.38102835416793823,
0.9655398726463318,
-1.4610346555709839,
0.5520157217979431,
-0.6897273659706116,
-0.671161949634552,
-0.3839058578014374,
0.4323484003543854,
-0.9440743327140808,
... |
QuoInt sets z to x / y with the remainder truncated. See QuoRem for more details. | [
0.3284035325050354,
-0.541631281375885,
0.17530028522014618,
-0.17012445628643036,
-0.638432502746582,
0.5129000544548035,
0.9805092215538025,
-2.334742784500122,
0.42569205164909363,
-0.2159842699766159,
-1.1285240650177002,
-0.5886130332946777,
-0.6401734352111816,
-0.7203335165977478,
... |
QuoRem sets z to the quotient x / y and r to the remainder x % y, such that x = z y + r, and returns the pair (z, r). | [
-0.20193429291248322,
-0.5287594795227051,
0.4733884036540985,
-0.22227707505226135,
-0.8866614699363708,
0.15556778013706207,
0.39820390939712524,
-1.1464201211929321,
0.7178336977958679,
-0.4398189187049866,
-0.2362639456987381,
-1.1308895349502563,
-0.7508373260498047,
-0.63856351375579... |
Rat sets z to x and returns z. z is allowed to be nil. The result is undefined if x is an infinity or NaN value. | [
0.1403205692768097,
0.03496575728058815,
0.1549442708492279,
0.11153694987297058,
0.08827361464500427,
-0.6368041038513184,
-0.39413177967071533,
-0.560991644859314,
0.5098720192909241,
-0.6648860573768616,
-0.37064775824546814,
0.9771735668182373,
0.3057030737400055,
-0.05616820603609085,... |
Raw directly returns x's raw compact and unscaled values. Caveat emptor: Neither are guaranteed to be valid. Raw is intended to support missing functionality outside this package and generally should be avoided. Additionally, Raw is the only part of this package's API which is not guaranteed to remain stable. This mean... | [
-0.39697539806365967,
0.16037099063396454,
0.7572033405303955,
-0.008426709100604057,
-1.1805496215820312,
-0.37337803840637207,
-0.5883764624595642,
-0.9505910873413086,
-0.25391337275505066,
-0.5348649621009827,
-0.2534877061843872,
0.26772046089172363,
1.4807369709014893,
0.498364120721... |
Reduce reduces a finite z to its most simplest form. | [
-0.6169072985649109,
0.6236499547958374,
0.10664882510900497,
0.42117562890052795,
0.13214446604251862,
-1.0394564867019653,
1.1751476526260376,
-0.18760617077350616,
0.7597244381904602,
-1.1766234636306763,
-1.3917244672775269,
-1.2386213541030884,
-0.45899590849876404,
0.6769478917121887... |
Rem sets z to the remainder x % y. See QuoRem for more details. | [
-0.2589401602745056,
-0.23347435891628265,
0.21164263784885406,
0.3432833254337311,
-0.5121452808380127,
0.6849186420440674,
0.4001578390598297,
-1.0648380517959595,
0.4880530536174774,
-0.7948601841926575,
-0.6606390476226807,
0.18604712188243866,
-1.1143888235092163,
-1.1560016870498657,... |
RoundToInt rounds z down to an integral value. | [
0.8811023235321045,
-0.617995023727417,
0.029216408729553223,
-0.9583117365837097,
-0.09138033539056778,
-0.23891012370586395,
1.630923867225647,
-0.8936095237731934,
-0.07903347164392471,
-0.3019433617591858,
-0.01593143306672573,
-0.2157956063747406,
-1.274503231048584,
-0.63606643676757... |
Scale returns x's scale. | [
-0.44063952565193176,
0.396056592464447,
0.1967114806175232,
-0.21989253163337708,
-0.2107374221086502,
0.28131812810897827,
-1.3871065378189087,
-1.4720218181610107,
-0.18973837792873383,
0.7462785243988037,
-0.298209011554718,
-0.27074334025382996,
-0.26995718479156494,
-0.49169838428497... |
Set sets z to x and returns z. The result might be rounded depending on z's Context, and even if z == x. | [
-0.12224093079566956,
-0.5849175453186035,
0.18204358220100403,
0.25550782680511475,
-0.4188570976257324,
-0.3378981947898865,
1.1060867309570312,
-1.524408221244812,
0.7755960822105408,
-0.17559373378753662,
-0.049138013273477554,
0.8227624297142029,
0.23427529633045197,
-0.26650038361549... |
SetBigMantScale sets z to the given value and scale. | [
-0.23651210963726044,
-0.5424115061759949,
0.37766605615615845,
0.2879854142665863,
0.4289083778858185,
-0.3400857448577881,
-0.5284667015075684,
-0.1990009993314743,
-0.6644091010093689,
0.25121867656707764,
-0.5160996913909912,
0.20812122523784637,
0.48857736587524414,
1.0077258348464966... |
SetFloat sets z to exactly x and returns z. | [
0.37341660261154175,
0.017577648162841797,
0.1040792465209961,
0.4367484450340271,
0.5305368304252625,
0.5900829434394836,
1.3603410720825195,
-0.5426422357559204,
0.45965421199798584,
-1.662484049797058,
-0.9838919043540955,
-0.14101055264472961,
-0.19695889949798584,
0.38393449783325195,... |
SetFloat64 sets z to exactly x. | [
-0.027586031705141068,
0.16833725571632385,
0.09719891846179962,
1.0655384063720703,
0.6014572978019714,
0.27342134714126587,
1.192022681236267,
-0.11944005638360977,
0.37126392126083374,
-1.148904800415039,
-0.6735172867774963,
0.08676967769861221,
0.1774895340204239,
0.5882112979888916,
... |
SetInf sets z to Inf if signbit is set or +Inf is signbit is not set, and returns z. | [
0.032499250024557114,
0.0978560596704483,
0.2577694356441498,
1.1064047813415527,
-0.824293315410614,
0.8002983331680298,
0.9920375943183899,
-0.6853968501091003,
0.5101684331893921,
-0.8944616317749023,
-0.3008081316947937,
0.22109442949295044,
-0.9641757607460022,
0.9160565137863159,
0... |
SetMantScale sets z to the given value and scale. | [
-0.0516463927924633,
-1.2410818338394165,
0.490329772233963,
-0.554601788520813,
-0.49425020813941956,
0.20438458025455475,
-1.3338196277618408,
-1.0506771802902222,
-0.40930041670799255,
0.13961797952651978,
-0.4882999658584595,
-0.5736061334609985,
0.23538357019424438,
1.463175654411316,... |
setNaN is an internal NaNsetting method that panics when the OperatingMode is Go. | [
-1.5175697803497314,
0.7299219965934753,
0.15840792655944824,
0.762917697429657,
-0.07009474188089371,
0.6305971741676331,
0.08308206498622894,
0.22967100143432617,
-0.23454852402210236,
-0.3739679753780365,
-0.4645262360572815,
0.34154757857322693,
0.20029771327972412,
0.08267971873283386... |
SetNaN sets z to a signaling NaN if signal is true or quiet NaN otherwise and returns z. No conditions are raised. | [
-0.357563316822052,
-0.16140170395374298,
0.06167197972536087,
1.0918406248092651,
-0.9012207388877869,
0.15626990795135498,
0.608070433139801,
-0.5140863656997681,
0.3173813223838806,
-0.7062463760375977,
-0.9146420955657959,
0.9745756387710571,
0.018647368997335434,
0.9043798446655273,
... |
SetRat sets z to to the possibly rounded value of x and return z. | [
-0.46946778893470764,
-0.5473253130912781,
0.15401208400726318,
-1.4205601215362549,
-0.23828762769699097,
0.14595532417297363,
0.4573046863079071,
-1.6670031547546387,
0.23115447163581848,
-0.8754478693008423,
0.30703625082969666,
0.032733481377363205,
0.6906440258026123,
-0.1750388592481... |
SetScale sets z's scale to scale and returns z. | [
-0.4529007077217102,
-1.0243573188781738,
0.15956835448741913,
0.4973699450492859,
-0.417596697807312,
-0.24161653220653534,
-0.027753610163927078,
-0.44448480010032654,
0.2761704623699188,
-0.0058138202875852585,
-0.3639084994792938,
-0.2788856625556946,
-0.7823626399040222,
0.56443303823... |
SetString sets z to the value of s, returning z and a bool indicating success. s must be a string in one of the following formats: 1.234 1234 1.234e+5 1.234E5 0.000001234 Inf NaN qNaN sNaN Each value may be preceded by an optional sign, ``'' or ``+''. ``Inf'' and ``NaN'' map to ``+Inf'' and ``qNaN'', respectively. NaN ... | [
-0.1620703637599945,
-0.327991247177124,
0.5850023627281189,
-0.3552570044994354,
-1.0698301792144775,
-0.12618596851825714,
0.7171820402145386,
-0.5910623073577881,
0.5042756795883179,
-0.4183932840824127,
-0.10982861369848251,
0.4003447890281677,
0.3542003631591797,
-0.3783613443374634,
... |
SetUint64 is shorthand for SetMantScale(x, 0) for an unsigned integer. | [
-0.8631229400634766,
0.21499817073345184,
0.527812123298645,
0.22768640518188477,
-0.19761119782924652,
0.47726672887802124,
-1.2916995286941528,
-0.30702266097068787,
0.07473579049110413,
-0.5547279119491577,
0.1534590870141983,
-0.7248765826225281,
0.7551715970039368,
0.6399616003036499,... |
ord returns similar to Sign except Inf is 2 and +Inf is +2. | [
-0.3995104730129242,
-1.0793248414993286,
0.424019455909729,
0.38181212544441223,
-1.189281940460205,
-0.3392823040485382,
0.11369085311889648,
0.28268709778785706,
0.3833521902561188,
-0.7387914061546326,
-0.24656347930431366,
-0.25011318922042847,
0.20494335889816284,
0.20199792087078094... |
Sign returns: 1 if x 0 No distinction is made between +0 and 0. The result is undefined if x is a NaN value. | [
-0.643332302570343,
0.32997071743011475,
0.72686368227005,
0.9716321229934692,
-0.34585288166999817,
0.012208560481667519,
-0.2930208742618561,
-0.01796632818877697,
0.3437114655971527,
-1.1268763542175293,
-0.2433466911315918,
0.0010323812020942569,
0.5874829888343811,
0.6813260912895203,... |
Signbit reports whether x is negative, negative zero, negative infinity, or negative NaN. | [
-0.8051403164863586,
-0.24583162367343903,
0.5390055775642395,
1.1223509311676025,
0.6037299633026123,
1.139495611190796,
-1.0444141626358032,
-1.0909754037857056,
-0.04416142776608467,
-0.35767072439193726,
-0.4257301390171051,
0.31786224246025085,
0.4080854654312134,
0.3326300382614136,
... |
String returns the string representation of x. It's equivalent to the %s verb discussed in the Format method's documentation. Special cases depend on the OperatingMode. | [
-0.2715986371040344,
-0.28687918186187744,
0.38872030377388,
0.4800046682357788,
-0.5765340924263,
0.634690523147583,
-0.39997732639312744,
-0.9770606160163879,
0.1464773565530777,
0.16914136707782745,
0.7439141869544983,
0.4121110439300537,
-0.03658551350235939,
-0.12422007322311401,
0.... |
Sub sets z to x y and returns z. | [
-0.2616903483867645,
-0.4242461323738098,
0.1274648755788803,
0.2597770690917969,
-1.213816523551941,
0.14219775795936584,
0.1311415731906891,
-1.637594223022461,
0.4452584385871887,
-0.6934417486190796,
-0.8401432037353516,
0.7355307936668396,
0.41840144991874695,
-1.1446313858032227,
0... |
validate ensures x's internal state is correct. There's no need for it to have good performance since it's for debug == true only. | [
-0.15655729174613953,
0.49069899320602417,
0.4219408929347992,
0.0003222465456929058,
0.5066691637039185,
0.8483036756515503,
-0.18113946914672852,
-1.3113596439361572,
0.06837690621614456,
-0.556017279624939,
0.18633992969989777,
0.35070544481277466,
-0.01588689349591732,
0.83468997478485... |
%n: name %i: info %s(15:08) start in the golang time format %e(15:08) end in the golang time format %c: category | [
-0.15292073786258698,
0.21473808586597443,
0.5539034008979797,
-0.8375430107116699,
0.45706436038017273,
0.14595399796962738,
-0.9966036081314087,
-0.7470492720603943,
-0.794524073600769,
1.0249274969100952,
-1.204522728919983,
-0.8583381772041321,
0.3088550269603729,
0.4908059537410736,
... |
GetId returns the Id field if nonnil, zero value otherwise. | [
1.0025179386138916,
0.25146740674972534,
0.735447347164154,
0.9959716200828552,
0.9474831223487854,
-0.048279426991939545,
0.1352510303258896,
0.06751027703285217,
1.5257792472839355,
-0.1165347620844841,
0.46448323130607605,
-0.9754228591918945,
-1.216184139251709,
0.6852871179580688,
0... |
GetIdOk returns a tuple with the Id field if it's nonnil, zero value otherwise and a boolean to check if the value has been set. | [
-0.6695784330368042,
0.9404628276824951,
0.6093427538871765,
1.3006805181503296,
0.7451816201210022,
-0.4677252173423767,
0.6086599230766296,
0.41430315375328064,
0.5769693851470947,
0.09059298038482666,
-0.6685994863510132,
-1.3986024856567383,
-0.6040113568305969,
1.0025068521499634,
0... |
HasId returns a boolean if a field has been set. | [
1.07260000705719,
0.47400614619255066,
0.721328854560852,
0.6724355816841125,
1.3360697031021118,
1.1021530628204346,
0.1938580870628357,
0.13238896429538727,
0.6332664489746094,
-0.6417974829673767,
-0.5863848924636841,
-1.1783705949783325,
-1.0976035594940186,
-0.059956613928079605,
-0... |
SetId gets a reference to the given string and assigns it to the Id field. | [
0.5081135630607605,
-0.260733962059021,
0.3245316743850708,
-0.28460583090782166,
0.15700925886631012,
0.6328615546226501,
0.005861710291355848,
-0.3165673613548279,
0.9529388546943665,
-0.16655470430850983,
-0.4277403950691223,
0.5332223176956177,
-0.5857148170471191,
-0.04615842923521995... |
GetContent returns the Content field if nonnil, zero value otherwise. | [
0.7395111322402954,
0.5709102749824524,
0.6315696239471436,
0.7525343298912048,
0.07508726418018341,
-0.45716631412506104,
0.4497785270214081,
-0.6544051766395569,
0.1978747397661209,
0.22968704998493195,
0.5937327146530151,
-1.3174359798431396,
-1.0745553970336914,
-0.13382302224636078,
... |
GetContentOk returns a tuple with the Content field if it's nonnil, zero value otherwise and a boolean to check if the value has been set. | [
-0.3026663362979889,
0.4176103174686432,
0.7548544406890869,
1.0319997072219849,
-0.1593158096075058,
-0.7827582955360413,
0.7825310826301575,
0.34961998462677,
-0.7857040762901306,
0.4269828498363495,
-0.6902349591255188,
-1.3364835977554321,
-0.5884610414505005,
0.6132084727287292,
-0.... |
HasContent returns a boolean if a field has been set. | [
0.8300482034683228,
0.9377726912498474,
0.41336971521377563,
0.04312288016080856,
0.7362794876098633,
0.21645323932170868,
0.6933188438415527,
-0.5126969814300537,
-0.8253650665283203,
-0.25563180446624756,
-0.6637977957725525,
-1.5637578964233398,
-0.5502762198448181,
-0.7119106650352478,... |
SetContent gets a reference to the given string and assigns it to the Content field. | [
0.4207950234413147,
-0.10962837934494019,
0.2382480949163437,
-0.6885342001914978,
-0.21723560988903046,
-0.07797470688819885,
0.5884167551994324,
-1.0130714178085327,
-0.5952489972114563,
-0.07628930360078812,
-0.03587863966822624,
-0.040348540991544724,
-0.5418707132339478,
-1.0963008403... |
SetContentExplicitNull (un)sets Content to be considered as explicit "null" value when serializing to JSON (pass true as argument to set this, false to unset) The Content value is set to nil even if false is passed | [
-0.5171929001808167,
-0.49460601806640625,
0.7587203979492188,
-0.6311830282211304,
-0.932557225227356,
0.6646935939788818,
-0.29104769229888916,
0.09727299958467484,
0.07501242309808731,
0.2560918629169464,
-0.6057819724082947,
0.04112637788057327,
0.3910328149795532,
0.38511523604393005,... |
GetContentType returns the ContentType field if nonnil, zero value otherwise. | [
1.1799771785736084,
0.1784057915210724,
0.7786763906478882,
0.6896631121635437,
0.314695805311203,
-0.9240210652351379,
0.3792491853237152,
-0.013905016705393791,
0.5558222532272339,
0.2088252604007721,
0.6915838122367859,
-0.8053763508796692,
-1.446589469909668,
0.5382394194602966,
0.56... |
GetContentTypeOk returns a tuple with the ContentType field if it's nonnil, zero value otherwise and a boolean to check if the value has been set. | [
0.21006105840206146,
0.16890543699264526,
0.7206068634986877,
0.5503683686256409,
-0.048660919070243835,
-0.848508894443512,
0.4382179379463196,
0.16376952826976776,
-0.3027537763118744,
1.1405479907989502,
-0.5670493841171265,
-1.33476722240448,
-0.8121160268783569,
1.069385051727295,
0... |
HasContentType returns a boolean if a field has been set. | [
1.2191755771636963,
0.5412174463272095,
0.2859339118003845,
-0.10135354846715927,
0.7985250949859619,
-0.28315985202789307,
0.32323527336120605,
0.15903477370738983,
-0.812787652015686,
0.263501912355423,
-0.6407644152641296,
-0.9679983854293823,
-1.2346982955932617,
0.6288947463035583,
... |
SetContentType gets a reference to the given string and assigns it to the ContentType field. | [
1.026537299156189,
-0.45701372623443604,
0.13491703569889069,
-0.8036514520645142,
-0.10484384745359421,
-0.6576077938079834,
0.6579925417900085,
-0.6141215562820435,
-0.3433239459991455,
0.18283453583717346,
0.18206733465194702,
0.7040303945541382,
-1.0096606016159058,
-0.4052976965904236... |
GetReplies returns the Replies field if nonnil, zero value otherwise. | [
0.5561819672584534,
0.6260386109352112,
0.6211125254631042,
-0.22945263981819153,
0.8648996949195862,
-0.9476271271705627,
-0.4895178973674774,
-0.5329773426055908,
1.3830711841583252,
-0.43653082847595215,
-0.09263510257005692,
-0.7521536350250244,
-1.0694416761398315,
0.2805461883544922,... |
GetRepliesOk returns a tuple with the Replies field if it's nonnil, zero value otherwise and a boolean to check if the value has been set. | [
0.14723515510559082,
0.6598860621452332,
0.6441620588302612,
-0.516883373260498,
0.388705313205719,
-0.7583304643630981,
0.12308713793754578,
-0.28000760078430176,
0.17380544543266296,
0.6731511950492859,
-0.8950061202049255,
-1.044425129890442,
-0.7625623345375061,
0.6131080389022827,
-... |
HasReplies returns a boolean if a field has been set. | [
0.6248500943183899,
1.3098812103271484,
0.5972090363502502,
-1.1772927045822144,
0.9475239515304565,
0.09165626019239426,
-0.14158828556537628,
0.06677474826574326,
0.16812025010585785,
-1.038794755935669,
-0.7921192646026611,
-0.8435201644897461,
-0.3787629306316376,
-0.030627673491835594... |
SetReplies gets a reference to the given []MicrosoftGraphWorkbookCommentReply and assigns it to the Replies field. | [
0.004414026625454426,
-0.5698083639144897,
0.5528175830841064,
-0.3392598330974579,
1.5065667629241943,
0.17383235692977905,
-0.07583651691675186,
-1.0879757404327393,
0.29017388820648193,
0.15445490181446075,
-0.33441025018692017,
0.28723299503326416,
-0.9977526664733887,
-0.5585498809814... |
MarshalJSON returns the JSON representation of the model. | [
-0.446972131729126,
-1.0912396907806396,
0.2856307625770569,
-0.3411409258842468,
-0.5360833406448364,
0.16729581356048584,
0.15653233230113983,
0.24095574021339417,
0.9495980739593506,
-0.23119406402111053,
-0.8257982730865479,
0.6660581827163696,
0.3145137429237366,
0.4000566899776459,
... |
HandleGetAllTableNames is an endpoint handler which return all the collection(table) names for specified data base | [
0.12609252333641052,
-0.059283547103405,
0.8432187438011169,
0.7089481353759766,
-0.29576700925827026,
0.16139408946037292,
-0.6130733489990234,
-0.47401219606399536,
-0.5275686979293823,
0.15574821829795837,
-0.7865855097770691,
-0.896679162979126,
0.42317113280296326,
0.5657187104225159,... |
HandleGetDatabaseConnectionState gives the status of connection state of client | [
0.20969995856285095,
-0.3816538453102112,
0.6094958782196045,
-0.3045939803123474,
-0.006878830026835203,
0.11958297342061996,
-0.5059759616851807,
0.16739580035209656,
0.07705351710319519,
0.7568211555480957,
-0.6095207333564758,
-0.8116737604141235,
-1.1878143548965454,
-0.24569191038608... |
HandleDeleteTable is an endpoint handler which deletes a table in specified database & removes it from config | [
0.46257537603378296,
-0.14308884739875793,
0.43658310174942017,
0.5739083886146545,
0.46590927243232727,
-0.10807597637176514,
0.3102159798145294,
0.8742305040359497,
-0.2099001109600067,
-0.09083013236522675,
-0.10352899134159088,
-0.694037914276123,
0.2614239752292633,
0.2991443574428558... |
HandleSetDatabaseConfig is an endpoint handler which updates database config & connects to database | [
-0.4591210186481476,
-0.30415579676628113,
0.40253618359565735,
0.1349332183599472,
0.43575018644332886,
-0.6512228846549988,
0.024469666182994843,
0.41337984800338745,
-0.7952763438224792,
1.5191975831985474,
-1.1462751626968384,
-0.30657678842544556,
-0.13297727704048157,
0.2596992850303... |
HandleGetDatabaseConfig returns handler to get Database Collection | [
-0.04021104425191879,
0.26118969917297363,
0.34290942549705505,
-0.5775554180145264,
0.42391881346702576,
0.38146770000457764,
0.0818982645869255,
0.5070677399635315,
-0.5873560905456543,
0.16647730767726898,
-0.6876068711280823,
-0.5541775226593018,
-0.13049523532390594,
0.513238906860351... |
HandleRemoveDatabaseConfig is an endpoint handler which removes database config | [
-0.47120004892349243,
0.1594184786081314,
0.44440770149230957,
-0.01160496473312378,
-0.15234310925006866,
-0.3251338601112366,
0.4064156711101532,
1.4711796045303345,
-0.6536383628845215,
1.2940596342086792,
-1.2727464437484741,
-0.6052968502044678,
-0.2664662003517151,
0.2019293308258056... |
HandleGetPreparedQuery returns handler to get PreparedQuery | [
0.07553845643997192,
-1.271654725074768,
0.3541068434715271,
-0.2968195080757141,
-0.3788737654685974,
-0.024917948991060257,
-0.2927364110946655,
-0.014817828312516212,
0.33534103631973267,
-0.7568811178207397,
-0.1548096239566803,
-0.5581152439117432,
0.48873382806777954,
0.2675292491912... |
HandleSetPreparedQueries is an endpoint handler which updates database PreparedQueries | [
-0.35406479239463806,
-0.9893819093704224,
0.19877929985523224,
-0.0645102709531784,
0.4125722050666809,
-0.5884709358215332,
0.44324153661727905,
-0.2703251838684082,
-0.045880839228630066,
0.7281185388565063,
-0.4640612006187439,
-0.704497218132019,
0.06183108314871788,
0.508098840713501... |
HandleRemovePreparedQueries is an endpoint handler which removes database PreparedQueries | [
-0.5514978170394897,
-0.589186429977417,
0.24160484969615936,
-0.12891288101673126,
-0.42618823051452637,
-0.35492053627967834,
0.37554797530174255,
0.8805016279220581,
-0.1282716989517212,
0.4702453017234802,
-0.5561615824699402,
-0.7531421184539795,
-0.3840140104293823,
0.518441140651702... |
HandleModifySchema is an endpoint handler which updates the existing schema & updates the config | [
-1.5184283256530762,
-1.1555668115615845,
0.5926893353462219,
0.7262369394302368,
0.837620735168457,
-0.9353991746902466,
-0.02404850535094738,
1.1703718900680542,
0.43488338589668274,
0.5375292301177979,
-0.07833836227655411,
-0.27854228019714355,
-0.16454043984413147,
-0.0328202918171882... |
HandleGetSchemas returns handler to get schema | [
0.1387188881635666,
-0.18024146556854248,
0.31116583943367004,
0.0466955304145813,
0.13812625408172607,
-0.3029322326183319,
-0.16489385068416595,
-0.03107105754315853,
0.862583339214325,
-0.9188321232795715,
-0.13210701942443848,
-0.8174641728401184,
0.3723941445350647,
-0.471800237894058... |
HandleSetTableRules is an endpoint handler which update database collection rules in config & creates collection if it doesn't exist | [
-0.18229427933692932,
0.055669236928224564,
0.2803446650505066,
-0.1706010401248932,
1.196984887123108,
-0.10365796834230423,
0.5744106769561768,
-0.2992974817752838,
-0.8648876547813416,
1.3596960306167603,
-0.214841827750206,
-0.5649136900901794,
-0.3106359541416168,
0.4297671914100647,
... |
HandleGetTableRules returns handler to get collection rule | [
0.794693112373352,
-0.025907550007104874,
0.24129942059516907,
0.04777492210268974,
1.5796717405319214,
0.7590537071228027,
0.3097897469997406,
-0.20237331092357635,
-1.2903863191604614,
-0.450002521276474,
0.7404532432556152,
-0.3696039021015167,
0.20373719930648804,
-0.22258946299552917,... |
HandleReloadSchema is an endpoint handler which return & sets the schemas of all collection in config | [
-0.09527584165334702,
-0.3493163287639618,
0.27128899097442627,
-0.5722388625144958,
0.8383535742759705,
-0.5651935338973999,
-0.20263785123825073,
-0.056660398840904236,
0.22472956776618958,
0.09041774272918701,
0.08019785583019257,
-0.28733763098716736,
-0.11864764988422394,
-0.509672105... |
HandleInspectCollectionSchema gets the schema for particular collection & update the database collection schema in config | [
-0.9218090176582336,
-0.16570506989955902,
0.4690449833869934,
0.07928963005542755,
0.8999208807945251,
-0.2181469053030014,
-0.5282551050186157,
0.33591610193252563,
0.45344412326812744,
0.6710624694824219,
-0.2392662614583969,
0.15253384411334991,
-0.3086671829223633,
0.09772653132677078... |
HandleModifyAllSchema is an endpoint handler which updates the existing schema & updates the config | [
-1.0877304077148438,
-1.148171305656433,
0.646629810333252,
0.8327646255493164,
0.4676523804664612,
-0.7177826166152954,
-0.4319780766963959,
1.237518310546875,
0.7756104469299316,
0.40889495611190796,
-0.4911971986293793,
-0.45550602674484253,
-0.008184290491044521,
0.2897098660469055,
... |
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be nonnil. | [
0.18106617033481598,
-0.051424119621515274,
0.594668447971344,
0.7153846025466919,
-0.7864857316017151,
0.1592278778553009,
0.09580805897712708,
1.0831899642944336,
-0.7537235021591187,
-0.3673208951950073,
-0.4508199393749237,
0.9706951379776001,
0.004816663451492786,
-0.14815689623355865... |
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DaemonsetRef. | [
-0.45379698276519775,
0.35674232244491577,
0.30154934525489807,
-0.11133507639169693,
-0.9044816493988037,
-0.6714674234390259,
0.5242442488670349,
-0.8337805271148682,
0.12392759323120117,
0.3485945761203766,
0.4986805319786072,
0.8468972444534302,
-0.15014240145683289,
-0.509103655815124... |
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be nonnil. | [
0.18106617033481598,
-0.051424119621515274,
0.594668447971344,
0.7153846025466919,
-0.7864857316017151,
0.1592278778553009,
0.09580805897712708,
1.0831899642944336,
-0.7537235021591187,
-0.3673208951950073,
-0.4508199393749237,
0.9706951379776001,
0.004816663451492786,
-0.14815689623355865... |
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EKSPodIdentityWebhook. | [
-0.8544827103614807,
0.09700506925582886,
0.4016519784927368,
0.7862679958343506,
0.6762438416481018,
0.5284425020217896,
0.47533801198005676,
0.2808558940887451,
0.48493412137031555,
0.4099724590778351,
-0.3661397397518158,
-0.35638147592544556,
-0.10233995318412781,
-0.27949196100234985,... |
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. | [
-0.49869757890701294,
-0.44858962297439575,
0.6877593994140625,
0.8103542923927307,
-0.6663253307342529,
0.5514905452728271,
0.38818493485450745,
0.1328076422214508,
-0.2052047997713089,
-0.663354218006134,
-0.9780389070510864,
0.4561214745044708,
-0.19949951767921448,
-0.4798290729522705,... |
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be nonnil. | [
0.18106617033481598,
-0.051424119621515274,
0.594668447971344,
0.7153846025466919,
-0.7864857316017151,
0.1592278778553009,
0.09580805897712708,
1.0831899642944336,
-0.7537235021591187,
-0.3673208951950073,
-0.4508199393749237,
0.9706951379776001,
0.004816663451492786,
-0.14815689623355865... |
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EKSPodIdentityWebhookList. | [
-1.2557374238967896,
0.26397430896759033,
0.5196626782417297,
0.8170997500419617,
0.23533277213573456,
0.38391339778900146,
0.5524143576622009,
0.2080235332250595,
0.2319955974817276,
1.0178053379058838,
-0.6311057806015015,
-0.8389286994934082,
0.20232045650482178,
0.5030692219734192,
-... |
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. | [
-0.49869757890701294,
-0.44858962297439575,
0.6877593994140625,
0.8103542923927307,
-0.6663253307342529,
0.5514905452728271,
0.38818493485450745,
0.1328076422214508,
-0.2052047997713089,
-0.663354218006134,
-0.9780389070510864,
0.4561214745044708,
-0.19949951767921448,
-0.4798290729522705,... |
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be nonnil. | [
0.18106617033481598,
-0.051424119621515274,
0.594668447971344,
0.7153846025466919,
-0.7864857316017151,
0.1592278778553009,
0.09580805897712708,
1.0831899642944336,
-0.7537235021591187,
-0.3673208951950073,
-0.4508199393749237,
0.9706951379776001,
0.004816663451492786,
-0.14815689623355865... |
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EKSPodIdentityWebhookSpec. | [
-0.4524589776992798,
-0.06422970443964005,
0.4303435683250427,
0.22776590287685394,
0.3976423740386963,
0.08912234008312225,
0.3565294146537781,
-0.05427442863583565,
-0.25161275267601013,
0.9953953623771667,
-0.21698160469532013,
-0.1729893982410431,
0.3161076605319977,
-0.497800588607788... |
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be nonnil. | [
0.18106617033481598,
-0.051424119621515274,
0.594668447971344,
0.7153846025466919,
-0.7864857316017151,
0.1592278778553009,
0.09580805897712708,
1.0831899642944336,
-0.7537235021591187,
-0.3673208951950073,
-0.4508199393749237,
0.9706951379776001,
0.004816663451492786,
-0.14815689623355865... |
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EKSPodIdentityWebhookStatus. | [
-0.8891620635986328,
-0.3165073096752167,
0.14194205403327942,
0.27789306640625,
0.19815021753311157,
0.19496458768844604,
0.3352247476577759,
0.13506992161273956,
0.39625364542007446,
0.8764491677284241,
-0.5635940432548523,
-0.31800156831741333,
0.10088136792182922,
-0.22904056310653687,... |
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be nonnil. | [
0.18106617033481598,
-0.051424119621515274,
0.594668447971344,
0.7153846025466919,
-0.7864857316017151,
0.1592278778553009,
0.09580805897712708,
1.0831899642944336,
-0.7537235021591187,
-0.3673208951950073,
-0.4508199393749237,
0.9706951379776001,
0.004816663451492786,
-0.14815689623355865... |
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MutatingWebhookConfigurationRef. | [
-0.78420490026474,
0.4867764711380005,
0.1599031537771225,
0.7672635316848755,
-0.22755634784698486,
-0.3610592484474182,
0.7981060743331909,
-0.14751972258090973,
-0.12195970118045807,
1.346346378326416,
-0.4481572210788727,
-0.17165589332580566,
0.2291649430990219,
0.9854499697685242,
... |
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be nonnil. | [
0.18106617033481598,
-0.051424119621515274,
0.594668447971344,
0.7153846025466919,
-0.7864857316017151,
0.1592278778553009,
0.09580805897712708,
1.0831899642944336,
-0.7537235021591187,
-0.3673208951950073,
-0.4508199393749237,
0.9706951379776001,
0.004816663451492786,
-0.14815689623355865... |
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Ref. | [
-0.14286179840564728,
-0.14538505673408508,
0.7195661664009094,
0.6784476637840271,
-0.4898201525211334,
0.23158390820026398,
0.36125168204307556,
-0.5897422432899475,
0.22952665388584137,
0.10952584445476532,
0.37486085295677185,
1.2039257287979126,
-0.12296139448881149,
-0.37615621089935... |
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be nonnil. | [
0.18106617033481598,
-0.051424119621515274,
0.594668447971344,
0.7153846025466919,
-0.7864857316017151,
0.1592278778553009,
0.09580805897712708,
1.0831899642944336,
-0.7537235021591187,
-0.3673208951950073,
-0.4508199393749237,
0.9706951379776001,
0.004816663451492786,
-0.14815689623355865... |
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretRef. | [
0.6251169443130493,
-0.547500491142273,
0.08090491592884064,
0.7140229940414429,
-0.5416870713233948,
0.5038429498672485,
0.2507954239845276,
-0.11099167913198471,
-0.18201196193695068,
0.5587692260742188,
-0.7688080668449402,
0.8908469080924988,
-0.967812180519104,
-0.5854504108428955,
... |
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be nonnil. | [
0.18106617033481598,
-0.051424119621515274,
0.594668447971344,
0.7153846025466919,
-0.7864857316017151,
0.1592278778553009,
0.09580805897712708,
1.0831899642944336,
-0.7537235021591187,
-0.3673208951950073,
-0.4508199393749237,
0.9706951379776001,
0.004816663451492786,
-0.14815689623355865... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.