Is LOAD a relational algebra operator?

Is LOAD a relational algebra operator?

What kind of relational algebra operator would a LOAD keyword be mapped
into? If it it's not a logical operator but only a physical one then how
is it handled during the logical to physical operator transformation
process by the database query processor? Or, if it's not mapped into
relational algebra primitives is it then an implementation-specific
extention?