ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.Join.saveFirst
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি যোগ প্রদান করে যা প্রথম সংগ্রহের প্রতিটি উপাদানকে দ্বিতীয় সংগ্রহের একটি মিলে যাওয়া উপাদানের সাথে জোড়া দেয়। একটি অতিরিক্ত সম্পত্তি হিসাবে প্রথম ম্যাচ ফলাফল যোগ করা হয়.
ব্যবহার | রিটার্নস | ee.Join.saveFirst(matchKey, ordering , ascending , measureKey , outer ) | যোগদান করুন |
যুক্তি | টাইপ | বিস্তারিত | matchKey | স্ট্রিং | মিল সংরক্ষণ করতে ব্যবহৃত সম্পত্তি নাম. |
ordering | স্ট্রিং, ডিফল্ট: নাল | প্রথমটি নির্বাচন করার আগে মিলগুলিকে সাজাতে হবে এমন বৈশিষ্ট্য৷ |
ascending | বুলিয়ান, ডিফল্ট: সত্য | ক্রম আরোহী কিনা। |
measureKey | স্ট্রিং, ডিফল্ট: নাল | একটি ঐচ্ছিক সম্পত্তির নাম যা ম্যাচটিতে যোগদানের শর্তের পরিমাপ সংরক্ষণ করতে ব্যবহৃত হয়। |
outer | বুলিয়ান, ডিফল্ট: মিথ্যা | সত্য হলে, মিল ছাড়া প্রাথমিক সারি ফলাফলে অন্তর্ভুক্ত করা হবে। |
,একটি যোগ প্রদান করে যা প্রথম সংগ্রহের প্রতিটি উপাদানকে দ্বিতীয় সংগ্রহের একটি মিলে যাওয়া উপাদানের সাথে জোড়া দেয়। একটি অতিরিক্ত সম্পত্তি হিসাবে প্রথম ম্যাচ ফলাফল যোগ করা হয়.
ব্যবহার | রিটার্নস | ee.Join.saveFirst(matchKey, ordering , ascending , measureKey , outer ) | যোগদান করুন |
যুক্তি | টাইপ | বিস্তারিত | matchKey | স্ট্রিং | মিল সংরক্ষণ করতে ব্যবহৃত সম্পত্তি নাম. |
ordering | স্ট্রিং, ডিফল্ট: নাল | প্রথমটি নির্বাচন করার আগে মিলগুলিকে সাজাতে হবে এমন বৈশিষ্ট্য৷ |
ascending | বুলিয়ান, ডিফল্ট: সত্য | ক্রম আরোহী কিনা। |
measureKey | স্ট্রিং, ডিফল্ট: নাল | একটি ঐচ্ছিক সম্পত্তির নাম যা ম্যাচটিতে যোগদানের শর্তের পরিমাপ সংরক্ষণ করতে ব্যবহৃত হয়। |
outer | বুলিয়ান, ডিফল্ট: মিথ্যা | সত্য হলে, মিল ছাড়া প্রাথমিক সারি ফলাফলে অন্তর্ভুক্ত করা হবে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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\u003eThis function joins two collections by pairing elements based on matching property values.\u003c/p\u003e\n"],["\u003cp\u003eIt prioritizes the first match encountered and appends it as an additional property to the primary collection.\u003c/p\u003e\n"],["\u003cp\u003eUsers can specify sorting criteria for the matches using \u003ccode\u003eordering\u003c/code\u003e and \u003ccode\u003eascending\u003c/code\u003e parameters.\u003c/p\u003e\n"],["\u003cp\u003eOptionally, it allows saving the measure of the join condition and includes primary rows without matches if \u003ccode\u003eouter\u003c/code\u003e is true.\u003c/p\u003e\n"]]],["The `ee.Join.saveFirst` function creates a join between two collections, pairing each element from the first with its first matching element from the second. The matched element is stored as a new property, specified by `matchKey`. Matches can be sorted by `ordering` in `ascending` order before the first is selected. `measureKey` can be used to save the measurement of the join. Setting `outer` to true includes unmatched primary rows.\n"],null,["# ee.Join.saveFirst\n\nReturns a join that pairs each element from the first collection with a matching element from the second collection. The first match is added to the result as an additional property.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------------------------------------------------------------------------|---------|\n| `ee.Join.saveFirst(matchKey, `*ordering* `, `*ascending* `, `*measureKey* `, `*outer*`)` | Join |\n\n| Argument | Type | Details |\n|--------------|-------------------------|----------------------------------------------------------------------------------------|\n| `matchKey` | String | The property name used to save the match. |\n| `ordering` | String, default: null | The property on which to sort the matches before selecting the first. |\n| `ascending` | Boolean, default: true | Whether the ordering is ascending. |\n| `measureKey` | String, default: null | An optional property name used to save the measure of the join condition on the match. |\n| `outer` | Boolean, default: false | If true, primary rows without matches will be included in the result. |"]]