public interface TableQuery extends Closeable
Modifier and Type | Method and Description |
---|---|
InternalRowSerializer |
createValueSerializer() |
InternalRow |
lookup(BinaryRow partition,
int bucket,
InternalRow key) |
TableQuery |
withValueProjection(int[] projection) |
TableQuery withValueProjection(int[] projection)
InternalRowSerializer createValueSerializer()
@Nullable InternalRow lookup(BinaryRow partition, int bucket, InternalRow key) throws IOException
IOException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.