NamedFunctionInfoData
data class NamedFunctionInfoData(val contextName: String, val processorName: String, val name: String) : NamedFunctionInfo, Materialized
Immutable data class representing named function information.
This class provides a concrete, serializable implementation of NamedFunctionInfo, containing the essential metadata needed to identify a function within its processor and context. It implements Materialized for efficient storage and transmission.