ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.Reducer.toList
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি রিডুসার তৈরি করে যা একটি তালিকায় এর ইনপুট সংগ্রহ করে, ঐচ্ছিকভাবে টিপলে গোষ্ঠীবদ্ধ।
ব্যবহার | রিটার্নস | ee.Reducer.toList( tupleSize , numOptional ) | হ্রাসকারী |
যুক্তি | টাইপ | বিস্তারিত | tupleSize | পূর্ণসংখ্যা, ডিফল্ট: নাল | প্রতিটি আউটপুট টিপলের আকার, বা কোনো গ্রুপিংয়ের জন্য শূন্য। এছাড়াও ইনপুট সংখ্যা নির্ধারণ করে (নাল tupleSize 1 ইনপুট আছে)। |
numOptional | পূর্ণসংখ্যা, ডিফল্ট: 0 | শেষ সংখ্যা ঐচ্ছিক ইনপুটগুলি ঐচ্ছিক বলে বিবেচিত হবে; অন্যান্য ইনপুটগুলি অবশ্যই নন-নাল হতে হবে বা ইনপুট টিপল বাদ দেওয়া হবে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eCreates a reducer that accumulates its inputs into a list, optionally grouping them into tuples of a specified size.\u003c/p\u003e\n"],["\u003cp\u003eThe reducer can handle a single input or multiple inputs based on the \u003ccode\u003etupleSize\u003c/code\u003e parameter, with \u003ccode\u003enull\u003c/code\u003e indicating a single input and any integer representing the tuple size.\u003c/p\u003e\n"],["\u003cp\u003eInputs can be designated as optional using the \u003ccode\u003enumOptional\u003c/code\u003e parameter, allowing the reducer to process tuples even if some optional inputs are missing.\u003c/p\u003e\n"]]],[],null,["# ee.Reducer.toList\n\nCreates a reducer that collects its inputs into a list, optionally grouped into tuples.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------------------------------------|---------|\n| `ee.Reducer.toList(`*tupleSize* `, `*numOptional*`)` | Reducer |\n\n| Argument | Type | Details |\n|---------------|------------------------|--------------------------------------------------------------------------------------------------------------------------------|\n| `tupleSize` | Integer, default: null | The size of each output tuple, or null for no grouping. Also determines the number of inputs (null tupleSize has 1 input). |\n| `numOptional` | Integer, default: 0 | The last numOptional inputs will be considered optional; the other inputs must be non-null or the input tuple will be dropped. |"]]