MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / UserFunctionDescriptor

Class UserFunctionDescriptor

cassandra/__init__.py:354–367  ·  view source on GitHub ↗

Describes a User function by name and argument signature

Source from the content-addressed store, hash-verified

352
353
354class UserFunctionDescriptor(SignatureDescriptor):
355 """
356 Describes a User function by name and argument signature
357 """
358
359 name = None
360 """
361 name of the function
362 """
363
364 argument_types = None
365 """
366 Ordered list of CQL argument type names comprising the type signature
367 """
368
369
370class UserAggregateDescriptor(SignatureDescriptor):

Callers 2

recv_schema_changeMethod · 0.90

Calls

no outgoing calls

Tested by 1