| Package | Description |
|---|---|
| net.snowflake.client.ingest.avro |
| Modifier and Type | Method and Description |
|---|---|
Row.Builder |
Row.Builder.clearRowId()
Clears the value of the 'rowId' field.
|
Row.Builder |
Row.Builder.clearRowString()
Clears the value of the 'rowString' field.
|
static Row.Builder |
Row.newBuilder()
Creates a new Row RecordBuilder.
|
static Row.Builder |
Row.newBuilder(Row.Builder other)
Creates a new Row RecordBuilder by copying an existing Builder.
|
static Row.Builder |
Row.newBuilder(Row other)
Creates a new Row RecordBuilder by copying an existing Row instance.
|
Row.Builder |
Row.Builder.setRowId(int value)
Sets the value of the 'rowId' field.
|
Row.Builder |
Row.Builder.setRowString(CharSequence value)
Sets the value of the 'rowString' field.
|
| Modifier and Type | Method and Description |
|---|---|
static Row.Builder |
Row.newBuilder(Row.Builder other)
Creates a new Row RecordBuilder by copying an existing Builder.
|
Copyright © 2017. All rights reserved.