| Package | Description |
|---|---|
| com.facebook.presto.cassandra |
| Modifier and Type | Method and Description |
|---|---|
CassandraTable |
NativeCassandraSession.getTable(SchemaTableName schemaTableName) |
CassandraTable |
CassandraSession.getTable(SchemaTableName schemaTableName) |
| Modifier and Type | Method and Description |
|---|---|
List<CassandraPartition> |
NativeCassandraSession.getPartitions(CassandraTable table,
List<Set<Object>> filterPrefixes) |
List<CassandraPartition> |
CassandraSession.getPartitions(CassandraTable table,
List<Set<Object>> filterPrefix)
Get the list of partitions matching the given filters on partition keys.
|
Copyright © 2012–2021. All rights reserved.