Modifier and Type | Method and Description |
---|---|
byte[] |
get(byte[] column) |
byte[] |
get(String column) |
Boolean |
getBoolean(byte[] column) |
boolean |
getBoolean(byte[] column,
boolean defaultValue) |
Boolean |
getBoolean(String column) |
boolean |
getBoolean(String column,
boolean defaultValue) |
Map<byte[],byte[]> |
getColumns() |
Double |
getDouble(byte[] column) |
double |
getDouble(byte[] column,
double defaultValue) |
Double |
getDouble(String column) |
double |
getDouble(String column,
double defaultValue) |
Float |
getFloat(byte[] column) |
float |
getFloat(byte[] column,
float defaultValue) |
Float |
getFloat(String column) |
float |
getFloat(String column,
float defaultValue) |
Integer |
getInt(byte[] column) |
int |
getInt(byte[] column,
int defaultValue) |
Integer |
getInt(String column) |
int |
getInt(String column,
int defaultValue) |
Long |
getLong(byte[] column) |
long |
getLong(byte[] column,
long defaultValue) |
Long |
getLong(String column) |
long |
getLong(String column,
long defaultValue) |
byte[] |
getRow() |
Short |
getShort(byte[] column) |
short |
getShort(byte[] column,
short defaultValue) |
Short |
getShort(String column) |
short |
getShort(String column,
short defaultValue) |
String |
getString(byte[] column) |
String |
getString(String column) |
boolean |
isEmpty() |
byte[] getRow()
Map<byte[],byte[]> getColumns()
boolean isEmpty()
@Nullable byte[] get(byte[] column)
column
- column to get value ofnull
if column is not in a subset of columns of this Row
@Nullable String getString(byte[] column)
column
- column to get value ofnull
if column is not in a subset of columns of this Row
@Nullable Boolean getBoolean(byte[] column)
column
- column to get value ofnull
if column is not in a subset of columns of this Row
@Nullable Short getShort(byte[] column)
column
- column to get value ofnull
if column is not in a subset of columns of this Row
@Nullable Integer getInt(byte[] column)
column
- column to get value ofnull
if column is not in a subset of columns of this Row
@Nullable Long getLong(byte[] column)
column
- column to get value ofnull
if column is not in a subset of columns of this Row
@Nullable Float getFloat(byte[] column)
column
- column to get value ofnull
if column is not in a subset of columns of this Row
@Nullable Double getDouble(byte[] column)
column
- column to get value ofnull
if column is not in a subset of columns of this Row
boolean getBoolean(byte[] column, boolean defaultValue)
column
- column to get value ofdefaultValue
- default value to useRow
short getShort(byte[] column, short defaultValue)
column
- column to get value ofdefaultValue
- default value to useRow
int getInt(byte[] column, int defaultValue)
column
- column to get value ofdefaultValue
- default value to useRow
long getLong(byte[] column, long defaultValue)
column
- column to get value ofdefaultValue
- default value to useRow
float getFloat(byte[] column, float defaultValue)
column
- column to get value ofdefaultValue
- default value to useRow
double getDouble(byte[] column, double defaultValue)
column
- column to get value ofdefaultValue
- default value to useRow
@Nullable byte[] get(String column)
column
- column to get value ofnull
if column is not in a subset of columns of this Row
@Nullable String getString(String column)
column
- column to get value ofnull
if column is not in a subset of columns of this Row
@Nullable Boolean getBoolean(String column)
column
- column to get value ofnull
if column is not in a subset of columns of this Row
@Nullable Short getShort(String column)
column
- column to get value ofnull
if column is not in a subset of columns of this Row
@Nullable Integer getInt(String column)
column
- column to get value ofnull
if column is not in a subset of columns of this Row
@Nullable Long getLong(String column)
column
- column to get value ofnull
if column is not in a subset of columns of this Row
@Nullable Float getFloat(String column)
column
- column to get value ofnull
if column is not in a subset of columns of this Row
@Nullable Double getDouble(String column)
column
- column to get value ofnull
if column is not in a subset of columns of this Row
boolean getBoolean(String column, boolean defaultValue)
column
- column to get value ofdefaultValue
- default value to useRow
short getShort(String column, short defaultValue)
column
- column to get value ofdefaultValue
- default value to useRow
int getInt(String column, int defaultValue)
column
- column to get value ofdefaultValue
- default value to useRow
long getLong(String column, long defaultValue)
column
- column to get value ofdefaultValue
- default value to useRow
float getFloat(String column, float defaultValue)
column
- column to get value ofdefaultValue
- default value to useRow
Copyright © 2022 Cask Data, Inc. Licensed under the Apache License, Version 2.0.