ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.Join.inner
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি যোগদান প্রদান করে যা প্রাথমিক সংগ্রহের উপাদানগুলিকে সেকেন্ডারি সংগ্রহের উপাদানগুলির সাথে মিলিত করে। প্রতিটি ফলাফলে একটি 'প্রাথমিক' বৈশিষ্ট্য থাকে যা প্রাথমিক সংগ্রহের উপাদান ধারণ করে, এবং একটি 'সেকেন্ডারি' বৈশিষ্ট্য থাকে যাতে সেকেন্ডারি সংগ্রহ থেকে মিলিত উপাদান থাকে। মেপে কি নির্দিষ্ট করা থাকলে, যোগদানের পরিমাপটিও একটি সম্পত্তি হিসাবে বস্তুর সাথে সংযুক্ত থাকে।
ব্যবহার | রিটার্নস | ee.Join.inner( primaryKey , secondaryKey , measureKey ) | যোগদান করুন |
যুক্তি | টাইপ | বিস্তারিত | primaryKey | স্ট্রিং, ডিফল্ট: "প্রাথমিক" | প্রাইমারি ম্যাচ সংরক্ষণ করতে ব্যবহৃত সম্পত্তির নাম। |
secondaryKey | স্ট্রিং, ডিফল্ট: "সেকেন্ডারি" | সেকেন্ডারি ম্যাচ সংরক্ষণ করতে ব্যবহৃত সম্পত্তির নাম। |
measureKey | স্ট্রিং, ডিফল্ট: নাল | যোগদানের শর্তের পরিমাপ সংরক্ষণ করতে ব্যবহৃত একটি ঐচ্ছিক সম্পত্তির নাম। |
,একটি যোগদান প্রদান করে যা প্রাথমিক সংগ্রহের উপাদানগুলিকে সেকেন্ডারি সংগ্রহের উপাদানগুলির সাথে মিলিত করে। প্রতিটি ফলাফলে একটি 'প্রাথমিক' বৈশিষ্ট্য থাকে যা প্রাথমিক সংগ্রহের উপাদান ধারণ করে, এবং একটি 'সেকেন্ডারি' বৈশিষ্ট্য থাকে যাতে সেকেন্ডারি সংগ্রহ থেকে মিলিত উপাদান থাকে। মেপে কি নির্দিষ্ট করা থাকলে, যোগদানের পরিমাপটিও একটি সম্পত্তি হিসাবে বস্তুর সাথে সংযুক্ত থাকে।
ব্যবহার | রিটার্নস | ee.Join.inner( primaryKey , secondaryKey , measureKey ) | যোগদান করুন |
যুক্তি | টাইপ | বিস্তারিত | primaryKey | স্ট্রিং, ডিফল্ট: "প্রাথমিক" | প্রাইমারি ম্যাচ সংরক্ষণ করতে ব্যবহৃত সম্পত্তির নাম। |
secondaryKey | স্ট্রিং, ডিফল্ট: "সেকেন্ডারি" | সেকেন্ডারি ম্যাচ সংরক্ষণ করতে ব্যবহৃত সম্পত্তির নাম। |
measureKey | স্ট্রিং, ডিফল্ট: নাল | যোগদানের শর্তের পরিমাপ সংরক্ষণ করতে ব্যবহৃত একটি ঐচ্ছিক সম্পত্তির নাম। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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\u003ePerforms an inner join between two collections based on matching keys.\u003c/p\u003e\n"],["\u003cp\u003eReturns a new collection where each element includes the matched primary and secondary elements as properties.\u003c/p\u003e\n"],["\u003cp\u003eOptionally calculates and includes a join measure as a property if a measureKey is specified.\u003c/p\u003e\n"]]],["The `ee.Join.inner` function creates a join between two collections, pairing elements based on matching criteria. Results contain a 'primary' element and a 'secondary' element. Custom names for these properties can be specified using `primaryKey` and `secondaryKey`. An optional `measureKey` allows for storing a measure associated with the join condition in the resulting object. It returns a `Join` object.\n"],null,["# ee.Join.inner\n\nReturns a join that pairs elements from the primary collection with matching elements from the secondary collection. Each result has a 'primary' property that contains the element from the primary collection, and a 'secondary' property containing the matching element from the secondary collection. If measureKey is specified, the join measure is also attached to the object as a property.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------------------------------------------------------|---------|\n| `ee.Join.inner(`*primaryKey* `, `*secondaryKey* `, `*measureKey*`)` | Join |\n\n| Argument | Type | Details |\n|----------------|------------------------------|---------------------------------------------------------------------------|\n| `primaryKey` | String, default: \"primary\" | The property name used to save the primary match. |\n| `secondaryKey` | String, default: \"secondary\" | The property name used to save the secondary match. |\n| `measureKey` | String, default: null | An optional property name used to save the measure of the join condition. |"]]