Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CounterUDF ¶
type CounterUDF struct{}
built-in simple counter UDF
func (*CounterUDF) GetName ¶
func (u *CounterUDF) GetName() string
func (*CounterUDF) GetVersion ¶
func (u *CounterUDF) GetVersion() uint32
type HelloUDF ¶
type HelloUDF struct{}
Hello udf
func (*HelloUDF) GetVersion ¶
type UDFMgr ¶
type UDFMgr struct {
// contains filtered or unexported fields
}
func GetUDFManager ¶
func GetUDFManager() *UDFMgr
func NewUDFManager ¶
Click to show internal directories.
Click to hide internal directories.