@Operator public final class InitializeTable extends PrimitiveOp
operation| Modifier and Type | Method and Description |
|---|---|
static <T,U> InitializeTable |
create(Scope scope,
Operand<?> tableHandle,
Operand<T> keys,
Operand<U> values)
Factory method to create a class wrapping a new InitializeTable operation.
|
equals, hashCode, op, toStringpublic static <T,U> InitializeTable create(Scope scope, Operand<?> tableHandle, Operand<T> keys, Operand<U> values)
scope - current scopetableHandle - Handle to a table which will be initialized.keys - Keys of type Tkey.values - Values of type Tval.Copyright © 2015–2019. All rights reserved.