Tabnine Logo
OutputFunction
Code IndexAdd Tabnine to your IDE (free)

How to use
OutputFunction
in
io.prestosql.spi.function

Best Java code snippets using io.prestosql.spi.function.OutputFunction (Showing top 20 results out of 315)

origin: prestosql/presto

  @OutputFunction(StandardTypes.VARCHAR)
  public static void output(SpatialPartitioningState state, BlockBuilder out)
  {
    throw new UnsupportedOperationException("spatial_partitioning(geometry, samplingPercentage) aggregate function should be re-written into spatial_partitioning(geometry, samplingPercentage, partitionCount)");
  }
}
origin: io.prestosql/presto-main

  @OutputFunction(StandardTypes.BIGINT)
  public static void evaluateFinal(BooleanDistinctState state, BlockBuilder out)
  {
    ApproximateCountDistinctAggregation.evaluateFinal(state, out);
  }
}
origin: io.prestosql/presto-main

  @OutputFunction(INTERVAL_DAY_TO_SECOND)
  public static void output(NullableLongState state, BlockBuilder out)
  {
    NullableLongState.write(INTERVAL_DAY_TIME, state, out);
  }
}
origin: io.prestosql/presto-main

  @OutputFunction(DOUBLE)
  public static void output(NullableDoubleState state, BlockBuilder out)
  {
    // noop this is only for annotation testing puproses
  }
}
origin: prestosql/presto

  @OutputFunction(DOUBLE)
  public static void output(NullableDoubleState state, BlockBuilder out)
  {
    // noop this is only for annotation testing puproses
  }
}
origin: io.prestosql/presto-main

  @OutputFunction(INTERVAL_YEAR_TO_MONTH)
  public static void output(NullableLongState state, BlockBuilder out)
  {
    NullableLongState.write(INTERVAL_YEAR_MONTH, state, out);
  }
}
origin: io.prestosql/presto-main

  @OutputFunction(SetDigestType.NAME)
  public static void output(SetDigestState state, BlockBuilder out)
  {
    SERIALIZER.serialize(state, out);
  }
}
origin: io.prestosql/presto-main

  @OutputFunction(StandardTypes.BIGINT)
  public static void evaluateFinal(BooleanDistinctState state, BlockBuilder out)
  {
    BIGINT.writeLong(out, Integer.bitCount(state.getByte()));
  }
}
origin: io.prestosql/presto-main

  @OutputFunction(StandardTypes.BOOLEAN)
  public static void output(@AggregationState TriStateBooleanState state, BlockBuilder out)
  {
    TriStateBooleanState.write(BooleanType.BOOLEAN, state, out);
  }
}
origin: io.prestosql/presto-main

  @OutputFunction(StandardTypes.BIGINT)
  public static void output(@AggregationState NullableLongState state, BlockBuilder out)
  {
    NullableLongState.write(BigintType.BIGINT, state, out);
  }
}
origin: io.prestosql/presto-main

  @OutputFunction(StandardTypes.BIGINT)
  public static void output(@AggregationState NullableLongState state, BlockBuilder out)
  {
    NullableLongState.write(BigintType.BIGINT, state, out);
  }
}
origin: io.prestosql/presto-main

  @OutputFunction(StandardTypes.HYPER_LOG_LOG)
  public static void evaluateFinal(@AggregationState HyperLogLogState state, BlockBuilder out)
  {
    SERIALIZER.serialize(state, out);
  }
}
origin: prestosql/presto

  @OutputFunction(RegressorType.NAME)
  public static void output(@AggregationState LearnState state, BlockBuilder out)
  {
    LearnLibSvmRegressorAggregation.output(state, out);
  }
}
origin: prestosql/presto

  @OutputFunction(StandardTypes.BIGINT)
  public static void evaluateFinal(@AggregationState HyperLogLogState state, BlockBuilder out)
  {
    ApproximateCountDistinctAggregation.evaluateFinal(state, out);
  }
}
origin: prestosql/presto

  @OutputFunction(StandardTypes.HYPER_LOG_LOG)
  public static void evaluateFinal(@AggregationState HyperLogLogState state, BlockBuilder out)
  {
    SERIALIZER.serialize(state, out);
  }
}
origin: prestosql/presto

  @OutputFunction(StandardTypes.DOUBLE)
  public static void output(@AggregationState NullableDoubleState state, BlockBuilder out)
  {
    NullableDoubleState.write(DoubleType.DOUBLE, state, out);
  }
}
origin: io.prestosql/presto-main

  @OutputFunction(StandardTypes.HYPER_LOG_LOG)
  public static void output(@AggregationState HyperLogLogState state, BlockBuilder out)
  {
    serializer.serialize(state, out);
  }
}
origin: io.prestosql/presto-main

@OutputFunction(StandardTypes.BIGINT)
public static void evaluateFinal(@AggregationState HyperLogLogState state, BlockBuilder out)
{
  ApproximateCountDistinctAggregation.evaluateFinal(state, out);
}
origin: io.prestosql/presto-main

  @OutputFunction(StandardTypes.BIGINT)
  public static void output(@AggregationState NullableLongState state, BlockBuilder out)
  {
    NullableLongState.write(BigintType.BIGINT, state, out);
  }
}
origin: io.prestosql/presto-main

  @OutputFunction(StandardTypes.BIGINT)
  public static void output(@AggregationState NullableLongState state, BlockBuilder out)
  {
    NullableLongState.write(BigintType.BIGINT, state, out);
  }
}
io.prestosql.spi.functionOutputFunction

Most used methods

  • <init>
  • value

Popular in Java

  • Start an intent from android
  • startActivity (Activity)
  • runOnUiThread (Activity)
  • getExternalFilesDir (Context)
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
  • CountDownLatch (java.util.concurrent)
    A synchronization aid that allows one or more threads to wait until a set of operations being perfor
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
  • Best IntelliJ plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now