Cassandra\Keyspace::table PHP Method

table() public method

Returns a table by name
public table ( string $name ) : Cassandra\Table | null
$name string Table name
return Cassandra\Table | null Table instance or null
    function table($name);