public class InMemoryScanner extends Object implements co.cask.cdap.api.dataset.table.Scanner
| Constructor and Description |
|---|
InMemoryScanner(Iterator<Map.Entry<byte[],NavigableMap<byte[],byte[]>>> rows) |
InMemoryScanner(Iterator<Map.Entry<byte[],NavigableMap<byte[],byte[]>>> rows,
FuzzyRowFilter filter,
byte[][] columnsToInclude) |
public InMemoryScanner(Iterator<Map.Entry<byte[],NavigableMap<byte[],byte[]>>> rows)
public InMemoryScanner(Iterator<Map.Entry<byte[],NavigableMap<byte[],byte[]>>> rows, FuzzyRowFilter filter, byte[][] columnsToInclude)
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.