| Package | Description |
|---|---|
| com.snowflake.snowpark_java |
Provides most of the classes for the Snowpark Java API.
|
| Modifier and Type | Method and Description |
|---|---|
TypedAsyncJob<MergeResult> |
MergeBuilderAsyncActor.collect()
Executes `MergeBuilder.collect()` asynchronously.
|
TypedAsyncJob<Row[]> |
DataFrameAsyncActor.collect()
Executes
DataFrame.collect asynchronously. |
TypedAsyncJob<Void> |
CopyableDataFrameAsyncActor.copyInto(String tableName)
Executes `CopyableDataFrame.copyInto` asynchronously.
|
TypedAsyncJob<Void> |
CopyableDataFrameAsyncActor.copyInto(String tableName,
Column[] transformations)
Executes `CopyableDataFrame.copyInto` asynchronously.
|
TypedAsyncJob<Void> |
CopyableDataFrameAsyncActor.copyInto(String tableName,
Column[] transformations,
Map<String,?> options)
Executes `CopyableDataFrame.copyInto` asynchronously.
|
TypedAsyncJob<Void> |
CopyableDataFrameAsyncActor.copyInto(String tableName,
String[] targetColumnNames,
Column[] transformations,
Map<String,?> options)
Executes `CopyableDataFrame.copyInto` asynchronously.
|
TypedAsyncJob<Long> |
DataFrameAsyncActor.count()
Executes
DataFrame.count asynchronously. |
TypedAsyncJob<DeleteResult> |
UpdatableAsyncActor.delete()
Executes `Updatable.delete` asynchronously.
|
TypedAsyncJob<DeleteResult> |
UpdatableAsyncActor.delete(Column condition)
Executes `Updatable.delete` asynchronously.
|
TypedAsyncJob<DeleteResult> |
UpdatableAsyncActor.delete(Column condition,
DataFrame sourceData)
Executes `Updatable.delete` asynchronously.
|
TypedAsyncJob<Void> |
DataFrameWriterAsyncActor.saveAsTable(String tableName)
Executes `DataFrameWriter.saveAsTable` asynchronously.
|
TypedAsyncJob<Void> |
DataFrameWriterAsyncActor.saveAsTable(String[] multipartIdentifier)
Executes `DataFrameWriter.saveAsTable` asynchronously.
|
TypedAsyncJob<Iterator<Row>> |
DataFrameAsyncActor.toLocalIterator()
Executes
DataFrame.toLocalIterator asynchronously. |
TypedAsyncJob<UpdateResult> |
UpdatableAsyncActor.update(Map<Column,Column> assignments)
Executes `Updatable.update` asynchronously.
|
TypedAsyncJob<UpdateResult> |
UpdatableAsyncActor.update(Map<Column,Column> assignments,
Column condition)
Executes `Updatable.update` asynchronously.
|
TypedAsyncJob<UpdateResult> |
UpdatableAsyncActor.update(Map<Column,Column> assignments,
Column condition,
DataFrame sourceData)
Executes `Updatable.update` asynchronously.
|
TypedAsyncJob<UpdateResult> |
UpdatableAsyncActor.updateColumn(Map<String,Column> assignments)
Executes `Updatable.update` asynchronously.
|
TypedAsyncJob<UpdateResult> |
UpdatableAsyncActor.updateColumn(Map<String,Column> assignments,
Column condition)
Executes `Updatable.update` asynchronously.
|
TypedAsyncJob<UpdateResult> |
UpdatableAsyncActor.updateColumn(Map<String,Column> assignments,
Column condition,
DataFrame sourceData)
Executes `Updatable.update` asynchronously.
|
© 2022 Snowflake Inc. All Rights Reserved