Class DruidSqlIngestOperator.DruidSqlInsertOperator

java.lang.Object
org.apache.calcite.sql.SqlOperator
org.apache.calcite.sql.SqlSpecialOperator
org.apache.druid.sql.calcite.planner.DruidSqlIngestOperator
org.apache.druid.sql.calcite.planner.DruidSqlIngestOperator.DruidSqlInsertOperator
All Implemented Interfaces:
AuthorizableOperator
Enclosing class:
DruidSqlIngestOperator

public static class DruidSqlIngestOperator.DruidSqlInsertOperator extends DruidSqlIngestOperator
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.druid.sql.calcite.planner.DruidSqlIngestOperator

    DruidSqlIngestOperator.DruidSqlInsertOperator, DruidSqlIngestOperator.DruidSqlReplaceOperator

    Nested classes/interfaces inherited from class org.apache.calcite.sql.SqlSpecialOperator

    org.apache.calcite.sql.SqlSpecialOperator.ReduceResult, org.apache.calcite.sql.SqlSpecialOperator.TokenSequence
  • Field Summary

    Fields inherited from class org.apache.druid.sql.calcite.planner.DruidSqlIngestOperator

    INSERT_OPERATOR, REPLACE_OPERATOR

    Fields inherited from class org.apache.calcite.sql.SqlOperator

    kind, MDX_PRECEDENCE, NL
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.calcite.sql.SqlCall
    createCall(org.apache.calcite.sql.SqlLiteral functionQualifier, org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlNode... operands)
     

    Methods inherited from class org.apache.druid.sql.calcite.planner.DruidSqlIngestOperator

    computeResources

    Methods inherited from class org.apache.calcite.sql.SqlSpecialOperator

    getSyntax, reduceExpr

    Methods inherited from class org.apache.calcite.sql.SqlOperator

    acceptCall, acceptCall, adjustType, allowsFraming, argumentMustBeScalar, checkOperandCount, checkOperandTypes, constructArgNameList, constructArgTypeList, constructOperandList, createCall, createCall, createCall, createCall, createCall, createCall, deriveOperandType, deriveType, equals, getAllowedSignatures, getAllowedSignatures, getKind, getLeftPrec, getMonotonicity, getMonotonicity, getName, getNameAsId, getOperandCountRange, getOperandTypeChecker, getOperandTypeInference, getReturnTypeInference, getRightPrec, getSignatureTemplate, getStrongPolicyInference, hashCode, inferReturnType, inferReturnType, isAggregator, isDeterministic, isDynamicFunction, isGroup, isGroupAuxiliary, isName, isSymmetrical, leftPrec, not, preValidateCall, requiresDecimalExpansion, requiresOrder, requiresOver, reverse, rewriteCall, rightPrec, toString, unparse, unparseListClause, unparseListClause, validateCall, validateOperands, validRexOperands

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DruidSqlInsertOperator

      public DruidSqlInsertOperator()
  • Method Details

    • createCall

      public org.apache.calcite.sql.SqlCall createCall(org.apache.calcite.sql.SqlLiteral functionQualifier, org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlNode... operands)
      Overrides:
      createCall in class org.apache.calcite.sql.SqlOperator