crandas.stateobject#

class crandas.stateobject.DeferredObject(*args, cls, **kwargs)#

Bases: StateObject, Deferred

Deferred VDL object

Represents a deferred VDL object that has a name but for which no further structure can be used.

See Authorization and transactions.

class crandas.stateobject.StateObject(handle, transaction_index=None, root_transaction=None, name=None, **kwargs)#

Bases: ABC

Base class for VDL state objects.

A VDL state object is an object that is stored remotely in the VDL and on which operations can be performed, such as a CDataFrame.

property reference#

Obtain a JSON-serializable reference to the object.

remove(**query_args)#

Remove object from server

Parameters:

query_args (query arguments) – See Query arguments