Cassandra\DefaultKeyspace::table PHP Method

table() public method

{@inheritDoc}
public table ( string $name ) : Cassandra\Table
$name string Table name
return Cassandra\Table Table instance or null
    public function table($name)
    {
    }