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

Class UserAggregateDescriptor

cassandra/__init__.py:370–383  ·  view source on GitHub ↗

Describes a User aggregate function by name and argument signature

Source from the content-addressed store, hash-verified

368
369
370class UserAggregateDescriptor(SignatureDescriptor):
371 """
372 Describes a User aggregate function by name and argument signature
373 """
374
375 name = None
376 """
377 name of the aggregate
378 """
379
380 argument_types = None
381 """
382 Ordered list of CQL argument type names comprising the type signature
383 """
384
385
386class DriverException(Exception):

Callers 2

recv_schema_changeMethod · 0.90

Calls

no outgoing calls

Tested by 1