Note that when defining the virtual field, the lambda function must qualify fields with the table name, but in the links argument, this is not necessary.
Należy pamiętać, że przy definiowaniu wirtualnego pola, funkcja lambda musi kwalifikować pola z nazwą bazy danych, ale w argumencie links nie jest to konieczne.
linkto lambda function or an action to be used to link reference fields (default to None).
linkto: funkcja lambda lub akcja, która ma być użyta do zlinkowania pól referencyjnych (domyślnie None)
The variable total is stored as a part of the lambda function's closure.
Zmienna total jest przechowywana jako część domknięcia funkcji lambda.
An example lambda function is defined as follows
If you want to cache an existing object rather than the output of a function, you can simply return it via a lambda function
Jeśli chce się buforować istniejący obiekt, a nie wyjście funkcji, można po prostu zwrócić to przez funkcję lambda
The specific internal implementation can vary, but the expectation is that a lambda function that captures everything by reference will store the actual stack pointer of the function it is created in, rather than individual references to stack variables.
Właściwa wewnętrzna realizacja może się różnić, ale oczekuje się, że funkcji lambda, do której wszystkie argumenty są przekazywane przez referencje, zachowa wskaźnik stosu funkcji w której jest utworzona, zamiast indywidualnych referencji do zmiennych stosowych.
If the user wishes to take a lambda function as a parameter, the type must be a template type, or they must create a std::function or a similar object to capture the lambda value.
Jeżeli użytkownik życzy sobie pobrania funkcji lambda jako parametru, to jej typ musi być typem parametrycznym, lub musi stworzyć std::function lub podobny obiekt, aby uchwycić wartość lambdy.
The lambda function is called once for each record inserted, ensuring that each record gets a unique UUID, even if multiple records are inserted in a single transaction.
Funkcja lambda jest wywoływana tylko raz dla każdego wstawianego rekordu, dzięki czemu każdy rekord otrzymuje unikalny identyfikator UUID, nawet jeśli wstawianych jest wiele rekordów w pojedynczej transakcji.
In addition, the process can be easily automated using the Lambda function.
Dodatkowo można proces łatwo zautomatyzować za pomocą funkcji Lambda.
Should a Lambda function be compromised, an attacker gains access to only a few fine-grained privileges.
W przypadku włamania do funkcji Lambda atakujący uzyskuje dostęp tylko do kilku uprawnień.
As the name suggests, this solution uses the Lambda function that is executed when the request comes to an endpoint.
Jak sama nazwa wskazuje, to rozwiązanie wykorzystuje funkcję Lambda uruchamianą w momencie nadejścia żądania do endpointu.
With the help of the Lambda function, you can automate the process of managing communications related to the infrastructure in the cloud.
Z pomocą funkcji Lambda można zautomatyzować proces zarządzania komunikacją związaną z infrastrukturą w chmurze.
A programmer can easily retrieve such data in the Lambda function code, calling a suitable method from the AWS SDK package.
Programista może łatwo pobrać takie dane w kodzie funkcji Lambda wywołując odpowiednią metodę z pakietu AWS SDK.