Package | Description |
---|---|
io.cdap.cdap.api.dataset.lib |
Collection of
Dataset implementations available out-of-the-box
in CDAP. |
io.cdap.cdap.api.dataset.table |
Provides access to the system-level table
Dataset s available
within CDAP. |
Modifier and Type | Method and Description |
---|---|
Row |
IndexedTable.get(Get get)
Deprecated.
Read a row by row key from the data table.
|
Modifier and Type | Method and Description |
---|---|
List<Row> |
IndexedTable.get(List<Get> gets)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Row |
Table.get(Get get)
Deprecated.
Reads values of columns as defined by
Get parameter. |
Modifier and Type | Method and Description |
---|---|
List<Row> |
Table.get(List<Get> gets)
Deprecated.
Reads values for the rows and columns defined by the
Get parameters. |
Copyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.