Lookup UDF Join
Lookup UDF Join is only supported with the single-stage query engine (v1). For more information about using JOINs with the multi-stage query engine, see JOINs.
Syntax
lookupUDFSpec:
LOOKUP
'('
'''dimTable'''
'''dimColToLookup'''
[ '''dimJoinKey''', factJoinKey ]*
')'Examples
Single-partition-key-column Example
Column
Type
Column
Type
Dim-Fact LOOKUP example
playerName
teamID
teamName
teamAddress
Self LOOKUP example
teamID
nameFromLocal
nameFromLookup
Complex-partition-key-columns Example
Column
Type
Self LOOKUP example
customerId
missedPayment
lookedupCity
Usage FAQ
Was this helpful?

